/exceljs

Excel Workbook Manager fork compatible with .NET OpenXML standard.

Primary LanguageJavaScriptMIT LicenseMIT

ExcelJS

Build status

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/exceljs

Changes since fork

0.0.3

  • Fix wrong default for headerRow. Excel itself does ignore this attribute if true, so read in should be set to true if headerRow === undefined.
    • In lib/xlsx/xform/table/table-xform.js
    • Commit
  • Fix file read in, when file was written with ClosedXml/OpenXml
    • In lib/xlsx/xform/base-xform.js
    • Commit
  • Fix table read in, when file was not written with excel.js
    • In lib/xlsx/xform/core/relationship-xform.js
    • Commit