All Versions
62
Latest Version
Avg Release Cycle
27 days
Latest Release
-

Changelog History
Page 2

  • v0.18.1 Changes

    • โœ‚ Removed Node ESM build script and folded into standard ESM build
    • Removed undocumented aliases including make_formulae and get_formulae
  • v0.18.0 Changes

    • ๐Ÿ’ป Browser scripts only expose XLSX variable
    • ๐Ÿ’ป Module no longer ships with dist/jszip.js browser script
  • v0.17.4 Changes

    • ๐Ÿ“ฆ CLI script moved to xlsx-cli package
  • 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
  • v0.16.2 Changes

    June 05, 2020
    • 0๏ธโƒฃ Disabled PRN parsing by default (better support for CSV without delimeters)
  • v0.16.1 Changes

    May 16, 2020
    • ๐Ÿ›  skip empty custom property tags if data is absent (fixes DocSecurity issue)
    • HTML output add raw value, type, number format
    • ๐Ÿ“œ DOM parse look for v / t / z attributes when determining value
    • double quotes in properties escaped using _x0022_
    • ๐Ÿ”„ changed AMD structure for NetSuite and other RequireJS implementations
    • encode_cell and decode_cell do not rely on encode_col / decode_col
  • v0.16.0 Changes

    April 20, 2020
    • Date handling changed
    • โœ… XLML certain tag tests are now case insensitive
    • ๐Ÿ›  Fixed potentially vulnerable regular expressions