Bob4ever
2a5f4f973e
Added option for SharedStringsHelper to turn off the file cache
2015-06-11 11:29:13 +02:00
Adrien Loison
04d41d7c9f
Support XLSX that don't have a sharedStrings.xml file
2015-05-28 17:59:30 -07:00
Adrien Loison
fb0175d633
Fix issue with directory separators for zip:// on Windows
...
Replaced "/" by DIRECTORY_SEPARATOR every time it was used with zip://
2015-05-12 20:51:57 -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
6e11a043c1
Add support for multiline strings
...
Escaped line feed characters in shared strings before processing them.
This makes every string remain on one single line and therefore allow
fast retrieval
Replaced usages of "\n" by PHP_EOL
Added test for multiline strings
2015-03-27 16:54:56 -07:00
Adrien Loison
5e199009e6
First external release
2015-01-15 18:14:07 -08:00