Excellentexport Versions Save

Javascript export to Excel

3.9.4

1 year ago

Update npm dependencies to fix vulnerabilities

3.9.3

1 year ago
  • Fix TypeScript exported types

3.9.0

1 year ago
  • 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".

3.8.1

1 year ago
  • 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!!!

3.8.0

2 years ago
  • Allow RTL options on the whole file or sheet.
  • Update npm dependencies to fix vulnerabilities

3.7.3

2 years ago
  • Fix (#591) remove columns parameter. Now it is not affected by repeated column numbers nor its order.

3.7.2

2 years ago
  • Update npm dependencies to fix vulnerabilities

3.7.1

2 years ago
  • Update npm dependencies to fix vulnerabilities
  • Start using Dependabot and get rid of Dependabot-preview

3.7.0

2 years ago
  • Add openAsDownload option
  • Update dependencies

3.6.0

3 years ago