SIGN IN SIGN UP
SheetJS / sheetjs UNCLAIMED

📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs

TAGS

20 tags
v0.13.4

version bump 0.13.4: more corner cases - explicitly throw when expected AOA isn't (fixes #1214 h/t @mnori) - `ignoreEC` option to suppress IGNOREEC records on write - workaround for BIFF2 BOF mismatch (fixes #1220 h/t @AhmadZuhdi)

v0.13.3

version bump 0.13.3: dynamics export - repair missing dynamics export metadata - correct handling of non-DOM whitespace (fixes #1156 h/t @Sakura777) - removed duplicate entity decode (fixes #1178 h/t @mishaberman)

v0.13.1

version bump 0.13.1: SST optimization - XLSX / XLSB avoid linear scan when emitting SST - minor nits

v0.13.0

version bump 0.13.0: AMD support - library reshaped to support requirejs / amd without shim - control comment visibility (fixes #998, h/t @cmuruganmsc) - fixed README code sample error (fixes #1118 h/t @iahmedani)

v0.12.13

version bump 0.12.13: sylk niggles - sylk column-major order support - third-party extensions in SST - `string` type codepage

v0.12.12

version bump 0.12.12: ecosystem deprecations - node 10 `Buffer` deprecation workaround (with dependency update) - Angular 6 global deprecation workaround (fixes #1088 h/t @cristhiank) - BIFF8 write standard and custom properties - TH elements in HTML string (fixes #1090 h/t @GigiSan) - planmaker export quirks

v0.12.11

version bump 0.12.11: file format range limits

v0.12.10

version bump 0.12.10: sheet_to_json niggle - default not treated as value for empty rows (fixes #1078 h/t @cemremengu)

v0.12.9

version bump 0.12.9: XLSX/XLSB abnormal paths - support for arbitrary subfile paths in OPC - updated CFB to 1.0.6

v0.12.8

version bump 0.12.8: sheetRows multiformat support - all formats accept `sheetRows` option (fixes #1062 h/t @prog666) - `table_to_*` support for `sheetRows` - demo cleanup

v0.12.7

version bump 0.12.7: chrome extension - `writeFile` support chrome extension (fixes #1051 h/t @atkinsam) - demo refresh

v0.12.6

version bump 0.12.6: BrtUid - `BrtUid` record (fixes #1044 h/t @gustavosimil) - `sheet_to_json` allow default for errors (fixes #1035 h/t @arijitkanrar) - docs and demos update

v0.12.5

version bump 0.12.5: ancillary utility update - add BOM to `stream.to_csv` (fixes #1024 h/t @hr5959) - `utils.format_cell` type (h/t @victorj2307) - duktape niggles - demo cleanup

v0.12.4

version bump 0.12.4: zip cleanup - PK magic number bound (fixes #1013 h/t @wlpeter) - removed JSZip conflict (fixes #1017 h/t @seanmars) - updated CFB to 1.0.5 - demo HTML conversion `string`

v0.12.3

version bump 0.12.3: cleanup - PtgList and old Ptg record support - fleshed out ftab constants from macrosheet support - reimplemented / fixed / removed shim functions - demo refresh

v0.12.2

version bump 0.12.2: BIFF2-4 features - correct BIFF-dependent cell reference wrapping - record layout fixes from sample files - use BIFF version 2.4.338 for BOF (fixes #995 h/t @benjaminleetmaa) - fixed potentially vulnerable regexes (h/t @davisjam) - removed insecure deep dependency (fixes #996 h/t @dcatoday)

v0.12.1

version bump 0.12.1: BIFF5 features - BIFF5 write number formats and other features - XLSX/XLSB/BIFF8 Suppress "Number stored as Text" errors - codename awareness (fixes #992 h/t @samusstrike) - updated CFB to 1.0.3 - demo refresh

v0.12.0

version bump 0.12.0: extendscript fixes - ExtendScript write quirks (fixes #986 h/t @grefel) - BIFF8 write number formats (fixes #987 h/t @scwood) - xlsx.extendscript.js library script - readFile / writeFile support ExtendScript - flow update

v0.11.19

version bump 0.11.19: browser `writeFile` - IE6-9 ActiveX + VBScript shim - `writeFile` supported in browser - `oldie` demo for IE write strategies

v0.11.18

version bump 0.11.18: infrastructure - updated dependencies - fixed eslint config - fusebox demo