Commit Graph

592 Commits

Author SHA1 Message Date
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
AndrewGlago ef21e2bea2 DSV Field Separator override [ci skip] 2021-11-09 00:31:56 +00:00
SheetJS 29e3bb4c1f Lotus WK1 worksheet writer [ci skip]
- unpack errors from WK3 long double
- explicitly ignore ss:Null in XLML (fixes #2447)
2021-11-08 00:01:12 -05:00
Garrett Luu c1f5f041a4 xlsx-cli separate package [ci skip] 2021-11-06 20:34:44 -04:00
reviewher 3a26260c84 HTML string parse multiple tables [ci skip] 2021-11-05 20:36:59 -07:00
Author: Austin Peterson b5c697e5ed ODS Text Parsing (fixes #2446) [ci skip] 2021-11-05 02:26:41 -06:00
Logan Houp 4d00394678 XLSX !protect check on write [ci skip] 2021-11-04 01:14:09 -04:00
notchris a7405c4a55 Fixed RequireJS export name [ci skip] 2021-11-03 00:45:24 -04:00
SheetJS ebfb5bc7c9 properly detect encrypted ODS 2021-10-27 03:50:23 -04:00
dnviyth 222995ebdf fix: #2432 2021-10-27 14:26:17 +08:00
Luudoo 2b4548098e
Update index.d.ts
Fix issue #2427 correct Table2SheetOpts type
2021-10-21 11:19:46 +02:00
Amy Benson e73f0e18f4 Fix #2425: ods files opening in excel 2021-10-19 14:23:42 +01:00
reviewher cb8fc656fd CFB Fix [ci skip] 2021-10-16 16:07:27 -04:00
SheetJS 09bd0755b5 version bump 0.17.3 2021-10-13 03:26:40 -04:00
ThibautSF 5c02c819f6 x-spreadsheet demo merges and formulae [ci skip]
Co-authored-by: SheetJS <dev@sheetjs.com>
2021-10-13 06:43:07 +02:00
SheetJS e110fe8952 Lightning Web Component support [ci skip] 2021-10-12 20:18:30 -04:00
reviewher cb61a67d17
`safegetzipfile` fix 2021-10-12 04:55:29 -04:00
Richard Gibson 3af23c31dd
Support UTF-8 decoding for non-buffer input
Fixes #2081
2021-10-05 20:23:44 -04:00
reviewher 71160160d1 Split x-spreadsheet demo script [ci skip] 2021-10-05 10:57:19 -07:00
Felix Zumstein 12597dcf7b Do not quote #REF for unknown 3d ref [ci skip] 2021-10-03 10:34:26 +02:00
SheetJS b98a40235f XLS Unicode Property Lists [ci skip] 2021-10-02 21:41:36 -04:00
gfyoung a376a6c78c
Use named define for requireJS
Two benefits:
    
* Helps avoid with mismatched anonymous errors
    
ref: https://requirejs.org/docs/errors.html#mismatch
    
* Allows for uglification in the demo
2021-10-02 11:58:53 -07:00
Jimmy Wärting 7c0b869c7f webpack demo avoid readAsBinaryString [ci skip] 2021-09-30 19:31:52 +02:00
David Rault 0a0244cdfa DSV Pipe (|) potential delimiter [ci skip] 2021-09-30 10:46:35 +02:00
SheetJS e59de73f99 Hyperlink cleanup [ci skip]
- XLS normalize URLs and use moniker (fixes #2385)
- ODS row heights and column widths (fixes #2378)
- DSV parse of files with leading <, deviating from Excel (fixes #1238)
- read `ArrayBuffer` with no type (fixes #2316)
- removed invalid test files that throw errors due to string length
- AOA/JSON null optional map to #NULL! (fixes #1196)
2021-09-30 03:28:03 -04:00
SheetJS 8658054872 BIFF3/4 write support
- more precise support for unknown BIFF type (see #2390)
- `format_cell` render error strings
2021-09-26 18:51:19 -04:00
reviewher 88e662af99 empty row parsing (fixes #1413) [ci skip] 2021-09-23 00:19:42 -07:00
SheetJS a4ee0ef05a outline minutiae
- column levels (fixes #1655)
- XLSX parse sheetPr with children (fixes #1798)
- XLSX enforce 32768 string limit (fixes #1537)
2021-09-22 02:45:08 -04:00
notchris 4518cc8967 VueJS 3 demo [ci skip] 2021-09-21 15:03:05 -04:00
Austin Peterson 7fd172f2fc ODS Time date value (fixes #1381) [ci skip] 2021-09-20 22:22:45 -06:00
reviewher 5104ec1c63 require.js demo cleanup [ci skip] 2021-09-20 20:41:37 -07:00
William Krell ef4aec8796 zip path resolution 2021-09-20 20:31:27 -05:00
Hailong Wang bb9faf7caf writeFileAsync type def [ci skip] 2021-09-21 09:09:24 +08:00