TableExport
TableExport copied to clipboard
The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.
If a table cell has more than one line; the excel-cell will have a lot of whitespace. It would be nice to be able to replace all that whitespace with...
Hi, Is nice library, but look at my case, I generate the HTML dynamically, on the fly, so I need to export this to XLSX! I don't see any method...
Anyone had any luck adding password protection to the generated file?
Hi, Thanks for your work on this plugin, I'd like to generate the export buttons myself, I have set **exportButtons** to **false** and have made my buttons the way I...
Please Add the option to export from object array instead of table element
I have 2 tables on my site. Is it possible to export 2 tables together into 1 xlsx files with 2 sheets?
When data in cell (table html) like that: **Phong 8** And when I export to XLSX that cell (has data: Phong 8) => 7/31/2001 (in this cell of excel file)....
Hi, Can someone help me with this issue? [https://stackoverflow.com/questions/49552267/bootstrap-html-table-export-using-tableexport-js-not-working](url) Thank you in advance.
Those methods are defined in the Array prototype. When I need to go over an array from my project those values are retrieved together with my expected items, occasioning problems...
Hello. I have a table that has data as `1-1, 1-2, 1-3, 2-1...` format. When I download the xlsx file in firefox this data is shown in Excel as it...