Commit Graph

687 Commits

Author SHA1 Message Date
Andrew Lessels a5b387716c Fix rawNumber support inside sheet_to_json 2022-03-20 16:29:24 +11:00
SheetJS 69bb1e79a3 "side-effect free" 2022-03-19 21:54:41 -04:00
reviewher 90a7b4ee91 remove SSF._general_int 2022-03-16 21:38:06 -07:00
Vitor Santos 61487bcb76 use TextEncoder for zip strings (fixes #2616) 2022-03-16 21:39:30 -04:00
SheetJS 61b17a8bc8 version bump 0.18.4 2022-03-15 23:23:39 -04:00
0xc0Der 2cbc28d6ed vue-modify demo [ci skip] 2022-03-15 12:46:06 -04:00
SheetJS 9a3294c955 phasing out patterns with side effects
- add ssf test to actions
- support for threaded comments (fixes #2542)
2022-03-14 02:51:33 -04:00
0xc0Der f443aa8475 react-modify demo [ci skip]
Co-authored-by: SheetJS <dev@sheetjs.com>
2022-03-12 17:15:34 +02:00
SheetJS b9e7d0d8f4 XLSB/XLS Record Name refactor 2022-03-12 09:05:57 -05:00
reviewher 02707848ad `skipHidden` for `sheet_to_json` [ci skip] 2022-03-11 16:26:02 -08:00
SheetJS 0044f3be82 clean cptable global pollution 2022-03-11 01:16:24 -05:00
SheetJS 0b6ebc67da DBF preserve field properties
- DBF write type N and roundtrip C length (fixes #1888 h/t@bandizsolt)
- clean up xhr demo (fixes #2604 h/t @UP2022742)
- clean up vue / nuxt demo
2022-03-10 00:31:13 -05:00
KurtMar b3793e2ea7 HTML Parsing fix misaligned cells (fixes #1621) 2022-03-09 22:24:43 +02:00
SheetJS b738e5d3f1 pulling ssf into main project [ci skip] 2022-03-09 06:31:53 -05:00
SheetJS d97fce4424 ssf repo reorg 2022-03-09 06:28:19 -05:00
SheetJS c6a86cfe98 make stream utils available to Node ESM
- sheet_to_csv blankrows/strip (fixes #2274 h/t @dmongit)
- sheet_to_json fix dedupe (see #2460 h/t @giuliohome)
- mini build browser tests
2022-03-08 20:44:10 -05:00
SheetJS a32b30414b CSV omit trailing record separator [ci skip] 2022-03-07 20:17:32 -05:00
Rohan Dhamapurkar 467020fc69 stream.to_json end (fixes #1779) 2022-03-08 05:38:45 +05:30
reviewher ba3280ee8a Demos [ci skip] 2022-03-07 00:46:23 -08:00
SheetJS 6ede9dcfb9 xlsx-cli v1.1.2 [ci skip] 2022-03-03 14:11:20 -05:00
SheetJS e14aee3e51 version bump 0.18.3
- XLSX / XLSB dynamic array formulae
- use Uint8Array when available in write (fixes #2539 h/t @RScherzer)
- mini build cleanup to satiate webpack (fixes #2526 #2530)
2022-03-03 03:35:39 -05:00
reviewher 4f6a849a59
simplify rels scan (fixes #2537) 2022-03-01 04:14:41 -05:00
Dan Mlodecki 56e23ca8e0 NestJS/SheetJS demo instructions 2022-02-26 01:48:40 -04:00
SheetJS d50a7812c4 workarounds for webpack 5 2022-02-25 23:32:40 -05:00
SheetJS fbf43d4b73 version bump 0.18.2: hotfix for unicode woes
- fixes #2521 h/t @lanchengkai
- fixes #2522 h/t @duchm12
2022-02-15 02:23:59 -05:00
SheetJS 8e6c0411d9 version bump 0.18.1: ESM 2022-02-13 20:45:57 -05:00
SheetJS fbdd43a3f4 deno and node ESM tests 2022-02-13 04:49:30 -05:00
reviewher 46360a180a CFB zip compression option
fixes #600 and fixes #1638
2022-02-12 15:26:50 -08:00
SheetJS 88225f5fd5 esm support and deno demo 2022-02-12 01:31:47 -05:00
reviewher dd6bb022e2 fixes for reading dates in Chrome 2022-02-10 23:13:41 -08:00
SheetJS 43a7a5ea07 switch to `cfb` for zip operations 2022-02-10 08:22:36 -05:00
SheetJS f78c866cf4 Parse non-conformant records from Access export 2022-02-08 04:57:56 -05:00
Hugo Aboud 92d8a38ef6 avoid utf-8 buffer re-decoding 2022-02-08 00:19:27 -03:00
SheetJS 6c436ae277 README cleanup in anticipation of node fetch 2022-02-05 09:04:02 -05:00
Pedro Arantes 3cbe83c855 Base64 TypeScript 2022-02-04 17:57:47 -03:00
SheetJS 55924668a7 NUMBERS primary cell storage parse
docs clarified row and column props (fixes #2486) (fixes #2511)
2022-02-04 00:48:09 -05:00
reviewher 0000a09c41 Angular 13 demo 2022-02-01 11:07:03 -08:00
SheetJS d54774cbad CI fixes 2022-02-01 03:58:37 -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 cb8046c447 arithmancy 2022-01-31 06:41:23 -05:00
SheetJS bb997654ef very basic numbers iwa parser 2022-01-28 21:54:11 -05:00
László Bulik d01661565a
Fixes xls with embedded doc may show wrong props 2022-01-25 08:52:05 +01:00
Michael Marziani 59538ee78f Extract SheetOption interface
Have WritingOptions and Table2SheetOpts inherit. Fixes TS error setting
sheet name when using table_to_book and other table_to functions.
2022-01-18 19:05:40 +01:00
SheetJS 0ddeba4fc3 version bump 0.17.5 2022-01-10 13:45:50 -05:00
JeiHO 5b25a430f2 fixed variable name in README example 2021-12-29 04:36:44 -06:00
SheetJS d6161103b1 works minutiae 2021-12-29 04:16:02 -05:00
aritrakoley b3bc49afe8 add console error when columns exceed IV 2021-12-11 19:55:52 +05:30
Zaheer Ud Din 10ae7c9fec Strip quoted delims in file type magic 0x3C 2021-12-05 10:19:25 +05:00
SheetJS fcf9182fa6 version bump 0.17.4: Lotus WK3 workbook writer 2021-11-13 23:49:38 -05:00
Louis Jackson-Rees 9e9e4bcb45 FS option skip PRN parse [ci skip] 2021-11-09 04:45:31 +00:00