Commit Graph

34 Commits

Author SHA1 Message Date
SheetJS 43a7a5ea07 switch to `cfb` for zip operations 2022-02-10 08:22:36 -05:00
SheetJS 5f0f2c91c5 version bump 0.18.0
- Removed global variables `XLS` and `ODS` from standalone browser build
- Removed `dist/jszip.js` from the package
- XLSX SST parse, fixes #2503
2022-02-01 00:58:45 -05:00
SheetJS 0ddeba4fc3 version bump 0.17.5 2022-01-10 13:45:50 -05:00
SheetJS fcf9182fa6 version bump 0.17.4: Lotus WK3 workbook writer 2021-11-13 23:49:38 -05:00
SheetJS 09bd0755b5 version bump 0.17.3 2021-10-13 03:26:40 -04:00
SheetJS 6670c8448e version bump 0.17.2: basic node/browser ESM 2021-09-15 21:50:33 -04:00
SheetJS 7468f3b635 version bump 0.17.1: short XLSB records 2021-08-18 14:34:02 -04:00
SheetJS 81b7614e45 SYLK shared formulae 2021-08-11 05:05:36 -04:00
Jeremy Mill 3542d62fff version bump 0.17.0
- Explicit errors on inconsistent XLS records
- DBF cap worksheet to 1<<20 rows
2021-05-13 15:07:05 -04:00
SheetJS 20212e1cc2 version bump 0.16.9: utf-8 codenames 2020-11-20 02:13:01 -05:00
SheetJS 9f1ba60c8d version bump 0.16.8: CRLF in formulae 2020-10-06 17:54:04 -04:00
SheetJS 82b7ada6c7 version bump 0.16.7
- set active worksheet to first visible (fixes #1433 h/t @ManjunathSVBB)
2020-09-11 04:38:33 -04:00
SheetJS 2e32611dbb version bump 0.16.6: xlfn option 2020-08-12 17:58:02 -04:00
SheetJS 227f970ca1 version bump 0.16.5: `sheet_add_dom` (fixes #2073) 2020-07-30 23:38:44 -04:00
Mitkalev Aleksandr 41cc307e2d Fix encoding wb.WBProps.CodeName 2020-07-27 15:46:17 +03:00
SheetJS 6b1f5a0137 version bump 0.16.4 2020-07-16 19:20:43 -04:00
Alex Baranov 6127e19c02 feat(raw-numbers): optional raw numbers 2020-07-09 20:40:26 -07:00
SheetJS 768e1bdcf8 version bump 0.16.3
- updated SSF to 0.11.2
- XLS write support for `bookSST`
2020-06-29 04:07:23 -04:00
Albert Mulia Shintra 716bef470e
fix: missing PRN in xlsx.mini (#1908)
- build: update mini script
2020-06-25 12:32:50 -07:00
enghong 486f35b4cc
Add option to force quotes around values in when exporting to csv (#2009) 2020-06-17 18:34:04 -07:00
Srijon Saha c615f85034
Fix issue with dbf parsing 2020-06-16 13:51:56 -07:00
SheetJS 5c1296a46d version bump 0.16.2 2020-06-05 01:42:28 -04:00
Manthan bef6c7e475 fix: disabling PRN by default
fixes #1976 fixes #1983 fixes #1977
2020-06-04 23:38:41 -04:00
SheetJS baea1798cf version bump 0.16.1
- Custom Properties use correct encoding
- AMD wrapper change (see #1937)
2020-05-16 15:45:54 -04:00
SheetJS 257d4e6db2 version bump 0.16.0
closes #1904 h/t
- @atcazzual : Adam Cazzolla of the Sonatype Security Research team
- @davisjam  : James (Jamie) Davis of Virginia Tech
2020-04-19 21:17:44 -04:00
SheetJS 3468395494 x-spreadsheet demo 2020-03-22 21:57:53 -04:00
SheetJS 0a57229d3b version bump 0.15.6: niggles from 2012
- CFB prevent infinite loop (h/t @rossj)
- pass updated eslint checks (fixes #1726 h/t @BjoernRave)
- defined name proper encoding (fixes #1785 h/t @laohe98)
- correct theme color order (fixes #389 h/t @foreverpw)
- ODS / XLML more aggressive flagging of stub cells
- cellStyles implies sheetStubs
- updated SSF to 0.10.3
2020-03-15 03:57:44 -04:00
SheetJS a81bb78f18 version bump 0.15.5: `sheets` option 2020-01-27 20:20:38 -05:00
SheetJS 6551dd0e05 version bump 0.15.4: number formats
- AOA utilities properly preserve number formats
- empty cell number formats (fixes #1711 h/t @aimergenge)
2019-12-22 22:19:56 -05:00
SheetJS 7ef3f3e531 version bump 0.15.3: Thanksgiving edition
Proper XML Encoding of Props/CustProps (fixes #1690 h/t @karlbecker)
2019-11-27 04:47:16 -05:00
SheetJS 1a5bba267b version bump 0.15.2: actually pass lint tests 2019-11-14 20:46:49 -05:00
SheetJS b7c0b0d914 fixed flow typecheck
- update FilterDatabase defined name when writing AutoFilter
- XLML stub cells have blank Data block
- HTML export honor `id` option
- expose `sheet_get_cell`
2019-10-31 23:09:14 -04:00
SheetJS 36fcb00045 version bump 0.15.1
- XLSX XML ignore attribute (fixes #1595 h/t @samih-dev)
- HTML capture and persist merge info
- mini build remove errant codepage reference
2019-08-14 16:11:16 -04:00
SheetJS 4aeb0a786a version bump 0.15.0: mini build
- new xlsx.mini build that strips XLS/XLSB/niche formats
- updated CFB to 1.1.3
- removed niche sheet_to_{dif,slk,eth} utilities
- removed exported ODS parse/write funcs, read/write still supports ODS
2019-08-04 16:12:56 -04:00