03588e332c
version bump 0.5.16: content types et al
...
- added `bookVBA` option
- content type default corner cases
- fleshed out content type list
- XML parsing ignores namespaces
- updated SSF to 0.6.4
- testA tets enforce sheetRows=10 (shorter tests)
2014-04-03 15:51:54 -07:00
56b10f3616
version bump 0.5.15: converging tests
...
- test script normalized
- proper handling of empty sheet ranges
- xlsb sheetStubs and calcchain parsing
- jshint passes
- updated SSF to 0.6.2
2014-03-29 15:53:15 -07:00
d462e18846
version bump 0.5.14: XLSB comments
...
- SSF updated to 0.6.1 (h/t @notatestuser)
- more tests and related XLSB records
- XLSB plaintext comment and author
- preliminary work for XLSB formats
2014-03-28 19:05:50 -07:00
37cc0006f2
version bump 0.5.13: merge cells
...
merge ranges stored in !merges
- XLSB BrtMergeCell
- XLSX mergeCells (h/t @clayzermk1 for discussion #41 )
- More XLSB Record cases
- merge test (js-xls test)
2014-03-23 14:30:00 -07:00
0a8304c076
version bump 0.5.12: pass AutoFilter tests
...
- XLSB Brt* records
2014-03-20 19:44:27 -07:00
2df14a3cce
version bump 0.5.11: removing XLSB training wheels
...
- Brt* errors restored
- updated SSF to 0.5.9
2014-03-19 10:53:20 -07:00
49a37c9cf5
version bump 0.5.10-b: guard against corrupt SSF
...
- prevent overriding format code 0
- pivot table styles
2014-02-26 14:30:32 -05:00
ecee362e00
version bump 0.5.10-a: xlsx performance
...
- utf8 translation pushes to array rather than string concat
- large_strings test actually runs now (rather than blowing up)
2014-02-22 16:36:28 -05:00
ad20bf9b83
version bump 0.5.10: numbers iOS fix
...
Most writers write sheets to
xl/worksheets/sheetN.xml (where N is 1-indexed)
Numbers for iOS apparently writes to
xl/worksheets/sheet.xml (for first sheet)
xl/worksheets/sheetN.xml (N>1, 0-indexed -- sheet1.xml corresponds to 2nd sheet)
The right thing to do is to dig into workbook rels, but that's for another day
2014-02-21 11:41:37 -05:00
5c4b5827b5
version bump 0.5.9: sheetRows partial processing
...
- opts.sheetRows limits parsing; default (0) parses all rows
- added -n mode to xlsx2csv to control number of rows
- !ref will be adjusted; !fullref holds full range
2014-02-18 22:03:28 -05:00
33fbc389c5
version bump 0.5.8: bookFiles, default change
...
- option bookFiles controls whether zip files and keys are written to object
*** Default has been flipped from "true" to "false"
- updated SSF to 0.5.8
- updated test_files to 20140216 (tests also look at 2013 XLSB)
- added dist files (make dist)
2014-02-17 03:44:22 -05:00
c0a8bef07c
version bump 0.5.7: WTF-ification
...
- opts.bookDeps parses calc chain; now chains are not parsed by default
- getzipdata safe option obviates some try-catch blocks
- parsing cell type 'd' (h/t @malphettes, yet again :)
- opts.WTF throws on errors
2014-02-15 00:08:18 -05:00
Hugues Malphettes
a66ff4462e
Support cells for the 'd' date type
2014-02-15 11:15:10 +08:00
2cb06e0fb8
version bump 0.5.6: custom properties
...
- custom properties (h/t @hmalphettes)
- new option bookProps
- added minified target (using uglify-js)
2014-02-14 01:25:46 -05:00
Hugues Malphettes
f5f9229ab2
Support custom properties
...
and return them as the hash workbook.Custprops
2014-02-14 11:39:03 +08:00
72d7707152
test cleanup
2014-02-13 03:48:41 -05:00
1dceeffbe9
version bump 0.5.5: sheet names optimization
...
- bookSheets option skips worksheet parsing (used by xlsx2csv)
- filtered tests (by file extension)
- XLSB formulae stubs
2014-02-13 01:22:42 -05:00
7e9f218f0f
version bump 0.5.4: more options
...
- 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
2014-02-12 01:09:42 -05:00
27af8a6d6a
version bump 0.5.3: options!
...
- 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
2014-02-07 05:53:40 -05:00
99d879ee30
version bump 0.5.2: chores
...
- 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
2014-02-06 17:02:11 -05:00
972897c9ae
version bump 0.5.1: field reorg
...
- 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
2014-02-05 08:39:21 -05:00
242d5c655e
xlsb browser fix
2014-02-04 11:10:42 -05:00
a96d8964e2
version bump 0.5.0: changes to cell interface
...
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
2014-02-03 19:00:44 -05:00
5c4bf62b83
version bump 0.4.3: shared strings and formatting
...
- XLSB basic support for number formats
- removed extraneous Strings table element
- formatting xml tags (rich_stress_test)
- updating test_files to 20130130
2014-01-31 06:52:18 -05:00
47dd984a6c
version bump 0.4.2: using jszip module on node
...
- updated test_files
- new dependency in node: jszip
2014-01-29 22:06:14 -05:00
6990e66a56
version bump 0.4.1: more XLSB + cleanup
...
- 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
2014-01-29 01:00:09 -05:00
32d835ab81
version bump 0.4.0: very basic XLSB support
...
subfiles reshuffled (XLSB and XLSX/XLSM content separated)
2014-01-28 11:38:02 -05:00
844850abab
version bump 0.3.10: xlsm support
...
different workbook content type, same representation
2014-01-25 17:28:27 -05:00
9c9aad5df3
version bump 0.3.9: general format used by default
...
(when no format or style is found, use general)
Other whitespace cleanup
2014-01-23 11:14:11 -05:00
a1ccaf511d
version bump 0.3.8: more formatting
...
- updated SSF to 0.5.3
tests without baselines now try to generate CSV output
2014-01-23 01:20:19 -05:00
dd0a649c95
version bump 0.3.7: comments and coverage
...
- parsing comments (h/t @kinwahlai, @hmalphettes)
- XLSX.version now exposed in source
- code coverage
- updated SSF to 0.5.2
- updated tests/files
2014-01-21 23:58:26 -05:00
Hugues Malphettes
9efa4e2aae
Update the range of the sheet when creating a cell for the content of its comments
2014-01-21 06:05:00 +07:00
Hugues Malphettes
5d43dffc79
Share the code for parsing the rich text and use it to parse the comments.
2014-01-18 21:45:49 +08:00
Hugues Malphettes
36f7080a68
Comments maybe contain an empty text tag
2014-01-18 16:29:51 +08:00
kinwah
80a843ca3b
Add parsing comment codes into bits/70_xlsx.js
...
Update test xlsx file to apachepoi_SimpleWithComments.xlsx
2014-01-16 11:42:25 +08:00
37753d8230
version bump 0.3.6: updating SSF
...
Addresses issue from LO Calc files generating invalid formats.
Link: https://github.com/SheetJS/js-xls/issues/24
2013-12-31 11:42:46 -05:00
afc4e281af
version bump 0.3.5: updating SSF
...
- updated sheetnames tests
- updated ssf
2013-12-26 22:15:16 -05:00
e186e55341
version bump 0.3.4: updating SSF and related tests
...
version bump needed for npm
2013-12-16 11:38:10 -05:00
7a3ca6a1ab
added simple typescript reference file
2013-11-15 05:35:40 -08:00
0a70e1950f
updated SSF dependency
2013-11-12 09:08:31 -08:00
b4f7030634
version bump 0.3.3: malformed xlsx parsing
...
Files that cannot be processed by Excel 2011 were removed from the suite
2013-11-12 08:29:55 -08:00
0b642080bf
version bump 0.3.2: cleanup
...
- updated jszip to version 2 (20121106)
- added some .match guards (2)
- updated package.json
2013-11-06 00:09:23 -08:00
9e41edcbd2
cleaning up XLSX leak
2013-10-30 19:53:16 -07:00
fd6e3fa19b
version bump 0.3.1: more cleanup
...
- xlsx2csv mirrors xls2csv options
- passes lint
- protection tag (1)
2013-10-30 15:42:27 -07:00
5d79aca2da
version bump 0.2.8: range fix
...
Fixes #37
2013-10-28 13:28:17 -07:00
dd9ac7d97f
Removed unnecessary console.error statements
...
Fixes #27
h/t Sebmaster for pointing this out
2013-10-10 02:53:15 -04:00
d85183c75f
version bump 0.2.7-d: CSV generation issue
...
double-quotes are emitted as \"\"
2013-10-10 02:53:02 -04:00
81f89d6f4e
version bump 0.2.7-c: basic html from sst
...
Very basic rendering. Will ultimately be a separate component (to share code
with the more general formatting case)
2013-10-10 02:44:18 -04:00
55ba84d561
version bump 0.2.7-b: formatted string support
...
Mixed formatting stored in the shared string table.
Ultimately there will be a function to convert to HTML, but in the interim this
extracts plaintext and populates the right fields
2013-10-10 02:44:18 -04:00
247fd22c06
jshint passes
2013-10-10 02:44:18 -04:00