65 Commits

Author SHA1 Message Date
Adrien Loison
c6ebf115fc Merge pull request #58 from box/improve_xml_security
Prevent entity loading when reading XML
2015-07-01 14:19:49 -07:00
Adrien Loison
7d922e6776 Prevent entity loading when reading XML
Added LIBXML_NOENT option when reading a XML file
libxml_disable_entity_loader(true) cannot be used because it disables
the use of XMLReader::open()... see https://bugs.php.net/bug.php?id=62577
2015-07-01 14:07:15 -07:00
Adrien Loison
d4cf853270 Merge pull request #48 from box/add_support_for_more_cell_types
Add support for more cell types
v1.0.10
2015-06-03 11:24:43 -07:00
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
591d86cf07 Merge pull request #46 from box/remove_version_from_composer_json
Remove version from composer.json
2015-06-02 21:47:09 -07:00
Adrien Loison
ba4a55292d Remove version from composer.json 2015-06-02 19:48:37 -07:00
Adrien Loison
d617a50b85 Merge pull request #44 from box/bump_to_v1.0.9
Bump to version 1.0.9
v1.0.9
2015-05-29 09:50:21 -07:00
Adrien Loison
92981fa80b Bump to version 1.0.9 2015-05-29 09:42:38 -07:00
Adrien Loison
766c733466 Update README.md
Added question about charts and formulas in the FAQ
2015-05-29 09:39:36 -07:00
Adrien Loison
46cae76546 Update README.md
Added new badges
2015-05-29 09:30:40 -07:00
Adrien Loison
03be58b84d Merge pull request #43 from box/support_files_with_formulas
Add support for files containing formulas
2015-05-29 09:08:48 -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
8a45cec220 Merge pull request #42 from box/support_files_without_shared_strings
Support XLSX that don't have a sharedStrings.xml file
2015-05-28 18:06:09 -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
f8f194bc8f Merge pull request #37 from box/bump_to_version_1.0.8
Bump to version 1.0.8
v1.0.8
2015-05-12 21:13:03 -07:00
Adrien Loison
044ad11596 Bump to version 1.0.8 2015-05-12 21:09:22 -07:00
Adrien Loison
935ba1fb5e Merge pull request #36 from box/fix_zip_path_windows
Fix issue with directory separators for zip:// on Windows
2015-05-12 21:08:38 -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
69190cd855 Merge pull request #34 from box/bump_version_to_1.0.7
Bump version to 1.0.7
v1.0.7
2015-04-29 13:53:38 -07:00
Adrien Loison
13a53fb43f Bump version to 1.0.7 2015-04-29 11:56:25 -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
52faef0168 Merge pull request #32 from box/rename_number_to_index
Rename *Number to *Index
2015-04-29 11:55:26 -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
c6e943041e Merge pull request #31 from box/bump_version_to_1.0.6
Bump version to 1.0.6
v1.0.6
2015-04-29 01:10:43 -07:00
Adrien Loison
502dd54c81 Bump version to 1.0.6 2015-04-29 01:06:16 -07:00
Adrien Loison
c6cfc4c80f Merge pull request #30 from box/allow_custom_sheet_name_xlsx_writer
Allow custom sheet name in the XLSX writer
2015-04-29 01:04:22 -07:00
Adrien Loison
d02013c82e Allow custom sheet name in the XLSX writer
Added setter
Added test
Updated README
2015-04-29 01:01:59 -07:00
Adrien Loison
71d9c18a81 Merge pull request #29 from box/expose_sheet_xlsx_reader
Expose a Sheet object on Reader::XLSX::nextSheet()
2015-04-29 00:32:12 -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
e58284d27b Merge pull request #25 from box/bump_version_to_1.0.5
Bump version to 1.0.5
v1.0.5
2015-04-16 15:22:08 -07:00
Adrien Loison
27a47f509f Bump version to 1.0.5 2015-04-16 15:05:41 -07:00
Adrien Loison
8aeb883ebc Merge pull request #23 from box/add_hhvm_and_nightly_in_travis
Add HHVM and PHP nighly in Travis
2015-04-16 15:04:07 -07:00
Adrien Loison
05c504e72c Add HHVM and PHP nighly in Travis 2015-04-16 14:56:07 -07:00
Adrien Loison
abbc158877 Merge pull request #24 from box/add_improve_test_coverage
Add and improve test coverage
2015-04-16 14:55:42 -07:00
Adrien Loison
3f3461b002 Add and improve test coverage 2015-04-16 14:51:48 -07:00
Adrien Loison
2074781852 Merge pull request #22 from box/bump_version_to_1.0.4
Bump version to 1.0.4
v1.0.4
2015-04-16 13:17:24 -07:00
Adrien Loison
fd5cfc5440 Bump version to 1.0.4 2015-04-16 13:13:05 -07:00
Adrien Loison
a538813827 Merge pull request #21 from box/fix_empty_shared_string_bug
Fix empty shared string bug
2015-04-16 13:08:56 -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
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