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
afc4e281af
version bump 0.3.5: updating SSF
...
- updated sheetnames tests
- updated ssf
2013-12-26 22:15:16 -05: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
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
1dc777f521
version bump 0.2.5: IE fix
...
IE apparently doesn't like [^], so the checks have been replaced with [^\u2603]
(eliminating ☃ the unicode snowman)
2013-10-10 02:44:18 -04:00
e3301e1ff1
version bump 0.2.3: refactoring
...
- internally renamed count->Count and uniqueCount->Unique like xlsjs
- factored out xml bool parsing
2013-10-10 02:44:18 -04:00
8fc0f91395
Fixed xml parsing of '0' in date1904
2013-10-10 02:44:18 -04:00
a0b73e3d4f
Version bump 0.2.1: date1904 support
...
date1904 flag now propagated to SSF
2013-10-10 02:44:18 -04:00
8bd3c624ac
split xlsx.js into multiple files
...
run `make` to combine the files.
Files are named in numerical order based on the relative placement
2013-10-10 02:44:18 -04:00