55924668a7
NUMBERS primary cell storage parse
...
docs clarified row and column props (fixes #2486 ) (fixes #2511 )
2022-02-04 00:48:09 -05:00
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
cb8046c447
arithmancy
2022-01-31 06:41:23 -05:00
0ddeba4fc3
version bump 0.17.5
2022-01-10 13:45:50 -05:00
d6161103b1
works minutiae
2021-12-29 04:16:02 -05:00
fcf9182fa6
version bump 0.17.4: Lotus WK3 workbook writer
2021-11-13 23:49:38 -05: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
09bd0755b5
version bump 0.17.3
2021-10-13 03:26:40 -04:00
b98a40235f
XLS Unicode Property Lists [ci skip]
2021-10-02 21:41:36 -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
6670c8448e
version bump 0.17.2: basic node/browser ESM
2021-09-15 21:50:33 -04:00
3d35cebe9e
Browser and Node ESM support
2021-09-12 07:19:09 -04:00
rockboom
d960b0adb7
Link to Chinese README Translation [ci skip]
2021-09-10 16:47:23 +08:00
Luis Romero
7972d537e5
use HTTPS instead of HTTP [ci skip]
2021-09-08 21:59:26 -05:00
81b7614e45
SYLK shared formulae
2021-08-11 05:05:36 -04:00
20212e1cc2
version bump 0.16.9: utf-8 codenames
2020-11-20 02:13:01 -05:00
2e32611dbb
version bump 0.16.6: xlfn option
2020-08-12 17:58:02 -04:00
227f970ca1
version bump 0.16.5: sheet_add_dom
( fixes #2073 )
2020-07-30 23:38:44 -04:00
Garrett Luu
93ec51ec76
Fixed failing travis builds ( #2040 )
...
* Added condition npm install to travis
* Updated node_version.sh perms
2020-07-01 20:56:41 -04:00
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
5c1296a46d
version bump 0.16.2
2020-06-05 01:42:28 -04:00
baea1798cf
version bump 0.16.1
...
- Custom Properties use correct encoding
- AMD wrapper change (see #1937 )
2020-05-16 15:45:54 -04:00
3468395494
x-spreadsheet demo
2020-03-22 21:57:53 -04:00
a81bb78f18
version bump 0.15.5: sheets
option
2020-01-27 20:20:38 -05:00
7e932aec00
update badges [ci skip]
2019-11-14 21:01:30 -05:00
1a5bba267b
version bump 0.15.2: actually pass lint tests
2019-11-14 20:46:49 -05:00
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
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
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
Amir Elemam
90354392dd
README Fix ( fixes #1546 )
2019-07-29 06:14:54 -04:00
0c36667c0c
version bump 0.14.2: comment xml ( fixes #1468 )
2019-04-01 10:25:15 -04:00
Jimmy Wärting
ca22658b8c
README use typed array ( fixes #1362 )
...
> The use of readAsArrayBuffer() is preferred over readAsBinaryString(),
> which is provided for backwards compatibility.
2019-04-01 09:33:51 -04:00
4803695d8b
update README [ci skip] (h/t @mikelax)
2018-09-06 13:04:46 -04:00
078e5b7eba
version bump 0.14.0: sheet_to_json raw
default
...
- sheet_to_json defaults to raw values (fixes #1252 )
- update dependencies
2018-09-06 03:55:28 -04:00
d3d5bfc988
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)
2018-08-15 15:34:41 -04:00
a9b8588e6c
version bump 0.13.2: Buffer issues
...
- node 4.x buffer fix (fixes #1150 h/t @gabyidong)
- dependencies: CFB 1.0.8, codepage 1.14.0
- json object stream
2018-07-08 23:46:11 -04:00
64798fd1f9
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)
2018-06-01 12:32:08 -04:00
notchris
d102b75cad
Knockout Demo [ci skip] fixes #1061
2018-05-20 21:41:01 -04:00
eb5fc87be4
version bump 0.12.11: file format range limits
2018-04-27 16:42:58 -04:00
75c49ddbe8
flow update
2018-04-21 11:16:37 -04:00
93f7749bec
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
2018-04-06 02:39:48 -04:00
08bb7e6e60
version bump 0.12.7: chrome extension
...
- `writeFile` support chrome extension (fixes #1051 h/t @atkinsam)
- demo refresh
2018-03-29 00:31:36 -04:00
dc2128caca
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
2018-03-19 17:42:55 -04:00
5de62a947f
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
2018-03-12 22:51:54 -04:00
7149728c7c
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`
2018-03-05 19:34:04 -05:00
5dd16ae640
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
2018-02-28 05:41:49 -05:00
19620da30b
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
2018-02-14 15:06:35 -05:00
f002afae4b
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
2018-02-08 13:21:39 -05:00
75845a0ca7
version bump 0.11.19: browser writeFile
...
- IE6-9 ActiveX + VBScript shim
- `writeFile` supported in browser
- `oldie` demo for IE write strategies
2018-02-03 15:46:32 -05:00
edf7150ca8
demo refresh [ci skip]
2018-01-26 19:52:46 -05:00