Mark Baker
|
144f38dd70
|
Merge pull request #138 from nicoder/patch-3
fix typo in comment, thanks
|
2013-02-01 03:17:13 -08:00 |
nicoder
|
1b96fcc8dd
|
fix typo in comment
|
2013-02-01 11:48:10 +01:00 |
Mark Baker
|
ff12698185
|
Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop
|
2013-01-31 12:13:58 +00:00 |
Mark Baker
|
9a085abd7d
|
Minor memory and performance improvements
|
2013-01-31 12:13:31 +00:00 |
Progi1984
|
debead542d
|
Merge pull request #136 from nicoder/patch-2
fix typo in phpdoc
|
2013-01-30 02:36:33 -08:00 |
Progi1984
|
7ca4d725f6
|
Merge pull request #135 from nicoder/patch-1
fix typo in phpdoc
|
2013-01-30 02:36:02 -08:00 |
nicoder
|
ff6643f627
|
fix typo in phpdoc
|
2013-01-30 10:55:16 +01:00 |
nicoder
|
2ce7553e28
|
fix typo in phpdoc
|
2013-01-30 10:04:04 +01:00 |
Mark Baker
|
0baa487442
|
Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop
|
2013-01-22 21:43:59 +00:00 |
Mark Baker
|
3bd2b89ff6
|
Bugfix: Work item GH-130 - Single cell print area
|
2013-01-22 21:43:31 +00:00 |
Dominik Bonsch
|
765fba9d4a
|
#131 added a check if the constant IDENTIFIER_OLE allready exists,
thx to @prolic
|
2013-01-22 21:20:32 +01:00 |
Mark Baker
|
9de3d5a62b
|
Set correct active sheet when setReadDataOnly(true) and only loading a selection of two or more worksheets rather than all worksheets
|
2013-01-21 12:56:21 +00:00 |
Mark Baker
|
092fc7b5f7
|
General: (dbonsch) Work item GH-78 - Restructuring of PHPExcel Exceptions
|
2013-01-15 21:42:28 +00:00 |
Mark Baker
|
907ad1ef66
|
Modify listWorksheetNames() and listWorksheetInfo to use XMLReader with streamed XML rather than SimpleXML
|
2013-01-13 23:36:04 +00:00 |
Mark Baker
|
0ad3f67da6
|
Initial modifications for XML-based sheet readers to use XMLReader via streaming for large files in the listWorksheetNames() and listWorksheetInfo() methods... still needs some additional work for merged cells to work correctly, but gives a hell of a memory boost and executes more quickly - the same principles will be applied to the core data readers, but that still requires a lot more work. However, when completed, the effort should be worth it for both speed and memory usage, and the code should be a lot cleaner for the core data reader as well
|
2013-01-12 12:52:00 +00:00 |
Mark Baker
|
5de1067a16
|
Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop
|
2013-01-03 17:50:32 +00:00 |
Mark Baker
|
3d3543cb17
|
Bugfix: Work item GH-113 - canRead() Error for GoogleDocs ODS files: in ODS files from Google Docs there is no mimetype file
|
2013-01-03 17:49:56 +00:00 |
Maarten Balliauw
|
5eef2404b7
|
Update .gitignore
|
2012-12-27 10:24:48 +01:00 |
Mark Baker
|
979aa760c0
|
Only load list of locale files for calculation engine if setLocale() is explicitly called
|
2012-12-24 15:32:17 +00:00 |
Maarten Balliauw
|
420b344d44
|
Merge pull request #109 from maartenba/develop
Restored PEAR channel
|
2012-12-20 08:22:24 -08:00 |
Maarten Balliauw
|
5237398a76
|
Restored PEAR channel
|
2012-12-20 17:21:51 +01:00 |
Maarten Balliauw
|
e2db06575a
|
Merge pull request #108 from maartenba/develop
Updated the phing build scripts
|
2012-12-20 08:11:18 -08:00 |
Maarten Balliauw
|
642a9e1255
|
Filtering classpaths in PHPunit config
|
2012-12-19 12:44:43 +01:00 |
Maarten Balliauw
|
593371da62
|
Updated build scripts
|
2012-12-19 11:50:49 +01:00 |
Maarten Balliauw
|
264fe4260a
|
Updated .gitignore to ignore PHPStorm project directory
|
2012-12-19 11:02:51 +01:00 |
Progi1984
|
a64e4ef84f
|
Merge branch 'develop' of github.com:PHPOffice/PHPExcel into develop
|
2012-12-18 14:57:48 +01:00 |
Progi1984
|
f3b0d4284c
|
IMPROVED : Composer
|
2012-12-18 14:57:13 +01:00 |
Mark Baker
|
f0529330c7
|
Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop
|
2012-12-18 12:49:14 +00:00 |
Mark Baker
|
620ff42c86
|
Added autowrap text to simple example
|
2012-12-18 12:48:41 +00:00 |
Progi1984
|
da8ec6f86b
|
Fix GH-8 / CP-11704 (Conditional formatting in Excel 5)
|
2012-12-18 00:46:53 +01:00 |
Progi1984
|
75b9dfd100
|
IMPROVED : Composer
|
2012-12-18 00:46:03 +01:00 |
Mark Baker
|
d13ca1f790
|
Bugfix: Work item GH-104 - echo statements in HTML.php
|
2012-12-11 21:55:46 +00:00 |
Mark Baker
|
62bf1b7a93
|
Bugfix: (teso) Work item 18551 - Rich Text containing UTF-8 characters creating unreadable content with Excel5 Writer
|
2012-12-11 17:54:23 +00:00 |
Mark Baker
|
bf2587546e
|
Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop
|
2012-11-29 23:57:57 +00:00 |
Mark Baker
|
487f4b79ec
|
Bugfix: (manual merge from a pull request from amironov) Work item GH-82 - PHPExcel_Worksheet::getCellCollection() may not return last cached cell
|
2012-11-29 23:57:12 +00:00 |
Mark Baker
|
26c9235a53
|
Merge pull request #95 from Slamdunk/hotfix/remove-sys-tests
Remove system specific tests
|
2012-11-28 23:30:54 -08:00 |
Mark Baker
|
a032194211
|
Minor style changes, and added timings to Examples
|
2012-11-28 21:30:58 +00:00 |
Mark Baker
|
b98f27f4a7
|
Performance and memory improvements to Excel5 OLE Reader
Temporary fix to XML flush until I get it working correctly
Use of PHPExcel_Exception
|
2012-11-26 18:01:15 +00:00 |
Mark Baker
|
d8debd0966
|
Minor tweaks and bugfixes
|
2012-11-25 17:56:27 +00:00 |
Mark Baker
|
7760d5ffc6
|
Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop
|
2012-11-25 12:27:36 +00:00 |
Mark Baker
|
7854955cff
|
Bugfix: Work item 18963 - getSheetNames() fails on numeric (floating point style) names with trailing zeroes
|
2012-11-25 12:26:48 +00:00 |
Mark Baker
|
46b03b62b5
|
Merge pull request #93 from Slamdunk/hotfix/utf8-bom
Remove BOM
|
2012-11-25 03:30:09 -08:00 |
Mark Baker
|
ef492043cb
|
Merge pull request #94 from Slamdunk/hotfix/dereferencing
Use appropriate dereferencing
|
2012-11-25 03:15:03 -08:00 |
Mark Baker
|
c0cce163dc
|
Merge pull request #96 from Slamdunk/hotfix/test-locale
Tests: explicit locale to en_US.utf8
|
2012-11-25 03:12:53 -08:00 |
Filippo Tessarotto
|
4f4a516add
|
Tests: set locale to en_US.utf8
|
2012-11-25 10:33:54 +01:00 |
Filippo Tessarotto
|
adae5a54ef
|
Removed system specific tests
|
2012-11-25 09:40:04 +01:00 |
Filippo Tessarotto
|
e525c695dd
|
Fix key dereferencing
|
2012-11-25 09:01:45 +01:00 |
Filippo Tessarotto
|
06132e75b3
|
Remove BOM
|
2012-11-25 08:38:57 +01:00 |
Mark Baker
|
9ad2d65c8d
|
Merge pull request #92 from rogeriopradoj/fix-91
Fix #91: Update url of Travis build images
|
2012-11-24 15:08:18 -08:00 |
Mark Baker
|
c759e5ab35
|
Merge pull request #89 from Slamdunk/ci/no-cc
CodeCoverage only when needed
|
2012-11-24 15:07:26 -08:00 |