Tags: vasun77/js-xlsx
Tags
version bump 0.10.5 - HTML output new preamble, <table> should not be in header/footer - XLS Built-In defined names translated to XLSX _xlnm form - README: streaming read strategies - If approximation error is sufficiently small, assume MDW is 6 - TS rename Utils type to XLSX$Utils (see SheetJS#618)
version bump 0.10.3: flush - CSV double-quote processing (fixes SheetJS#656 h/t @jckkong) - actually updated SSF to 0.9.3 (h/t @HuFlungDu) - npm module actually includes the types
version bump 0.10.2: date processing corner cases - all formats follow cellDates / dateNF (fixes SheetJS#653 h/t @mmancosu) - IE6-8 Date corrections - XLML Date force UTC - updated SSF to 0.9.3 (fixes SheetJS#372 h/t @HuFlungDu) - removed CFB export
version bump 0.10.1: json_to_sheet, misc fmts - SYLK auto fail into DSV on bad header (fixes SheetJS#651 h/t @mmancosu) - CSV automatically wrap `ID` in quotes - json_to_sheet (see issue SheetJS#610)
version bump 0.10.0: cleanup - updated SSF to 0.9.2 - XLSB style records and number format writing - CSV avoid parseFloat (fixes SheetJS#646 h/t @jabbermarky) - CSV recognize mac line ending (fixes SheetJS#648 h/t @charlesread) - BIFF2 format table refactored to align with SSF - BIFF5 image data exposure - SSF custom format auto table update (fixes SheetJS#267 h/t @Fangmingdu) - eslint more checks - browser test timeout extended to 10 seconds
version bump 0.9.13: string formatting - dateNF parse option controls interpretation of code 14 - SSF updated to 0.9.1 - SYLK write formulae - DIF support Excel-style data storage - ODS/FODS automatic styles for date formatting Issues: - Fixes SheetJS#181 h/t @charlesno - Fixes SheetJS#200 h/t @JohnJeong123 - Fixes SheetJS#208 h/t @jerryhe88 - Fixes SheetJS#262 h/t @JohnJeong123 - Fixes SheetJS#269 h/t @calebeaires - Fixes SheetJS#326 h/t @railty - Fixes SheetJS#392 h/t @FourLeafClover - Fixes SheetJS#449 h/t @dougschiller - Fixes SheetJS#560 h/t @dpackage