All Versions
55
Latest Version
Avg Release Cycle
27 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.18.4 Changes
- CSV output omits trailing record separator
- Properly terminate NodeJS Streams
- DBF preserve column types on import and use when applicable on export
-
v0.18.3 Changes
- โ Removed references to
require
andprocess
in browser builds
- โ Removed references to
-
v0.18.2 Changes
- ๐ Hotfix for unicode processing of XLSX exports
-
v0.18.1 Changes
- โ Removed Node ESM build script and folded into standard ESM build
- Removed undocumented aliases including
make_formulae
andget_formulae
-
v0.18.0 Changes
- ๐ป Browser scripts only expose
XLSX
variable - ๐ป Module no longer ships with
dist/jszip.js
browser script
- ๐ป Browser scripts only expose
-
v0.17.4 Changes
- ๐ฆ CLI script moved to
xlsx-cli
package
- ๐ฆ CLI script moved to
-
v0.17.3 Changes
window.XLSX
explicit assignment to satiate LWC- CSV Proper formatting of errors
- HTML emit data-* attributes
-
v0.17.2 Changes
- ๐ป Browser and Node optional ESM support
- DSV correct handling of bare quotes (h/t @bgamrat)
-
v0.17.1 Changes
XLSB
writer uses short cell form when viable
-
v0.17.0 Changes
- ๐ mini build includes ODS parse/write support
- DBF explicitly cap worksheet to 1<<20 rows
- XLS throw errors on truncated records