Abdul Basit
297fd39563
updated dependency [ci skip]
2021-09-11 12:37:17 +05:30
Sylvain Lesage
f57ba0af4f
Documentation nit [ci skip]
2021-09-11 09:01:41 +02:00
Ikko Ashimine
4da25af3aa
Comment Spelling [ci skip]
2021-09-11 14:17:00 +09:00
Bryan Ollendyke
5a3e5d91c1
xlsxworker use dist shim [ci skip]
2021-09-11 01:06:44 -04:00
rockboom
d960b0adb7
Link to Chinese README Translation [ci skip]
2021-09-10 16:47:23 +08:00
Milo Lee
4257878cf6
Demos updated broken links [ci skip]
2021-09-09 14:02:44 +08:00
Luis Romero
7972d537e5
use HTTPS instead of HTTP [ci skip]
2021-09-08 21:59:26 -05:00
Austin Peterson
9b14cc75e4
Updated electron demo [ci skip]
2021-09-07 19:43:05 -06:00
bf4736e966
biff8 write column widths
2021-09-02 05:58:39 -04:00
Jimmy Wärting
36a1a4e9b8
react demo avoid readAsBinaryString [ci skip]
2021-08-29 23:20:15 +02: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
Duncan Phelps
6c5db3663c
AWS Lambda Binary Media Types
2021-05-03 22:10:16 -05:00
Akshat Mangal
59b3dae1a1
Tested the MongoDB scripts and fixed them
2021-04-20 21:02:53 +05:30
AmishBaztard
e958dbf18e
Refresh server demos
...
- microjs demo removed
- hapi.js demo does not work in latest version
2021-04-16 21:57:41 -04:00
1d7aff45c8
suppress modified test files
2021-04-13 16:06:18 -04:00
Jordan Harband
f8c0a86581
[Tests] migrate tests to Github Actions
2021-04-08 11:21:37 -07:00
Taher
58e59dcfd5
updates to react demo
...
- bump react and babel
- converted to functional components
removed preact demo
renamed jsx to js for next make instruction
removed image component
added pod install for pod linking
2021-03-31 16:39:14 -07:00
Muzi Phiwokuhle Gondwe
333deae63f
write and parse ods in mini build ( #2197 )
2020-12-15 04:24:35 -05: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
Francisco Presencia
6ecfeb602b
Added google sheet example
...
Description
Added to readme
Fixed typo
2020-10-20 11:45:59 +09: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
Janne Kujanpää
d4cfadbbd7
Fix #2071
...
* Implemented with proposed fix
* Future-proofing for newer major releases
2020-10-04 17:45:52 -04:00
Alex Macleod
5985739e72
Mark generated files as binary
...
This supresses local text diffs and prevents git from trying to automatically resolve merge conflicts within the files
2020-10-04 21:57:22 +01: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 #1433 h/t @ManjunathSVBB)
2020-09-11 04:38:33 -04:00
赵风昭
0cc6cc9627
XLSX verify formula is string ( fixes #1703 )
...
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 #2083 )
2020-08-12 15:16:01 -04:00
Israel Fraga
abed474873
whitespace check ( fixes #2075 )
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
78b0119b20
temporary fix for test suite
2020-07-30 23:54:10 -04:00
227f970ca1
version bump 0.16.5: sheet_add_dom
( fixes #2073 )
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
Srijon Saha
9add78a290
Fix write not working and refactor
...
[ci skip]
2020-07-07 00:52:00 -07:00
geoffrymichael
57b296e5b5
Added fix for null value cell.v ( #1730 )
...
Closes #1717
2020-07-06 13:42:59 -07:00
Janie
6dc5e88a44
update test_files
2020-07-05 02:52:23 -07:00
William Law
d45669ba9a
add: unicode test cases for cross-sheet names ( #2047 )
2020-07-05 02:32:27 -07:00
Mohammed Sahl
5c94936cfd
Add quotes to worksheet references in formulae ( #2046 )
2020-07-03 19:46:07 -04:00
William Law
5b08ba78a3
change test: buffer to string ( #2042 )
2020-07-02 20:24:39 -04:00