table-to-excel icon indicating copy to clipboard operation
table-to-excel copied to clipboard

Javascript library to create "valid" excel file from html table with styles

Results 11 table-to-excel issues
Sort by recently updated
recently updated
newest added

My html table has currency value with dollar symbol($) and comma(,) as separator. After exporting this to Excel, while opening excel is showing warning and also respective column has NaaN...

``` Compiled with warnings. ./node_modules/@linways/table-to-excel/dist/tableToExcel.js Critical dependency: the request of a dependency is an expression ``` I get the above warning when including as `import TableToExcel from "@linways/table-to-excel"`, I'm using...

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

Hello, the lib is perfect but it's not working on IE11, because of Object.assign. I was trying to add the polyfill but still not working trowing the following error: 'Symbol'...

Hi, how can I include multiple tables in one file separated by sheets? I already tried using two TableToExcel functions with different IDs and sheet names with the same file...

enhancement

In English locales it is common to separate thousands by using a comma ie 1000 -> 1,000, also for readability zeros are replaced with a '-' (see jquery datatables) If...

enhancement

Hi, In Norway we format our dates as DD-MM-YYYY. Would it be possible to add support for this in the data-t="d" attribute?

enhancement

Consider allowing inheritance of attributes from parents (ie table->row->cell or table->col->cell). So instead of: ```html Header Header 2 Header 3 Support: Header Header 2 Header 3 ```

enhancement

Bumps [safer-eval](https://github.com/commenthol/safer-eval) from 1.3.2 to 1.3.5. Commits - [`6d5ed4b`](https://github.com/commenthol/safer-eval/commit/6d5ed4b90d676a10776b818dee84014dcd41e632) 1.3.5 - [`fbbc623`](https://github.com/commenthol/safer-eval/commit/fbbc623b7a6f6b9176dfed3f1c3d12ccc848f7b8) Merge pull request [#7](https://github-redirect.dependabot.com/commenthol/safer-eval/issues/7) from commenthol/strict-mode-recommendation - [`1a87237`](https://github.com/commenthol/safer-eval/commit/1a8723704b30ac43c3c300223c6132e27b48fc21) fix: use strict mode recommendation - [`b81dab9`](https://github.com/commenthol/safer-eval/commit/b81dab9c7ef88345e5e9a4490426ac171a489add) 1.3.4 - [`073267a`](https://github.com/commenthol/safer-eval/commit/073267ac30e67d3e5c1762c5d0373444ead61660)...

dependencies

In cell, Can you use different text formats, font-size and type? because I have many different format text in cell _Originally posted by @NguyenTheSon in https://github.com/linways/table-to-excel/issues/11#issuecomment-477827172_

help wanted