955543147d
version bump 0.20.0
2023-06-23 05:48:47 -04:00
d3a480750b
NUMBERS read/write external links
2023-05-13 01:23:26 -04:00
333e4e40f9
version bump 0.19.3
2023-04-17 23:39:28 -04:00
51a8619000
version bump 0.19.1
2022-11-17 04:35:34 -05:00
6a5be04e3d
Ś╫êëτ⌡ś and Š╫ěéτ⌡š
2022-09-09 16:59:22 -04:00
ba94ffba35
version bump 0.18.10
2022-07-25 22:27:52 -04:00
dbc30ef188
numbers parser prefer subarray
2022-07-13 06:10:24 -04:00
ef6d3086ac
bun test
2022-07-12 00:30:22 -04:00
61262617ec
parse number values from RTF cells
2022-07-07 02:30:44 -04:00
ee8b37b3a6
ODS XML Parse nit
2022-06-27 02:02:21 -04:00
4cc0412154
roundtrip 1904 date setting
2022-06-06 19:10:33 -04:00
2022f7f4b0
version bump 0.18.8: dateless meridien time values
2022-05-22 19:51:41 -04:00
9f8ec25845
refresh browser tests
2022-05-17 17:48:05 -04:00
0b72cc592b
wsl build sequence fixes
2022-05-16 21:26:22 -04:00
5d49b7326d
sheet_set_array_formula adjust range
2022-05-15 23:39:11 -04:00
623364a148
extendscript workaround for esbuild bug ( #2629 )
2022-03-27 15:02:51 -04:00
0400a87e62
version bump 0.18.5: basic NUMBERS write
2022-03-24 09:59:49 -04:00
69bb1e79a3
"side-effect free"
2022-03-19 21:54:41 -04:00
61b17a8bc8
version bump 0.18.4
2022-03-15 23:23:39 -04:00
0044f3be82
clean cptable global pollution
2022-03-11 01:16:24 -05:00
0b6ebc67da
DBF preserve field properties
...
- DBF write type N and roundtrip C length (fixes #1888 h/t@bandizsolt)
- clean up xhr demo (fixes #2604 h/t @UP2022742)
- clean up vue / nuxt demo
2022-03-10 00:31:13 -05:00
e14aee3e51
version bump 0.18.3
...
- XLSX / XLSB dynamic array formulae
- use Uint8Array when available in write (fixes #2539 h/t @RScherzer)
- mini build cleanup to satiate webpack (fixes #2526 #2530 )
2022-03-03 03:35:39 -05:00
d50a7812c4
workarounds for webpack 5
2022-02-25 23:32:40 -05:00
fbdd43a3f4
deno and node ESM tests
2022-02-13 04:49:30 -05:00
88225f5fd5
esm support and deno demo
2022-02-12 01:31:47 -05:00
43a7a5ea07
switch to cfb
for zip operations
2022-02-10 08:22:36 -05:00
Pedro Arantes
3cbe83c855
Base64 TypeScript
2022-02-04 17:57:47 -03:00
cb8046c447
arithmancy
2022-01-31 06:41:23 -05:00
bb997654ef
very basic numbers iwa parser
2022-01-28 21:54:11 -05:00
d6161103b1
works minutiae
2021-12-29 04:16:02 -05: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
3d35cebe9e
Browser and Node ESM support
2021-09-12 07:19:09 -04:00
Jordan Harband
f8c0a86581
[Tests] migrate tests to Github Actions
2021-04-08 11:21:37 -07:00
78b0119b20
temporary fix for test suite
2020-07-30 23:54:10 -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
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
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
b3873ea615
version bump 0.11.14: links
...
- BIFF5 + ODS read named ranges
- internal link range normalization
- BIFF8 + ODS link write
- internal link write (fixes #685 h/t @gawi)
2017-12-14 20:18:40 -05:00
c9cab8078c
version bump 0.11.13: codepage
...
- binary CSV `codepage` read option (fixes #907 h/t @popovserhii)
- BIFF2-5 `codepage` read option (fixes #912 h/t @makcbrain)
- `xlsx` utility `--codepage` override option
- HTML support some common entities (fixes #914 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 #911 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 #905 h/t @aj4mq)
- BIFF4 Format Record aligned to BIFF 2/3 (fixes #909 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
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
f968dfe4ed
version bump 0.11.6: ancillary format update
...
- BIFF5 XLS write (bookType "biff5")
- DBF Level 7 read
- ODS whitespace and repeated rows
- flow and lint cleanup
2017-10-16 20:14:32 -04:00
af3df44633
version bump 0.11.5: "string" type
...
- proper JS string input / output type
- bower main now uses full version (fixes #820 h/t @newmesiss)
- DOM parse directly acts on innerHTML (see #779 h/t @danxfisher)
- unicode core props and ext props (fixes #822 h/t @fureweb-com)
- shim update for IE10/11
- test refresh and flow checks
2017-09-30 02:18:11 -04:00
1a8f97269e
demo refresh [ci skip]
2017-09-24 19:40:09 -04:00
635310b639
version bump 0.11.3: "array" type
...
- phased out Array map invocations (fixes #620 h/t @dullin)
- "array" type supports Uint8Array
- Headless browser examples
- blank cells are omitted or stubbed (fixes #779 h/t @domxa)
- removed transferrables from demo
2017-08-19 19:06:34 -04:00
935821423f
version bump 0.11.1: dist cleanup
...
- dist scripts properly export library
- XLS/XLSB formulae quote sheet names containing spaces
- skipHidden ported to streaming CSV write
- updated codepage to 1.11.0
- flow and TS updates
- webpack demo example using dist scripts
- requirejs demo
2017-08-05 02:32:57 -04:00
7d15f35e3e
version bump 0.11.0: new minified versions
...
- build script strips `require` statements
- finally every version is pinned (see #740 h/t @the-spyke)
- removed colloquialisms in README
2017-08-01 01:50:53 -04:00
ce37f99ec3
version bump 0.10.9: pin dependencies
...
- updated SSF 0.10.0, codepage 1.10.1, CFB 0.12.0, CRC32 / ADLER32 1.1.0
- pinned all devDependencies (fixes #740 h/t @the-spyke)
- flow type updates
- clarified meteor usage (fixes #751 h/t @NorthDecoder)
2017-07-28 19:27:16 -04:00
6732eb76f8
hodgepodge of fixes
...
- missing formula elements rewritten to valid defined names (see #680 )
- comment author length limit enforced
- XLS ifmt references renamed to numFmtId for consistency with XLSB
- removed circular symlink
- mangle/compress with uglify
- more flow comments
2017-07-27 17:15:55 -04:00