Commit Graph

495 Commits

Author SHA1 Message Date
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
SheetJS 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
SheetJS 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
SheetJS 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
SheetJS 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
SheetJS 78b0119b20 temporary fix for test suite 2020-07-30 23:54:10 -04:00
SheetJS 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
SheetJS 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
William Law 8ecbf4dc97
browser test cleanup (#2039)
* browser test cleanup

* add cases to core.js

* apply feedback
2020-07-02 12:57:21 -07: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
Garrett Luu 8795f86e12
Commented out fixed version number 2020-07-01 14:28:50 -07:00
Barron Wei 503fe89f8a
check first 8 bytes for CFB in readSync (#2038)
fix range for base64
2020-06-30 14:55:42 -04:00
SheetJS 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
Srijon Saha 5b1440a186
Update electron demo (#2027)
* Update electron demo to version 9

[ci skip]

Co-authored-by: Ian Jennings <ian@meetjennings.com>
2020-06-28 03:22:46 -04:00
Srijon Saha 9ec9f4feb4 Add name to SheetProps
[ci skip]
2020-06-26 13:41:24 -07: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 (#2026) 2020-06-26 13:16:14 -07:00
Albert Mulia Shintra 716bef470e
fix: missing PRN in xlsx.mini (#1908)
- build: update mini script
2020-06-25 12:32:50 -07:00
Garrett Luu 0c7e809e9c
[ci skip] Fixed functions demos (#2025)
* Added test for CRLF newlines

* Initialized firebase functions app

* Updated gitignore

* Implemented csv file conversion

* CSV conversion

* Modified README to include firebase

* Added init-azure script to makefile

* Updated Azure demo

* Updated README
2020-06-25 12:30:56 -07:00
Mrinmay Mukherjee d0457b77c8
change WTF value from 1 to true (#2016) 2020-06-19 18:24:29 -07:00
SheetJS 9fc0ab7fa0 globalThis testing for SuiteScript 2.x [ci skip] 2020-06-19 16:07:13 -04:00
Garrett Luu 9015cdffd3 Added test for CRLF newlines 2020-06-18 16:10:41 -07:00
enghong 486f35b4cc
Add option to force quotes around values in when exporting to csv (#2009) 2020-06-17 18:34:04 -07:00
Srijon Saha c615f85034
Fix issue with dbf parsing 2020-06-16 13:51:56 -07:00
Srijon Saha c26525d52c
Merge pull request #2004 from garrettluu/master
Fix sep char recognition for CRLF newline files
2020-06-15 10:52:38 -07:00
Garrett Luu 5b356e2528 Fixed separators on files with \r\n at end of line
fixes #1943
2020-06-12 14:39:01 -07:00
Srijon Saha cdfe678571
Update CONTRIBUTING doc for PRs (#2003)
[ci skip]
2020-06-12 14:37:07 -07:00