This repository has been archived by the owner on Jul 25, 2021. It is now read-only.
v5.0.0-rc.4
Pre-release
Pre-release
v5.0.0-rc.4 new features:
- Added Excel Macro-Enabled Workbook (
xlsm
) and Excel Binary Workbook (xlsb
) file format support. - Improved
error
handling and logging. - Added
formatConfig
->enforceStrictRFC4180
boolean prototype property to thexls
,csv
, andtxt
formats to dictate the use ofjs-xlsx
for parsing. (disabled by default forcsv
andtxt
due to Excel's discord with RFC4180). - Significant
exporters
procedure cleanup/overhaul (200+ lines of redundant code removed).
Start using today!
npm install [email protected]