TableExport
TableExport copied to clipboard
The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.
Hello I was wondering if is it possible to export custom cells with background color and if is it possible to export images within the table. Example
Thanks for your effort and support. how can we add line breaks within cell itself.
I want to add a header to any exported excel of a table, but I don't want the table on my website to show the header. Would it be possible...
@clarketm Thank you for made a great plugin. But when I use this plugin, I've got some error. I tried to export table to .xlsx file. ``` ERROR TypeError: saveAs...
This is more like a question or request a new feature not an issue. Is it possible to export the the html table with style? When using css bootstrap table,...
CSV and TXT are pretty, but XLS... 
Brazilian number format is nn.nnn,nn (ex: 1.234,56 instead of 1,234.56). Where (how) can I change to export to excel format? When I export to excel, it converts to text. Thanks,...
While exporting the data the number format is not getting retained if there is a thousand separator or percentage symbol.
@clarketm i use ng-repeat with tableExport,can't export the real data, get the var。 my import js: ``` ``` the FileSaver version is: `v1.3.6` the tableExport version is :`v3.3.10` my code...
It is a lovely library, I do like it. And I do think it would be great it could support array of array export. `[['Number', 'Name'], [1, 'ted'], [2, 'steve']]`...