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