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
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
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
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
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
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
09bd0755b5
version bump 0.17.3
2021-10-13 03:26:40 -04:00
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
Felix Zumstein
12597dcf7b
Do not quote #REF for unknown 3d ref [ci skip]
2021-10-03 10:34:26 +02:00
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
David Rault
0a0244cdfa
DSV Pipe (|) potential delimiter [ci skip]
2021-09-30 10:46:35 +02:00
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
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
88e662af99
empty row parsing ( fixes #1413 ) [ci skip]
2021-09-23 00:19:42 -07:00
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
Austin Peterson
7fd172f2fc
ODS Time date value ( fixes #1381 ) [ci skip]
2021-09-20 22:22:45 -06:00
William Krell
ef4aec8796
zip path resolution
2021-09-20 20:31:27 -05:00
Robbie
37624cf990
XLS review [ci skip]
...
- truncate XLS Label Strings to 255 chars (fixes #1341 )
- read column hidden attribute (fixes #2117 )
- dateNF for XLS (fixes #1693 fixes #2305 )
2021-09-20 08:10:53 +01:00
18ce6212c4
HTML cleanup
...
- HTML do not emit content attributes when editable (fixes #2137 )
- HTML import hyperlinks (fixes #1384 #1509 #2188 )
- HTML export hyperlinks (fixes #2326 )
- Default color index (fixes #1412 )
2021-09-18 17:27:42 -04:00
jefleponot
161da6c56c
ODS writeFile default range [ci skip]
...
Co-authored-by: reviewher <reviewher@sheetjs.com>
2021-09-18 04:13:30 +02:00
Austin Peterson
361975f33a
Bare single-sheet BIFF XLS parsing [ci skip]
2021-09-16 17:40:52 -06:00
Vishal Uchil
c8a424f3da
Fix corruption of XLS file in 0.15.2
2021-09-16 19:32:47 +01:00
6670c8448e
version bump 0.17.2: basic node/browser ESM
2021-09-15 21:50:33 -04:00
ustiloff
6c0ada1790
Read styles for stub cells [ci skip]
2021-09-15 09:47:27 +02:00
Betsy Gamrat
7a00f3986d
DSV double quote parsing ( fixes #2270 ) [ci skip]
2021-09-14 05:53:11 -04:00
jefleponot
b03ad9d40c
ODS do not use text:line-break [ci skip]
2021-09-13 08:02:38 +02:00
Puja Sharma
af47faa292
XLSB formula parsing guard [ci skip]
2021-09-13 10:31:55 +05:30
Kevin Batdorf
e7346ddfbe
Add check for finite number [ci skip]
2021-09-12 22:06:46 -04:00
ikeq
f384ccd8a8
Fix TypeError when styles don't have NumberFmt
2021-09-13 07:07:08 +08:00
3d35cebe9e
Browser and Node ESM support
2021-09-12 07:19:09 -04:00
f07a3d5fc0
XLSX Comment Parse Safeguard [ci skip]
2021-09-11 00:13:02 -07:00
bf4736e966
biff8 write column widths
2021-09-02 05:58:39 -04:00
7468f3b635
version bump 0.17.1: short XLSB records
2021-08-18 14:34:02 -04:00
81b7614e45
SYLK shared formulae
2021-08-11 05:05:36 -04:00
Бронякин Даниил
c56347eff5
Use opts.codepage as default encoding for DBF
2021-07-29 04:50:50 -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
20212e1cc2
version bump 0.16.9: utf-8 codenames
2020-11-20 02:13:01 -05:00
Robin Hu
f7835d67b2
Add support for outline configuration
...
- "Summary rows below detail"
- "Summary columns to right of detail"
2020-11-02 18:08:52 -05:00
Federico Perez
eec93b0b85
Fixed parsing for first cell in .fods documents
2020-10-26 16:21:55 -04:00