0
I Use This!
High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 13 hours ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove Serialize test from runall.php More... over 13 years ago
Bugfix: Work item 15421 - PHPExcel_ReferenceHelper::insertNewBefore() is missing an 'Update worksheet: comments' section Solution, courtesy of MKunert More... over 13 years ago
Add further description to PHPDoc blocks More... over 13 years ago
Minor work on Excel2003XML Reader (not yet complete) More... over 13 years ago
Not sure why array_item() was being called with a $key of true, but it was resulting in a "method call on a non-object" error with gradient fills. More... over 13 years ago
Set documentation language to English (UK) More... over 13 years ago
Fix to prevent non-comment objects from throwing errors when retrieving the set of comment objects from the XML More... over 13 years ago
Added listAllFunctionNames() method to the Calculation Engine, and modified the listFunctionNames() method to return only implemented functions More... over 13 years ago
General: Removed Serialized Reader/Writer as these no longer work. More... over 13 years ago
Bugfix: Work item 15379 - Named ranges with dot don't get parsed properly Bugfix: Work item 15096 - insertNewRowBefore fails to consistently update references Bugfix: "i" is not a valid character for Excel date format masks (in isDateTimeFormatCode() method) More... over 13 years ago
Fixed bug in translation functions of the calculation engine More... over 13 years ago
Updated FAQ section More... over 13 years ago
Feature: Work Item 2346 - Implement more Excel calculation functions Implemented the DGET() Database function More... over 13 years ago
Feature: Work Item 2346 - Implement more Excel calculation functions Implemented the DGET() Database function More... over 13 years ago
Feature: Work Item 2346 - Implement more Excel calculation functions Implemented the DAVERAGE(), DCOUNT(), DCOUNTA(), DMAX(), DMIN(), DPRODUCT(), DSTDEV(), DSTDEVP(), DSUM(), DVAR() and DVARP() Database functions More... over 13 years ago
Oops... missing semi-colon (now fixed) More... over 13 years ago
Added debug log echo option to Calculation Engine (for PHPExcel development team debugging use only) More... over 13 years ago
Bugfix: Work item 15308 - Writing to Variable No Longer Works. $_tmp_dir Missing in PHPExcel\PHPExcel\Shared\OLE\PPS\Root.php More... over 13 years ago
Bugfix: Work item 15312 - Caching and tmp partition exhaustion More... over 13 years ago
Fixed phing build to include Documentation/Examples More... over 13 years ago
Minor performance tweaks when working with alternating blocks in a string More... over 13 years ago
Bugfix: Reduced false positives from isDateTimeFormatCode() method by suppressing testing within quoted strings (thanks to John Machin, author of xlrd, and the maintainer of xlwt for reading/writing Excel files in Python) More... over 13 years ago
Work Item 15198 - FreezePane causing damaged or modified error More... over 13 years ago
Bugfix: Work item 15121 - Column reference rather than cell reference in Print Area definition Fixed Excel2007 Writer to handle print areas that are defined as row or column ranges rather than just as cell ranges... added a static absoluteReference() method to PHPExcel_Cell that will return an absolute row, column or cell reference, and modified the _writeDefinedNameForPrintArea() method of the Excel2007 Workbook Writer to call that rather than absoluteCoordinate() More... over 13 years ago
Bugfix: The freezePaneByColumnAndRow() method row argument should default to 1 rather than 0. Default row argument for all __ByColumnAndRow() methods should be 1 General: Enhanced SheetViews element structures in the Excel2007 Writer for frozen panes. More... over 13 years ago
Remove debug code reference to hexdump() More... over 13 years ago
Feature: Improved toFormattedString() handling for Currency and Accounting format masks to render currency symbols More... over 13 years ago
Bugfix: Fix Excel5 Writer so that it only writes column dimensions for columns that are actually used rather than the full range (A to IV) More... over 13 years ago
Bugfix: Work item 11576 - AdvancedValueBinder.php: String sometimes becomes a date when it shouldn't. Improved with a preg_match trap to reject unlikely formats for dates before passing value to PHPExcel_Shared_Date::stringToExcel() for final validation More... over 13 years ago
Bugfix: Work item 14980 - Images not getting copyied with the ->clone function More... over 13 years ago