Skip to content

Releases: jmaister/excellentexport

v3.9.7

19 May 17:40
c2ac7e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.9.4...3.9.7

ExcellentExport.js v3.9.4

22 Apr 11:27
Compare
Choose a tag to compare

Update npm dependencies to fix vulnerabilities

ExcellentExport.js v3.9.3

04 Mar 01:30
Compare
Choose a tag to compare
  • Fix TypeScript exported types

ExcellentExport.js v3.9.0

02 Mar 18:47
Compare
Choose a tag to compare
  • 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

12 Feb 18:24
2b2480f
Compare
Choose a tag to compare
  • 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

27 Jan 18:39
Compare
Choose a tag to compare
  • Allow RTL options on the whole file or sheet.
  • Update npm dependencies to fix vulnerabilities

ExcellentExport.js v3.7.3

30 Oct 11:21
Compare
Choose a tag to compare
  • Fix (#591) remove columns parameter. Now it is not affected by repeated column numbers nor its order.

ExcellentExport.js v3.7.2

26 Oct 17:35
Compare
Choose a tag to compare
  • Update npm dependencies to fix vulnerabilities

ExcellentExport.js v3.7.1

22 Sep 22:54
2397afd
Compare
Choose a tag to compare
  • Update npm dependencies to fix vulnerabilities
  • Start using Dependabot and get rid of Dependabot-preview

ExcellentExport.js v3.7.0

20 Jun 18:55
Compare
Choose a tag to compare
  • Add openAsDownload option
  • Update dependencies