Commit Graph

445 Commits

Author SHA1 Message Date
29e3bb4c1f Lotus WK1 worksheet writer [ci skip]
- unpack errors from WK3 long double
- explicitly ignore ss:Null in XLML (fixes )
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 ) [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: 2021-10-27 14:26:17 +08:00
Amy Benson
e73f0e18f4 Fix : 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 
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 )
- ODS row heights and column widths (fixes )
- DSV parse of files with leading <, deviating from Excel (fixes )
- read `ArrayBuffer` with no type (fixes )
- removed invalid test files that throw errors due to string length
- AOA/JSON null optional map to #NULL! (fixes )
2021-09-30 03:28:03 -04:00
8658054872 BIFF3/4 write support
- more precise support for unknown BIFF type (see )
- `format_cell` render error strings
2021-09-26 18:51:19 -04:00
88e662af99 empty row parsing (fixes ) [ci skip] 2021-09-23 00:19:42 -07:00
a4ee0ef05a outline minutiae
- column levels (fixes )
- XLSX parse sheetPr with children (fixes )
- XLSX enforce 32768 string limit (fixes )
2021-09-22 02:45:08 -04:00
Austin Peterson
7fd172f2fc ODS Time date value (fixes ) [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 )
- read column hidden attribute (fixes )
- dateNF for XLS (fixes  fixes )
2021-09-20 08:10:53 +01:00
18ce6212c4 HTML cleanup
- HTML do not emit content attributes when editable (fixes )
- HTML import hyperlinks (fixes   )
- HTML export hyperlinks (fixes )
- Default color index (fixes )
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 ) [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
Daniel Yonkov
b0e68a9409 Add escape slash to cell matcher 2020-10-12 11:13:22 +03:00
9f1ba60c8d version bump 0.16.8: CRLF in formulae 2020-10-06 17:54:04 -04:00
Nabeel
b9323c5502
Update 78_writebiff.js
fix(print): Excel crashes when printing XLS

fix provided by the SheetJSDev in https://github.com/SheetJS/sheetjs/issues/1967.
2020-10-07 01:25:37 +05:00
Geohexamon
542636ba8f
Update 80_parseods.js 2020-10-04 12:45:56 -07:00
82b7ada6c7 version bump 0.16.7
- set active worksheet to first visible (fixes  h/t @ManjunathSVBB)
2020-09-11 04:38:33 -04:00
赵风昭
0cc6cc9627 XLSX verify formula is string (fixes )
Co-authored-by: SheetJS <dev@sheetjs.com>
2020-09-08 20:18:48 -04:00
Sam
2c5a863420 Removed null ws return from 90_utils 2020-08-20 13:29:06 +01:00
2e32611dbb version bump 0.16.6: xlfn option 2020-08-12 17:58:02 -04:00
Martin
3b589f001b XLSX SST treat <si></si> as empty (fixes ) 2020-08-12 15:16:01 -04:00
Israel Fraga
abed474873 whitespace check (fixes ) 2020-08-08 17:24:00 -04:00
Israel Fraga
554d300413 Fixed logic error in book_append_sheet 2020-08-01 21:17:42 -04:00
227f970ca1 version bump 0.16.5: sheet_add_dom (fixes ) 2020-07-30 23:38:44 -04:00
Mitkalev Aleksandr
41cc307e2d Fix encoding wb.WBProps.CodeName 2020-07-27 15:46:17 +03:00
wlawt
4fcb49b4d8 fix: move script from 28 to 29 2020-07-17 21:15:12 -04:00
6b1f5a0137 version bump 0.16.4 2020-07-16 19:20:43 -04:00
Alex Baranov
6127e19c02 feat(raw-numbers): optional raw numbers 2020-07-09 20:40:26 -07:00
geoffrymichael
57b296e5b5
Added fix for null value cell.v ()
Closes 
2020-07-06 13:42:59 -07:00
Mohammed Sahl
5c94936cfd
Add quotes to worksheet references in formulae () 2020-07-03 19:46:07 -04:00
Barron Wei
503fe89f8a
check first 8 bytes for CFB in readSync ()
fix range for base64
2020-06-30 14:55:42 -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
Kevin Kerber
cb2d83506e
when range is a single cell, s and e hold the same references and thus modifying properties of one affects the other () 2020-06-26 13:16:14 -07:00
enghong
486f35b4cc
Add option to force quotes around values in when exporting to csv () 2020-06-17 18:34:04 -07:00
Srijon Saha
c615f85034
Fix issue with dbf parsing 2020-06-16 13:51:56 -07:00
Garrett Luu
5b356e2528 Fixed separators on files with \r\n at end of line
fixes 
2020-06-12 14:39:01 -07:00
5c1296a46d version bump 0.16.2 2020-06-05 01:42:28 -04:00
Manthan
bef6c7e475 fix: disabling PRN by default
fixes  fixes  fixes 
2020-06-04 23:38:41 -04:00
baea1798cf version bump 0.16.1
- Custom Properties use correct encoding
- AMD wrapper change (see )
2020-05-16 15:45:54 -04:00
Michael
91f8c46704 HTML preserve cell number format 2020-04-26 04:19:53 -04:00
sbarstow
0ac53360b2 fix per project team email to parsing issue with empty doc security tag 2020-04-20 13:17:29 -04:00
257d4e6db2 version bump 0.16.0
closes  h/t
- @atcazzual : Adam Cazzolla of the Sonatype Security Research team
- @davisjam  : James (Jamie) Davis of Virginia Tech
2020-04-19 21:17:44 -04:00
3468395494 x-spreadsheet demo 2020-03-22 21:57:53 -04:00
Lalo Martins
548396f87d
Better DST handling
h/t @lalomartins @lemmingworks

Closes  and related date issues
2020-03-20 02:44:37 -04:00
c91d2187e6 XLML case insensitive (fixes )
h/t @panraj01, many tags are case insensitive
2020-03-18 02:47:02 -04:00
0a57229d3b version bump 0.15.6: niggles from 2012
- CFB prevent infinite loop (h/t @rossj)
- pass updated eslint checks (fixes  h/t @BjoernRave)
- defined name proper encoding (fixes  h/t @laohe98)
- correct theme color order (fixes  h/t @foreverpw)
- ODS / XLML more aggressive flagging of stub cells
- cellStyles implies sheetStubs
- updated SSF to 0.10.3
2020-03-15 03:57:44 -04:00
a81bb78f18 version bump 0.15.5: sheets option 2020-01-27 20:20:38 -05:00
6551dd0e05 version bump 0.15.4: number formats
- AOA utilities properly preserve number formats
- empty cell number formats (fixes  h/t @aimergenge)
2019-12-22 22:19:56 -05:00
7ef3f3e531 version bump 0.15.3: Thanksgiving edition
Proper XML Encoding of Props/CustProps (fixes  h/t @karlbecker)
2019-11-27 04:47:16 -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
Jordon Replogle
b0d18ed6db TSV Files can start with tab characters
Fixes 
2019-10-11 19:34:24 -04:00
sauravhiremath
19ebdd9477 bug: Remove white spaces due to html tags () 2019-10-05 13:24:06 -04:00
Patryk Niedźwiedziński
458575184d
Fix
Add error throw on a negative column index
2019-08-31 21:29:50 +02:00
Robin Nilsson
ee862e3adf Fix issue
Fix issue 
2019-08-30 02:07:58 -04:00
36fcb00045 version bump 0.15.1
- XLSX XML ignore attribute (fixes  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  h/t @Krelborn)
- XLS PtgNameX use ixti (fixes  h/t @staperney)
2019-08-03 18:51:31 -04:00
9aabf36142 version bump 0.14.4
- CFB update (fixes  h/t @xjnotxj)
- SYLK character encoding (fixes  h/t @Slayess)
- DBF and SYLK ANSI codepage support
2019-07-20 23:32:02 -04:00
Tor Nilsson Öhrn
4109caeadd to_csv skipHidden corner case (fixes ) 2019-05-15 15:49:38 -04:00
9a6d8a1d3d version bump 0.14.3: formula niggle (closes ) 2019-04-30 03:31:01 -04:00
0c36667c0c version bump 0.14.2: comment xml (fixes ) 2019-04-01 10:25:15 -04:00
1eb1ec985a version bump 0.14.1: AutoFilter issues
- `stream.to_json` fix (fixes  h/t @Alex0007)
- AutoFilter `_FilterDatabase` Defined Name (fixes  h/t @nitramL)
2018-11-13 15:25:51 -05:00
suwenxiong
1b731a3ef4 support cell object in sheet_add_aoa
Fixes 
2018-10-12 11:08:24 -04:00
078e5b7eba version bump 0.14.0: sheet_to_json raw default
- sheet_to_json defaults to raw values (fixes )
- update dependencies
2018-09-06 03:55:28 -04:00
notchris
5628fa81a3 BIFF8 Write Dimensions Type 0x200 (fixes ) 2018-08-29 21:14:04 -04:00
eca6b457be version bump 0.13.5: HTML newlines
- HTML Export emits `<br/>` (fixes  h/t @keithbox)
- Unicode Defined Name ODS
2018-08-25 19:44:35 -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  h/t @mnori)
- `ignoreEC` option to suppress IGNOREEC records on write
- workaround for BIFF2 BOF mismatch (fixes  h/t @AhmadZuhdi)
2018-08-15 15:34:41 -04:00
Victor Phung
01de12d24f pass codepage option to DSV buffer parser
Fixes  ; Closes 
2018-08-14 16:02:29 -04:00
Squillante
82e909e0ed Recognize case-insensitive properties
Fixes  ; Closes 
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  h/t @Sakura777)
- removed duplicate entity decode (fixes  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  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 , 
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 , h/t @cmuruganmsc)
- fixed README code sample error (fixes  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 
2018-05-29 11:11:06 +10:00
Tom Bousso
4737d80db4 Support namespaced xml in styles.xml
Fixes  h/t @tombousso
2018-05-22 16:20:22 -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  h/t @cristhiank)
- BIFF8 write standard and custom properties
- TH elements in HTML string (fixes  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  h/t @cemremengu)
2018-04-19 22:17:09 -04:00
Drew Smith
6916d5fc73 add pt unit to font-size in HTML
fixes 
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  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  h/t @atkinsam)
- demo refresh
2018-03-29 00:31:36 -04:00
dc2128caca version bump 0.12.6: BrtUid
- `BrtUid` record (fixes  h/t @gustavosimil)
- `sheet_to_json` allow default for errors (fixes  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  h/t @berzniz
2018-03-19 11:56:04 -04:00
5de62a947f version bump 0.12.5: ancillary utility update
- add BOM to `stream.to_csv` (fixes  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  h/t @wlpeter)
- removed JSZip conflict (fixes  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
8508ad4e94 version bump 0.12.2: BIFF2-4 features
- correct BIFF-dependent cell reference wrapping
- record layout fixes from sample files
- use BIFF version 2.4.338 for BOF (fixes  h/t @benjaminleetmaa)
- fixed potentially vulnerable regexes (h/t @davisjam)
- removed insecure deep dependency (fixes  h/t @dcatoday)
2018-02-21 02:10:33 -05:00
mugai17
88e9e31ebf fix infinite recursion 2018-02-18 12:56:52 +09: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  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  h/t @grefel)
- BIFF8 write number formats (fixes  h/t @scwood)
- xlsx.extendscript.js library script
- readFile / writeFile support ExtendScript
- flow update
2018-02-08 13:21:39 -05:00
Maxim Kukhtenkov
fb97bf1768 VBA CFB test [ci skip] 2018-02-04 19:01:44 -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
c2ec7555fb version bump 0.11.18: infrastructure
- updated dependencies
- fixed eslint config
- fusebox demo
2018-01-23 04:07:55 -05:00
c654a2656b archaic browser compatibility and testing
IE11 Compatibility View levels 5 and 7 (see )
Firefox 5.0+ passes browser test (see )
2018-01-11 03:07:07 -05:00
1d74977718 version bump 0.11.17: sheet_add_{aoa,json}
- Skip extraneous trailing records (fixes  h/t @benjaminleetmaa)
- XLS -> XLML oddities (fixes  h/t @buserror)
- ionic demo
- sheet_add_aoa and sheet_add_json
Issues:
- fixes  h/t @fpasxos
- fixes  h/t @samuelkavin
- fixes  h/t @acgentry
- fixes  h/t @Ideandro
2018-01-09 02:36:02 -05:00
html5-李恒逸
a7d3779724 __toBuffer chunking (fixes )
10240 threshold from older version of fixdata
2018-01-02 11:49:44 -05:00
f277ebe140 version bump 0.11.16: refresh
- HTML whitespace (fixes  h/t @laurentauthier)
- XLML number format write (fixes  h/t @james-boswell)
- XLAM/XLA write
- 'array' write type
- XLSX/XLSB/XLS/XLML RTL read/write
- XLS merge cells write
- demo and typing refresh
2017-12-30 03:20:00 -05:00
33f96fc6ae version bump 0.11.15: right-to-left write
- XLSX right-to-left support (fixes  h/t @mghayour)
- HTML string preserve newline (fixes  h/t @Irikos)
2017-12-24 21:25:03 -05:00
Vincent Jaubert
028d7010a5 sheet_to_json: __EMPTY keys for missing headers
closes 
2017-12-17 11:32:55 -05:00
b3873ea615 version bump 0.11.14: links
- BIFF5 + ODS read named ranges
- internal link range normalization
- BIFF8 + ODS link write
- internal link write (fixes  h/t @gawi)
2017-12-14 20:18:40 -05:00
大黄蜂coder
b17a09849a HTML TD 't' attribute (fixes )
note: @sheetjsdev authored commit, original PR date/author used
2017-12-12 02:14:46 -05:00
c9cab8078c version bump 0.11.13: codepage
- binary CSV `codepage` read option (fixes  h/t @popovserhii)
- BIFF2-5 `codepage` read option (fixes  h/t @makcbrain)
- `xlsx` utility `--codepage` override option
- HTML support some common entities (fixes  h/t @razvanioan)
2017-12-09 02:17:25 -05:00
eff7d153e8 version bump 0.11.12: merging js-harb
- ETH format and utils merged from js-harb
- added shim to npm package (fixes  h/t @dackmin)
- TS defs refresh
- updated test_files
2017-12-03 23:41:41 -05:00
cd2e639fc2 version bump 0.11.11: CFB miscellany
- export `sheet_to_txt` (fixes  h/t @aj4mq)
- BIFF4 Format Record aligned to BIFF 2/3 (fixes  h/t @ToujouAya)
- updated CFB to 1.0.1
- typescript standalone demo
- nexe / pkg xlsx.njs demo
2017-12-01 00:48:10 -05:00
547fba56a2 version bump 0.11.10: binary miscellany
- XLSX empty numeric cells stubbed (fixes  h/t @mgoku)
- XLS sheet type identification
- XLS/XLSB/XLSM CodeName exposure (fixes  h/t @TennisVisuals)
- CFB re-exported
2017-11-19 20:51:14 -05:00
7c7f4a69d4 version bump 0.11.9
- CLI `--book` convert all worksheets (fixes  h/t @pmelisko)
- Detect ";"-DSV with no "\t" or "," (fixes  h/t @sh977218)
- editable HTML uses spans for IE6+ compat (fixes  h/t @elogicmedia)
- XLSB formula structure parallels XLS (fixes  h/t @bstiel)
2017-11-15 13:14:02 -05:00
3f6f8e93ed version bump 0.11.8: CFB 1.0.0
- travis node 9 test
- demo refresh
2017-11-05 14:18:35 -05:00
Andreas Hjortland
1ab13069cb Remove closing > of <br> tag
Use get_dom_element
2017-10-31 20:18:29 +01:00
825830d1cd version bump 0.11.7: VFP DBF write
- DBF writer (dBASE II + VFP extensions)
- updated CFB to 0.13.2
- BIFF8 XLS write VBA
2017-10-27 12:25:54 -04:00
ed4348a6b6 XLS cellText option (fixes h/t @cyzeng-Luca) 2017-10-17 23:44:12 -04:00