PhpSpreadsheet/Classes/PHPExcel
Mark Baker 429ad59284 Method for moving cells in the cell cache without needing to access the cell itself
TODO Sqlite cell cache needs equivalent method for updating cache database rather than simply the indexed cache array
2013-02-27 17:54:45 +00:00
..
CachedObjectStorage Method for moving cells in the cell cache without needing to access the cell itself 2013-02-27 17:54:45 +00:00
CalcEngine Refactor the cyclic reference stack as an object so that we can inject it into the logger constructor rather than having to pass it at every call 2013-02-16 10:59:19 +00:00
Calculation Refactoring of calculation engine using the multiton pattern to eliminate caching issues when working with multiple workbooks 2013-02-15 15:42:06 +00:00
Cell General: (dbonsch) Work item GH-78 - Restructuring of PHPExcel Exceptions 2013-01-15 21:42:28 +00:00
Chart Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into calcEngine 2013-02-13 09:09:28 +00:00
locale Remove BOM 2012-11-25 08:38:57 +01:00
Reader Bugfix: Work item GH-130 - Single cell print area 2013-01-22 21:43:31 +00:00
RichText General: (dbonsch) Work item GH-78 - Restructuring of PHPExcel Exceptions 2013-01-15 21:42:28 +00:00
Shared Merge branch 'develop' into experimental 2013-01-22 21:21:22 +01:00
Style Simplify getRed, Green and Blue methods for colour styles 2013-02-17 14:57:42 +00:00
Worksheet General: (dbonsch) Work item GH-78 - Restructuring of PHPExcel Exceptions 2013-01-15 21:42:28 +00:00
Writer Merge branch 'develop' into calcEngine 2013-02-20 22:28:38 +00:00
Autoloader.php General: (dbonsch) Work item GH-78 - Restructuring of PHPExcel Exceptions 2013-01-15 21:42:28 +00:00
CachedObjectStorageFactory.php 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
Calculation.php Refactor the cyclic reference stack as an object so that we can inject it into the logger constructor rather than having to pass it at every call 2013-02-16 10:59:19 +00:00
Cell.php Refactoring of calculation engine using the multiton pattern to eliminate caching issues when working with multiple workbooks 2013-02-15 15:42:06 +00:00
Chart.php General: (dbonsch) Work item GH-78 - Restructuring of PHPExcel Exceptions 2013-01-15 21:42:28 +00:00
Comment.php replaced tabs by 4 spaces 2013-01-22 20:56:41 +01:00
DocumentProperties.php reformated the docblock comments (looked a litle strange after 2013-01-22 21:05:13 +01:00
DocumentSecurity.php Change copyright 2011 -> 2012 2012-03-03 21:29:01 +00:00
Exception.php replaced tabs by 4 spaces 2013-01-22 21:06:17 +01:00
HashTable.php General: (dbonsch) Work item GH-78 - Restructuring of PHPExcel Exceptions 2013-01-15 21:42:28 +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 Performance and memory improvements to Excel5 OLE Reader 2012-11-26 18:01:15 +00:00
ReferenceHelper.php General: (dbonsch) Work item GH-78 - Restructuring of PHPExcel Exceptions 2013-01-15 21:42:28 +00:00
RichText.php PSR-2 2013-02-09 12:26:15 +01:00
Settings.php PSR-2 2013-02-09 12:24:19 +01:00
Style.php PSR-2 2013-02-09 12:18:30 +01:00
Worksheet.php Refactoring of calculation engine using the multiton pattern to eliminate caching issues when working with multiple workbooks 2013-02-15 15:42:06 +00:00
WorksheetIterator.php PSR-2 2013-02-09 11:55:38 +01:00