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

**Describe the bug** I have a table with lots of columns/rows. When a user submits an HTML form using "POST" request, my app query the database and renders the data...

Can I export with image in table

Hi, I need to export an array in xlsx and csv. in xlsx it works fine but in csv the date is incorrect after export. i have try with class="tableexport-string"...

In my table I have a column which has values like x.x.x where x is a number when I am exporting the table as excel it is showing arbitrary number...

Some parameters are missing in the .ts file. **Version:** 5.2.0 **File: tableexport.d.ts** ``` /** * Exports and downloads the file */ export2file: (data: string, mime: string, name: string, extension: String)...

TableExport: version 5.2 Question description: Hi there, I found the property sheetname is now working. you can check the picture I've uploaded. I'm using the exportButtons way to create the...

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

Hello, I would like to have the feature of bolding (or any other Excel font style like font color or cell background color). this is very common request and couldn't...

Hello, my source table has field with dd/mm/yyyy as date format and when exporting to xlsx the datatype of the filed is "string" and not "date" (this means problem when...

Hi there, I'd like to export my table without certain elements. I can unselect them by adding ignoreCSS and emptyCSS only if they are tr, td or th element... How...