Adrien Loison
f770f38967
Merge pull request #19 from box/bump_version_to_1.0.3
...
Bump version to 1.0.3
v1.0.3
2015-04-14 20:20:34 -07:00
Adrien Loison
0edd9c434f
Merge pull request #20 from box/add_editorconfig
...
Add .editorconfig
2015-04-14 20:20:21 -07:00
Adrien Loison
3c9bf12a5f
Add .editorconfig
2015-04-14 20:16:41 -07:00
Adrien Loison
69c1436625
Bump version to 1.0.3
2015-04-14 20:01:24 -07:00
Adrien Loison
af940069bc
Merge pull request #18 from box/better_guess_cell_type
...
Better guess the cell type based on its value
2015-04-14 19:58:38 -07:00
Adrien Loison
d6155a4243
Better guess the cell type based on its value
2015-04-14 19:52:56 -07:00
Adrien Loison
538f6109ad
Merge pull request #15 from box/add_test_for_skipping_empty_rows
...
Add test for skipping empty rows
v1.0.2
2015-04-03 22:49:40 -07:00
Adrien Loison
93cdd398dd
Add test for skipping empty rows
2015-04-03 22:45:09 -07:00
Adrien Loison
66e5792a7e
Merge pull request #14 from box/bump_version_to_1.0.2
...
Bump version to 1.0.2
2015-04-03 22:29:18 -07:00
Adrien Loison
d4dbc32a53
Bump version to 1.0.2
2015-04-03 22:28:49 -07:00
Adrien Loison
09eac62c22
Merge pull request #13 from box/random_fixes
...
Random fixes
2015-04-03 22:24:56 -07:00
Adrien Loison
7bb5e02d2c
Fix Typo in CSV Reader
2015-04-03 22:09:25 -07:00
Adrien Loison
aebdd1acd7
Empty $dataRow should not create an empty rw
2015-04-03 22:08:55 -07:00
Adrien Loison
41a449f245
Merge pull request #12 from box/fix_dir_separator_bug_on_windows
...
Fix DIRECTORY_SEPARATOR bug occurring on Windows
2015-04-03 21:17:49 -07:00
Adrien Loison
39c72a91b4
Fix DIRECTORY_SEPARATOR bug occurring on Windows
...
Fixes #3 :
The sheetN.xml files location is dynamically retrieved when parsing
[Content_Types].xml. In this file, the location is like "/xl/worksheets/sheet1.xml".
Because the zip stream wrapper expects the zip entry name to be like
"xl/worksheets/sheet1/xml" (without the first "/"), this first "/"
needs to be trimmed. It was trimmed using:
ltrim($this->dataXmlFilePath, DIRECTORY_SEPARATOR);
which obvisously does not work on Windows platform where DIRECTORY_SEPARATOR is "\".
Replacing DIRECTORY_SEPARATOR by '/' solves this issue.
2015-04-03 21:10:30 -07:00
Adrien Loison
4ca1fc5851
Merge pull request #8 from box/add_multiline_strings_support
...
Add support for multiline strings
2015-03-30 22:21:47 -07:00
Adrien Loison
419544a85f
Update README.md
2015-03-27 17:05:17 -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
c24cdbb9be
Merge pull request #7 from box/document_utf8_use
...
Document the use of UTF-8 by default
2015-03-26 15:36:17 -07:00
Adrien Loison
18f6e64910
Document the use of UTF-8 by default
2015-03-26 15:13:47 -07:00
Adrien Loison
f7a682dbd6
Merge pull request #2 from box/bump_version_to_1_0_1
...
Bump version to 1.0.1
v1.0.1
2015-01-26 15:38:15 -08:00
Adrien Loison
7301fc47fb
Bump version to 1.0.1
2015-01-26 15:37:39 -08:00
Adrien Loison
ce296f0662
Merge pull request #1 from box/add_support_empty_sheets
...
Add support for empty sheets
2015-01-26 11:28:26 -08:00
Adrien Loison
6bc9a18e9b
Add support for empty sheets
2015-01-26 11:22:09 -08:00
Adrien Loison
5e199009e6
First external release
v1.0.0
2015-01-15 18:14:07 -08:00