Table export (custom export)
mobile
By default, when exporting, the text or image inside the exported cell will be output to Excel. If you need to customize the export content, you can set formatExportOutput to a function, and the return value of the function is the exported string. If the return value is undefined, the default export logic will be processed.