@nfdi4plants/exceljs
v0.4.0
Published
Excel Workbook Manager - Read and Write xlsx and csv Files.
Readme
ExcelJS
Based on exceljs v4.3.0.
Read, manipulate and write spreadsheet data and styles to XLSX and JSON.
Reverse engineered from Excel spreadsheet files as a project.
Installation
npm install @nfdi4plants/exceljsChanges since fork
0.0.4
- Fix reader assuming existence of
appPropertiessection which is not existant in files written by ClosedXML and let it ignore unknownlastModifiedByfield.- In
lib/xlsx/xlsx.js - In
lib/xlsx/xform/core/core-xform.js - Commit
- See https://github.com/fslaborg/FsSpreadsheet/issues/77
- In
0.0.3
- Fix wrong default for
headerRow. Excel itself does ignore this attribute if true, so read in should be set totrueifheaderRow === undefined.- In
lib/xlsx/xform/table/table-xform.js - Commit
- In
- Fix file read in, when file was written with ClosedXml/OpenXml
- In
lib/xlsx/xform/base-xform.js - Commit
- In
- Fix table read in, when file was not written with excel.js
- In
lib/xlsx/xform/core/relationship-xform.js - Commit
- In
