excellentexport

Javascript export to Excel

MIT License

Downloads
37.1K
Stars
1.4K
Committers
16

Bot releases are hidden (Show)

excellentexport - v3.9.7 Latest Release

Published by jmaister 5 months ago

excellentexport - ExcellentExport.js v3.9.4

Published by jmaister over 1 year ago

Update npm dependencies to fix vulnerabilities

excellentexport - ExcellentExport.js v3.9.3

Published by jmaister over 1 year ago

  • Fix TypeScript exported types
excellentexport - ExcellentExport.js v3.9.0

Published by jmaister over 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".
excellentexport - ExcellentExport.js v3.8.1

Published by jmaister over 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!!!
excellentexport - ExcellentExport.js v3.8.0

Published by jmaister over 2 years ago

  • Allow RTL options on the whole file or sheet.
  • Update npm dependencies to fix vulnerabilities
excellentexport - ExcellentExport.js v3.7.3

Published by jmaister almost 3 years ago

  • Fix (#591) remove columns parameter. Now it is not affected by repeated column numbers nor its order.
excellentexport - ExcellentExport.js v3.7.2

Published by jmaister almost 3 years ago

  • Update npm dependencies to fix vulnerabilities
excellentexport - ExcellentExport.js v3.7.1

Published by jmaister about 3 years ago

  • Update npm dependencies to fix vulnerabilities
  • Start using Dependabot and get rid of Dependabot-preview
excellentexport - ExcellentExport.js v3.7.0

Published by jmaister over 3 years ago

  • Add openAsDownload option
  • Update dependencies
excellentexport - ExcellentExport.js v3.6.0

Published by jmaister over 3 years ago

excellentexport - ExcellentExport.js v3.5.0

Published by jmaister about 4 years ago

  • Add fixValue and fixArray functions to configuration: these configuration functions can be used to manipulate the values of the cells.
  • Update npm dependencies to fix vulnerabilities
excellentexport - ExcellentExport.js v3.4.3

Published by jmaister over 4 years ago

Fix npm vulnerabilities.

excellentexport - ExcellentExport.js v3.4.2

Published by jmaister almost 5 years ago

  • Remove ES6 function syntax to support IE11
  • Update npm dependencies to fix vulnerabilities
excellentexport - ExcellentExport.js v3.4.0

Published by jmaister over 5 years ago

  • Configure TravisCI on GitHub
  • Update npm dependencies to fix vulnerabilities
excellentexport - ExcellentExport.js v3.3.0

Published by jmaister over 5 years ago

excellentexport - ExcellentExport.js v3.2.1

Published by jmaister over 5 years ago

Update dependencies to fix vulnerabilities.

excellentexport - ExcellentExport.js v3.2.0

Published by jmaister about 6 years ago

excellentexport - ExcellentExport.js v2.1.0

Published by jmaister about 7 years ago

  • Add Webpack build.
  • Create UMD JavaScript module. Library can be loaded as a module (import, RequireJS, AMD, etc...) or standalone as window.ExcelentExport.
excellentexport - ExcellentExport.js v2.0.3

Published by jmaister over 7 years ago

  • Fix export as a module.
  • Changed minifier to UglifyJS.