PhpSpreadsheet/Classes/PHPExcel
Mark Baker 9c213cc1cb xlsx 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 2012-11-07 09:34:31 +00:00
..
CachedObjectStorage Upload missing style supervisor 2012-10-24 17:07:55 +01:00
Calculation Move UTF-8 StrToUpper(), StrToLower() and StrToTitle() methods from Text Calculation class to Shared String Class 2012-11-06 22:53:58 +00:00
Cell Change reader exceptions to PHPExcel_Reader_Exception 2012-10-29 23:48:29 +00:00
Chart Minor charting fixes 2012-10-27 00:02:38 +01:00
Reader xlsx 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 2012-11-07 09:34:31 +00:00
RichText Change copyright 2011 -> 2012 2012-03-03 21:08:29 +00:00
Shared Move UTF-8 StrToUpper(), StrToLower() and StrToTitle() methods from Text Calculation class to Shared String Class 2012-11-06 22:53:58 +00:00
Style Ensure that signature of bindParent() in style class overrides matches the signature of bindParent() in the supervisor 2012-10-26 14:56:58 +01:00
Worksheet Row zeroHeight should default to false 2012-09-14 12:12:15 +01:00
Writer Move UTF-8 StrToUpper(), StrToLower() and StrToTitle() methods from Text Calculation class to Shared String Class 2012-11-06 22:53:58 +00:00
locale Turkish language pack 2012-09-14 00:52:10 +01:00
Autoloader.php Use class_exists() with FALSE second argument 2012-09-06 22:56:56 +01:00
CachedObjectStorageFactory.php Bugfix: Work item 18598 - Cannot access private property PHPExcel_CachedObjectStorageFactory::$_cacheStorageMethod 2012-09-06 23:40:39 +01:00
Calculation.php Minor bugfix to calculation engine formula validation (unbalanced braces) 2012-10-13 22:07:36 +01:00
Cell.php Range argument tests with default value in cell range methods, and further 2012-08-16 22:53:13 +01:00
Chart.php Setter methods for Title, Legend, X and y axis labels 2012-06-18 22:26:22 +01:00
Comment.php Change copyright 2011 -> 2012 2012-03-03 21:29:01 +00:00
DocumentProperties.php Doc Block changes 2012-03-11 17:58:38 +00:00
DocumentSecurity.php Change copyright 2011 -> 2012 2012-03-03 21:29:01 +00:00
Exception.php Unit tests for Cell static methods and creation of PHPExcel_Exception 2012-07-29 20:56:35 +01:00
HashTable.php Change copyright 2011 -> 2012 2012-03-03 21:29:01 +00:00
IComparable.php Change copyright 2011 -> 2012 2012-03-03 21:29:01 +00:00
IOFactory.php Change Reader exceptions to PHPExcel_Reader_Exception 2012-10-29 23:51:09 +00:00
NamedRange.php Change copyright 2011 -> 2012 2012-03-03 21:29:01 +00:00
ReferenceHelper.php Fixed formula/formatting bug when removing rows 2012-10-25 09:54:12 -04:00
RichText.php Change copyright 2011 -> 2012 2012-03-03 21:29:01 +00:00
Settings.php Bugfix: Work item 18598 - Cannot access private property PHPExcel_CachedObjectStorageFactory::$_cacheStorageMethod 2012-09-06 23:40:39 +01:00
Style.php Refactoring of style classes to use an abstract supervisor 2012-10-23 13:16:30 +01:00
Worksheet.php Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop 2012-10-31 22:01:09 +00:00
WorksheetIterator.php Change copyright 2011 -> 2012 2012-03-03 21:29:01 +00:00