TableExport
TableExport copied to clipboard
The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
**Only CSV Export button is shown** I have added all libararies and called $("table").tableExport({ formats: ["xls", "csv", "txt"],exportButtons: true, bootstrap:false,trimWhitespace: false }); Only Button with export label is shown it...
Hello there, we had this three nested tables within a big table where we provided data for it using datatable, now when we download it, all table headers would be...
Hello, when i add dinamically a row, that row isn't added to the exported file. When i add a row, i call .reset() method of tableexport, but no results... Anyone...
For example to use dd/mm/yyyy instead of mm/dd/yyyy ?
When I export a table which have negative numbers in cell all of those numbers are incorrect in xls file. an example comparing the same table exported to csv vs...
Currently fields that have mm/dd/yyyy HH:MM:SS the time portion of the field is dropped when exporting to xlsx or xls. Exporting to CSV or Text works fine. If I set...
**Is your feature request related to a problem? Please describe.** I like the bootstrap theme on the buttons. I would however like to add my own defined classes to the...