Releases: jmaister/excellentexport
Releases · jmaister/excellentexport
v3.9.7
ExcellentExport.js v3.9.4
Update npm dependencies to fix vulnerabilities
ExcellentExport.js v3.9.3
- Fix TypeScript exported types
ExcellentExport.js v3.9.0
- Cell types and formats!!! Now you can define the cell type and format. For example, you can define a cell as a date or a number. You can also define the format of the cell. For example, you can define a cell as a date with the format "dd/mm/yyyy" or a number with the format "#,##0.00".
ExcellentExport.js v3.8.1
- Activate XLSX compression by default. The example of index.bigtable.html went from 18Mb to 3Mb.
- Update npm dependencies to fix vulnerabilities
- Update to latest version of TypeScript
- Reduced size of the library from 912 KB to 277 KB!!!
ExcellentExport.js v3.8.0
- Allow RTL options on the whole file or sheet.
- Update npm dependencies to fix vulnerabilities
ExcellentExport.js v3.7.3
- Fix (#591) remove columns parameter. Now it is not affected by repeated column numbers nor its order.
ExcellentExport.js v3.7.2
- Update npm dependencies to fix vulnerabilities
ExcellentExport.js v3.7.1
- Update npm dependencies to fix vulnerabilities
- Start using Dependabot and get rid of Dependabot-preview
ExcellentExport.js v3.7.0
- Add openAsDownload option
- Update dependencies