7dbe92b821Improved the phrasing of the error messages.
Dominik Bonsch
2013-01-22 20:43:49 +0100
acca05f1cfminor architecture improvement - used strtoupper to get rid of case sensitive name checks - added "else if", it's not nessecary to check for the second "if", if the first one was allready true
Dominik Bonsch
2013-01-22 20:39:45 +0100
aadc933827Still improving the out of bounds error messages in the exceptions.
Dominik Bonsch
2013-01-22 20:19:06 +0100
9926c64314added the requested index to the out of bounds exception
Dominik Bonsch
2013-01-22 20:12:12 +0100
756dfad85aadded the actual number of sheets in the out of bounds exception
Dominik Bonsch
2013-01-22 20:10:01 +0100
9de3d5a62bSet correct active sheet when setReadDataOnly(true) and only loading a selection of two or more worksheets rather than all worksheets
Mark Baker
2013-01-21 12:56:21 +0000
092fc7b5f7General: (dbonsch) Work item GH-78 - Restructuring of PHPExcel Exceptions
Mark Baker
2013-01-15 21:42:28 +0000
907ad1ef66Modify listWorksheetNames() and listWorksheetInfo to use XMLReader with streamed XML rather than SimpleXML
Mark Baker
2013-01-13 23:36:04 +0000
0ad3f67da6Initial 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
Mark Baker
2013-01-12 12:52:00 +0000
3d3543cb17Bugfix: Work item GH-113 - canRead() Error for GoogleDocs ODS files: in ODS files from Google Docs there is no mimetype file
Mark Baker
2013-01-03 17:49:56 +0000
487f4b79ecBugfix: (manual merge from a pull request from amironov) Work item GH-82 - PHPExcel_Worksheet::getCellCollection() may not return last cached cell
Mark Baker
2012-11-29 23:57:12 +0000
26c9235a53Merge pull request #95 from Slamdunk/hotfix/remove-sys-tests
Mark Baker
2012-11-28 23:30:54 -0800
a032194211Minor style changes, and added timings to Examples
Mark Baker
2012-11-28 21:30:58 +0000
b98f27f4a7Performance and memory improvements to Excel5 OLE Reader Temporary fix to XML flush until I get it working correctly Use of PHPExcel_Exception
Mark Baker
2012-11-26 18:01:15 +0000
d8debd0966Minor tweaks and bugfixes
Mark Baker
2012-11-25 17:56:27 +0000
7854955cffBugfix: Work item 18963 - getSheetNames() fails on numeric (floating point style) names with trailing zeroes
Mark Baker
2012-11-25 12:26:48 +0000
46b03b62b5Merge pull request #93 from Slamdunk/hotfix/utf8-bom
Mark Baker
2012-11-25 03:30:09 -0800
ef492043cbMerge pull request #94 from Slamdunk/hotfix/dereferencing
Mark Baker
2012-11-25 03:15:03 -0800
c0cce163dcMerge pull request #96 from Slamdunk/hotfix/test-locale
Mark Baker
2012-11-25 03:12:53 -0800
4f4a516addTests: set locale to en_US.utf8
Filippo Tessarotto
2012-11-25 10:33:54 +0100
adae5a54efRemoved system specific tests
Filippo Tessarotto
2012-11-24 08:52:20 +0100
fd4161dcaaBugfix: Work item 17976 - Fix to Excel2007 Reader for hyperlinks with an anchor fragment (following a #), otherwise they were treated as sheet references
Mark Baker
2012-11-21 10:37:16 +0000
91de8c54e4Modified applyFromArray() method of PHPExcel_Style to use PHPExcel::cellXfExists() call instead of expensive hash test.
Mark Baker
2012-11-20 23:55:18 +0000
d1ee820c10Merge pull request #84 from amironov/duplicateStyle-search-by-identity
Mark Baker
2012-11-20 14:57:20 -0800
8a967b2996Bugfix: Work item GH-67 - Cache directory for DiscISAM cache storage cannot be set
Mark Baker
2012-11-20 22:25:12 +0000
4f070fc349General: 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
Mark Baker
2012-11-20 21:34:24 +0000
7884495d5dUse in_array in PHPExcel::cellXfExists()
Andrey Mironov
2012-10-30 16:46:23 +0600
db2a7cbabfSearch style by identity in PHPExcel_Worksheet::duplicateStyle()
Andrey Mironov
2012-10-30 16:46:18 +0600
4381f9740cAdd duplicateStyle example
Andrey Mironov
2012-11-14 16:42:03 +0600
9a29129ec7Fix GH-22 (Support of SheetView in Excel5 Writer)
Progi1984
2012-11-13 23:01:49 +0100
a809355863HTML Writer include charts option
Mark Baker
2012-11-07 23:22:59 +0000
2d6f3979d9Test $this->_includeCharts before including charts in HTML Writer
Mark Baker
2012-11-07 23:21:18 +0000
5a32eee110z-indexing for charts in HTML Writer
Mark Baker
2012-11-07 22:41:44 +0000
d8e2a67707Example spreadsheet with charts for HTML and PDF renderer examples
Mark Baker
2012-11-07 19:59:02 +0000
6934665c1bAdditional work on chart functionality for HTML and PDF Writers Examples for HTML and PDF chart writing Various Docblock fixes
Mark Baker
2012-11-07 19:57:25 +0000
a33926431dValidate additional booleans attributes in LibreOffice saved xlsx files for 'true'/'false' instead of '1'/'0'
Mark Baker
2012-11-07 10:13:45 +0000
9c213cc1cbxlsx files written by LibreOffice use "true" and "false" for boolean properties rather than "1" and "0" found in MS Excel generated xlsx files; modify Excel2007 Reader to handle both options
Mark Baker
2012-11-07 09:34:31 +0000
f3c4d056edMove UTF-8 StrToUpper(), StrToLower() and StrToTitle() methods from Text Calculation class to Shared String Class Doc comments for methods in writer abstract
Mark Baker
2012-11-06 22:53:58 +0000
cce77bad0eCleanup of refactored writers
Mark Baker
2012-11-05 23:34:02 +0000
59a938c4ddRefactor common writer settings/methods into an abstract writer class
Mark Baker
2012-11-05 22:42:58 +0000
d50e73f066Refactor common reader settings/methods into an abstract reader class
Mark Baker
2012-11-05 21:23:38 +0000
f7268cdd65Initial (as yet untested) code to include Excel charts in HTML and PDF output
Mark Baker
2012-11-05 00:50:21 +0000
016ee6e4d8Some refactoring of PDF renderer wrappers and PDF Writer
Mark Baker
2012-11-03 23:44:10 +0000
0ad1c8b585Factor timezone methods to a separate helper class
Mark Baker
2012-11-03 21:52:55 +0000
53a32ce7f7Providing support for timezone adjustments in date/time conversion methods
Mark Baker
2012-11-02 23:07:01 +0000