Tom MacWright
96e44a5ae4
Add unpkg and jsdelivr fields to allow CDNs to automatically pick compatible modules
2019-11-01 15:22:27 -04: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
Jordon Replogle
b0d18ed6db
TSV Files can start with tab characters
...
Fixes #1421
2019-10-11 19:34:24 -04:00
sauravhiremath
19ebdd9477
bug: Remove white spaces due to html tags ( #1622 )
2019-10-05 13:24:06 -04:00
Rohan
4c956ff9de
fixing some typos in the documentation
2019-10-02 15:26:14 -04:00
e3c5eac99c
initial release of S [ci skip]
2019-09-04 02:27:03 -04:00
Patryk Niedźwiedziński
458575184d
Fix #1244
...
Add error throw on a negative column index
2019-08-31 21:29:50 +02:00
Robin Nilsson
ee862e3adf
Fix issue #1536
...
Fix issue #1536
2019-08-30 02:07:58 -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
442c4342df
version bump 0.14.5: XLS grind
...
- XLS force stub for commented cells (fixes #1567 h/t @Krelborn)
- XLS PtgNameX use ixti (fixes #1581 h/t @staperney)
2019-08-03 18:51:31 -04:00
Amir Elemam
90354392dd
README Fix ( fixes #1546 )
2019-07-29 06:14:54 -04:00
9aabf36142
version bump 0.14.4
...
- CFB update (fixes #1149 h/t @xjnotxj)
- SYLK character encoding (fixes #1544 h/t @Slayess)
- DBF and SYLK ANSI codepage support
2019-07-20 23:32:02 -04:00
2fc52cce3e
travis config
2019-06-22 01:48:31 -04:00
Tor Nilsson Öhrn
4109caeadd
to_csv skipHidden corner case ( fixes #1508 )
2019-05-15 15:49:38 -04:00
9a6d8a1d3d
version bump 0.14.3: formula niggle ( closes #1388 )
2019-04-30 03:31:01 -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
1eb1ec985a
version bump 0.14.1: AutoFilter issues
...
- `stream.to_json` fix (fixes #167 h/t @Alex0007)
- AutoFilter `_FilterDatabase` Defined Name (fixes #1262 h/t @nitramL)
2018-11-13 15:25:51 -05:00
suwenxiong
1b731a3ef4
support cell object in sheet_add_aoa
...
Fixes #1279
2018-10-12 11:08:24 -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
notchris
5628fa81a3
BIFF8 Write Dimensions Type 0x200 ( fixes #1188 )
2018-08-29 21:14:04 -04:00
eca6b457be
version bump 0.13.5: HTML newlines
...
- HTML Export emits `<br/>` (fixes #1239 h/t @keithbox)
- Unicode Defined Name ODS
2018-08-25 19:44:35 -04:00
Jimmy Wärting
d01e10c3f2
update XHR (fetch) demo
2018-08-22 02:59:47 -04:00
Michihito Osanai
ab445c8897
introduce fix for issue#1229
...
https://github.com/SheetJS/js-xlsx/issues/1229
2018-08-22 13:47:23 +09: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
Victor Phung
01de12d24f
pass codepage option to DSV buffer
parser
...
Fixes #1218 ; Closes #1219
2018-08-14 16:02:29 -04:00
Squillante
82e909e0ed
Recognize case-insensitive properties
...
Fixes #1204 ; Closes #1205
2018-08-07 18:51:11 -04:00
10439f7879
version bump 0.13.3: dynamics export
...
- repair missing dynamics export metadata
- correct handling of non-DOM whitespace (fixes #1156 h/t @Sakura777)
- removed duplicate entity decode (fixes #1178 h/t @mishaberman)
2018-07-25 02:40:26 -04:00
mishaberman
5396e0231e
allow HTML content inside of cells
2018-07-13 12:49:22 -07: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
Matt Andrews
b6fd433a42
json_to_sheet cell objects
...
Fixes #1168 , #1169
2018-07-07 13:01:21 -04:00
9866dfc010
version bump 0.13.1: SST optimization
...
- XLSX / XLSB avoid linear scan when emitting SST
- minor nits
2018-06-22 17:40:01 -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
Surgie Finesse
2918185249
DOM TABLE parse element visibility
...
- Hidden rows are marked as hidden by default (mimics Excel behavior).
- `display` option for `table_to_*` replicates table as it appears.
Fixes #1115
2018-05-29 11:11:06 +10:00
Tom Bousso
4737d80db4
Support namespaced xml in styles.xml
...
Fixes #1114 h/t @tombousso
2018-05-22 16:20:22 -04:00
notchris
d102b75cad
Knockout Demo [ci skip] fixes #1061
2018-05-20 21:41:01 -04:00
233102d172
version bump 0.12.13: sylk niggles
...
- sylk column-major order support
- third-party extensions in SST
- `string` type codepage
2018-05-19 21:34:59 -04:00
c0b4895881
version bump 0.12.12: ecosystem deprecations
...
- node 10 `Buffer` deprecation workaround (with dependency update)
- Angular 6 global deprecation workaround (fixes #1088 h/t @cristhiank)
- BIFF8 write standard and custom properties
- TH elements in HTML string (fixes #1090 h/t @GigiSan)
- planmaker export quirks
2018-05-05 02:34:37 -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
f032f34c6e
version bump 0.12.10: sheet_to_json niggle
...
- default not treated as value for empty rows (fixes #1078 h/t @cemremengu)
2018-04-19 22:17:09 -04:00
Drew Smith
6916d5fc73
add pt unit to font-size in HTML
...
fixes #1077
2018-04-19 21:12:58 -04:00
04d5e49e95
version bump 0.12.9: XLSX/XLSB abnormal paths
...
- support for arbitrary subfile paths in OPC
- updated CFB to 1.0.6
2018-04-13 00:48:21 -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
3592efa77b
travis npm ssl fix for 0.8
...
see https://github.com/npm/npm/issues/20191
2018-03-29 11:42:49 -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
Tal Bereznitskey
975c7fb57f
Fixes xlsb file parsing with BrtRevisionPtr
...
Fixes #1041 h/t @berzniz
2018-03-19 11:56:04 -04:00