Commit Graph

728 Commits

Author SHA1 Message Date
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
Mark Baker 6bc4199675 Various tweaks and fixes 2012-11-24 22:48:44 +00:00
Rogerio Prado de Jesus 77340c1205 Fix #91: Update url of Travis build images 2012-11-24 20:46:18 -02:00
Mark Baker d41a1f5952 Merge pull request #85 from karak/develop
Fill SheetView IO in Excel5
2012-11-24 14:19:09 -08:00
Mark Baker 818fba7a16 Merge pull request #90 from Slamdunk/hotfix/ci-5.2
Make tests compatible with PHP 5.2
2012-11-24 14:17:06 -08:00
Filippo Tessarotto 06293c784a __DIR__ -> dirname(__FILE__) 2012-11-24 09:44:56 +01:00
Filippo Tessarotto aaf5ca234c Get str_getcsv working on PHP 5.2 2012-11-24 09:43:16 +01:00
Filippo Tessarotto 022f019cb8 Without xdebug overload, no need to check memory_limit 2012-11-24 08:36:18 +01:00
Filippo Tessarotto e6e2be2d88 CodeCoverage only when needed 2012-11-24 08:33:24 +01:00
Mark Baker ddbce8e139 Merge pull request #88 from Slamdunk/feature/travis
Add Travis to the project
2012-11-23 13:22:58 -08:00
Mark Baker 058b254902 composer name must be all lowercase 2012-11-23 19:39:23 +00:00
Mark Baker 8f48638c52 Updated changelog 2012-11-23 19:35:55 +00:00
Mark Baker f7be6c7c31 Set composer name 2012-11-23 19:34:54 +00:00
Mark Baker 153240759a Initial composer file - let's hope I've got this thing right 2012-11-23 19:28:44 +00:00
Filippo Tessarotto 4ca486b1e2 Added build status info 2012-11-23 11:58:29 +01:00
Filippo Tessarotto 5aa7f3436c Added Travis to the project 2012-11-23 11:51:34 +01:00
karak 0fd8af9cd8 add read/write page-break-preview in Excel5 2012-11-22 14:57:47 +09:00
karak c9610c936f read PageViewLayout 2012-11-22 14:49:55 +09:00
Mark Baker fd4161dcaa Bugfix: Work item 17976 - Fix to Excel2007 Reader for hyperlinks with an anchor fragment (following a #), otherwise they were treated as sheet references 2012-11-21 10:37:16 +00:00
Mark Baker 91de8c54e4 Modified applyFromArray() method of PHPExcel_Style to use PHPExcel::cellXfExists() call instead of expensive hash test. 2012-11-20 23:55:18 +00:00
Mark Baker d1ee820c10 Merge pull request #84 from amironov/duplicateStyle-search-by-identity
Search style by identity in PHPExcel_Worksheet::duplicateStyle()
2012-11-20 14:57:20 -08:00
Mark Baker 8a967b2996 Bugfix: Work item GH-67 - Cache directory for DiscISAM cache storage cannot be set 2012-11-20 22:25:12 +00:00
Mark Baker 4f070fc349 General: Work items 17936 and 17840 - Fix for environments where there is no access to /tmp but to upload_tmp_dir
Provided an option to set the sys_get_temp_dir() call to use the upload_tmp_dir; though by default the standard temp directory will still be used
2012-11-20 21:34:24 +00:00
Andrey Mironov 7884495d5d Use in_array in PHPExcel::cellXfExists() 2012-11-20 01:28:01 +06:00
Andrey Mironov db2a7cbabf Search style by identity in PHPExcel_Worksheet::duplicateStyle() 2012-11-20 01:28:00 +06:00
Andrey Mironov 4381f9740c Add duplicateStyle example 2012-11-20 01:28:00 +06:00
Progi1984 9a29129ec7 Fix GH-22 (Support of SheetView in Excel5 Writer) 2012-11-13 23:01:49 +01:00
Progi1984 9f04d888a1 IMPROVED : PHPDoc 2012-11-13 22:58:33 +01:00
Progi1984 b1461fa893 NOTE : Eclipse settings in .ignore 2012-11-13 22:57:20 +01:00