Adrien Loison
8bac924d48
Add support for more cell types
...
Added proper support for booleans, dates, numbers, errors.
Added unescaping of the read string.
Fixed a bug when cells did not have any values => now returns empty string.
2015-06-03 11:19:21 -07:00
Adrien Loison
b21bb86682
Add support for files containing formulas
...
Formulas will be skipped on reading.
The result of the formulas will be kept though.
2015-05-29 09:01:28 -07:00
Adrien Loison
04d41d7c9f
Support XLSX that don't have a sharedStrings.xml file
2015-05-28 17:59:30 -07:00
Adrien Loison
a848be52de
Merge pull request #33 from box/improve_code_coverage
...
Improve code coverage
2015-04-29 11:55:37 -07:00
Adrien Loison
3b4dfba38e
Improve code coverage
2015-04-29 11:39:21 -07:00
Adrien Loison
cfd3e0ffa3
Rename *Number to *Index
2015-04-29 10:48:31 -07:00
Adrien Loison
e9ec4e745c
Expose a Sheet object on Reader::XLSX::nextSheet()
...
Added Sheet class for the XLSX reader that exposes basic sheet info, such as name or ID.
When retrieving the sheet data XML, added extra XML parsing to retrieve sheet data.
Added test
2015-04-29 00:27:45 -07:00
Adrien Loison
3f3461b002
Add and improve test coverage
2015-04-16 14:51:48 -07:00
Adrien Loison
3e5ef284a5
Fix empty shared string bug
...
Replaced !$sharedString by $sharedString === null to avoid the case
when $sharedString = ''
2015-04-16 13:00:02 -07:00
Adrien Loison
6bc9a18e9b
Add support for empty sheets
2015-01-26 11:22:09 -08:00
Adrien Loison
5e199009e6
First external release
2015-01-15 18:14:07 -08:00