- 13 Feb, 2014 2 commits
- 12 Feb, 2014 1 commit
-
-
SheetJS authored
- cellHTML controls HTML generation - cellFormula controls formula output - sheetStubs now defaults to false - cleaned up unnecessary CSV quotes (fixed #45) - updated test_files to 20140211 - updated SSF to 0.5.7 - removed unused main function - removed some dead code
-
- 07 Feb, 2014 1 commit
-
-
SheetJS authored
- read and readFile accept opts argument: o cellNF (default false) true -> cell.z holds number format string o sheetStubs (default true) false -> stub cells not emitted - name consistency (parse_workbook -> parse_wb_xml) - README updates - CONTRIBUTING notes added
-
- 06 Feb, 2014 1 commit
-
-
SheetJS authored
- node jszip updated to 2.1.0 as per https://github.com/Stuk/jszip/issues/84 - travis 0.8 tests restored - get_formulae ignores undefined values - updated test_files to 20140206
-
- 05 Feb, 2014 1 commit
-
-
SheetJS authored
- cell.r holds the raw rich text, cell.h now holds the html (version 0.5.0 cell.raw -> cell.r, cell.r -> cell.h) - similar changes to comments and XLSB generation - removed some unused binary methods
-
- 04 Feb, 2014 2 commits
-
-
SheetJS authored
-
SheetJS authored
Cell object stores the formatted text in the `.w` field - Raw format and types are preserved in the `.t`, `.v` fields - Accessors have been updated to use the field updates for older OOXML: - ECMA-376 makes reference to old sstItem shared string item - [MS-XLSX] xmlns for workbook
-
- 31 Jan, 2014 1 commit
-
-
SheetJS authored
- XLSB basic support for number formats - removed extraneous Strings table element - formatting xml tags (rich_stress_test) - updating test_files to 20130130
-
- 30 Jan, 2014 2 commits
-
-
SheetJS authored
See https://github.com/Stuk/jszip/issues/84 for more info
-
SheetJS authored
- updated test_files - new dependency in node: jszip
-
- 29 Jan, 2014 1 commit
-
-
SheetJS authored
- updated ssf to 0.5.4 - cleaned up CSV string output - added CSV tests (from test_files) - passes lint - inlineStr actually parses <is> block - more XLSB bits
-
- 28 Jan, 2014 1 commit
-
-
SheetJS authored
subfiles reshuffled (XLSB and XLSX/XLSM content separated)
-
- 27 Jan, 2014 1 commit
-
-
SheetJS authored
-
- 25 Jan, 2014 1 commit
-
-
SheetJS authored
different workbook content type, same representation
-
- 23 Jan, 2014 2 commits
- 22 Jan, 2014 2 commits
-
-
SheetJS authored
- parsing comments (h/t @kinwahlai, @hmalphettes) - XLSX.version now exposed in source - code coverage - updated SSF to 0.5.2 - updated tests/files
-
SheetJSDev authored
Support for parsing Comments
-
- 20 Jan, 2014 1 commit
-
-
Hugues Malphettes authored
-
- 18 Jan, 2014 2 commits
-
-
Hugues Malphettes authored
-
Hugues Malphettes authored
-
- 16 Jan, 2014 2 commits
-
-
kinwah authored
Update test xlsx file to apachepoi_SimpleWithComments.xlsx
-
kinwah authored
Comments parts listed in the [Content Types] are parsed. Sheets's relationships are parsed. Comments parts are correlated to their corresponding sheets parts. Comments's contents are added to the ref'ed cells. Rich text styling properties are currently ignored. For example: { "!ref": "A1:B3", "A1": { "v": 1, "t": "n" }, "B1": { "v": "one", "t": "s", "r": "one", "c": [ { "a": "Yegor Kozlov", "t": [ "Yegor Kozlov:", "\r\nfirst cell" ] } ] } }
-
- 15 Jan, 2014 1 commit
-
-
SheetJS authored
-
- 07 Jan, 2014 1 commit
-
-
SheetJS authored
-
- 31 Dec, 2013 1 commit
-
-
SheetJS authored
Addresses issue from LO Calc files generating invalid formats. Link: https://github.com/SheetJS/js-xls/issues/24
-
- 27 Dec, 2013 2 commits
- 16 Dec, 2013 1 commit
-
-
SheetJS authored
version bump needed for npm
-
- 06 Dec, 2013 1 commit
-
-
SheetJS authored
-
- 22 Nov, 2013 4 commits
-
-
SheetJS authored
-
SheetJS authored
-
SheetJS authored
added check for module as well as require for node environment
-
phola authored
see PR : https://github.com/SheetJS/js-xls/pull/23
-
- 15 Nov, 2013 1 commit
-
-
SheetJS authored
-
- 14 Nov, 2013 1 commit
-
-
SheetJS authored
-
- 13 Nov, 2013 1 commit
-
-
SheetJS authored
-
- 12 Nov, 2013 2 commits