TableExport icon indicating copy to clipboard operation
TableExport copied to clipboard

The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.

Results 100 TableExport issues
Sort by recently updated
recently updated
newest added
trafficstars

For some reason, when exporting to xlsx, the text "Module 1" is rendered as "31/12/2000" date. But when exporting to csv, it is properly rendered as plain text "Module 1"....

When you pass custom option to TableExport, your ignoreCSS is redefined to default self.redefined. It is not good. https://github.com/clarketm/TableExport/blob/master/src/stable/js/tableexport.js#L67

export with downloadDataURI only work on mobile, but it is not correctly. Too It has problem with cyrillic when try to save by Blob. https://github.com/clarketm/TableExport/blob/master/src/stable/js/tableexport.js#L586

I have problem when export to excel my data to be '########' but export to csv and txt worked export excel : http://prntscr.com/opvwjw *data missing export csv : http://prntscr.com/opvx6v *data...

The problem with several rowspan and colspan, is fix ? In my case, I have several rowspan and colspan in the same table, and this is fill using AngularJS, and...

bug
approval needed
help wanted (testing)

I'm using this right now to force the download automatically. How can I do this in the more cleaner intended way? (because it feels like a hack right now) exportToExcel...

I export this table to excel and when i open excel file and got data like this .. best regards,

Hello, When exporting data to XLSX (or XLS), some values are exported wrong. In our case, we have a value of `276,5`, and it's exported as `Date` and a value...

**Describe the bug** I am getting this error "SCRIPT5009: 'ExportXLSX' is undefined" when I try to export the file on IE 11 Browser, It's working fine on google chrome and...

Hi, I have detected a bug, on line **908** of js tableexport.js, you must replace **_nodesArray (context.rows) .map (function (val, ir)** by: **for (var i = 0; i