Xlsx Populate Versions Save

Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, encryption, and a focus on keeping existing workbook features and styles in tact.

v1.19.1

5 years ago

v1.19.0

5 years ago
  • Sheet pageMargins support added for adjusting margins: top, bottom, left, right, header, footer.
  • Sheet printOptions support added for: gridLines, gridLinesSet, headings, horizontalCentered, verticalCentered.

KNOWN BUG New pageMargins and printOptions features do not work as expected. If you are using this version, then all page margins: left, right, top, bottom, header, and footer must be defined for each sheet. Otherwise Excel cannot parse the file. To disable printOptions, the attribute must be removed. Setting to false still enables the option.

v1.17.1

5 years ago

Now using Buffer.from() and Buffer.alloc() inplace of new Buffer. Please see buffer constructor deprecation.

v1.18.0

5 years ago

Hyperlinks functionality is extended to support:

  • email,
  • internal addresses, and
  • tooltip.