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

**Describe the bug** Export a table like the screenshot **To Reproduce** Export a table like the screenshot **Expected behavior** The first column should show the correct data **Screenshots** **Desktop (please...

I have some dot style in table. Please support function to draw shapes when export to excel. ![6-12-2019 1-40-23 PM](https://user-images.githubusercontent.com/27952702/59333833-59b64500-8d23-11e9-8888-eab525462eba.png) Many thanks.

Is there any way to export html table with css style?

Is it possible to export, excluding a part of a cell content by class? For example I've some cells with text shown and action can I do with buttons: ```...

When saving to the xlsx format, how do I ensure the same styles are carried over? I've used both inline styling, and external styling and neither seem to work.

enhancement
help wanted

**Describe the bug** I want to know if can I use this library in Vuejs. I tried but it isn't working. **Expected behavior** Html table exported to xls. **Screenshots** If...

Hi I am using Tableexport version(5.0.0),i have date in the table and while export to excel i am facing below issue Html table data ![image](https://user-images.githubusercontent.com/12031027/36407923-1fcc96aa-1628-11e8-8360-c6285a06c9ca.png) and excel data is ![image](https://user-images.githubusercontent.com/12031027/36372961-ae8b0b16-158c-11e8-85b9-7feb9307519f.png)...

Hello, I have such a header: ``` Factors Estimated parameters Linear regression Quadratic regression A B C D E F G ``` When I export to xlsx, Excel has to...

If you use the date.js library export does not work because date.js parse method returns null while Date.parse returns NaN on wrong dates. So just change line 345 from return...

Can we export multi tables to 1 excel file with multi sheets I need to export a page like this to excel Please help me, thank you ![screencapture-32travel-agent-zcoder-io-statistic-report-1494990495547](https://cloud.githubusercontent.com/assets/12793247/26136914/067ff5d6-3ae9-11e7-819d-c0c2e4fea857.png)

needs-clarity
awaiting-feedback