hhurz / tableExport.jquery.plugin

jQuery plugin to export a html table to JSON, XML, CSV, TSV, TXT, SQL, Word, Excel, PNG and PDF
MIT License
988 stars 716 forks source link

excel font family/size #362

Closed takeAction closed 1 year ago

takeAction commented 1 year ago

Is it possible that set font family/size and set text is wrapped when exporting excel ?

hhurz commented 1 year ago

Which excel format do you want to use? I assume that you mean the xlsx format, right? If yes, then the export styling (font size or family) cannot be changed. As for the line break, I don't know of any format option for the export that can be used to make Excel wrap the cell text.

takeAction commented 1 year ago

Yes, xlsx format. Got it, thank you very much!