0
I Use This!
High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 14 hours ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Feature: Added support for superscript/subscript in HTML/PDF Writers More... over 13 years ago
Feature: Support for cell comments in the Excel5 Reader... fixed some problems with the comments in BIFF8 comments More... over 13 years ago
Bugfix: Work item 15172 - rangeToarray function modified for non-existent cells More... over 13 years ago
Fix to a problem that I introduced with last night's changes to precision in the calculation engine More... over 13 years ago
Added flushInstance() method to clear the calculation cache, but only if the calculation engine has been instantiated. Moved precision setting from functions.php to the calculation engine constructor, with a reset when the calculation engine instance is unset... will be of value when I switch the code to support a calculation engine/cache with each instantiated PHPExcel object. More... over 13 years ago
Feature: Added initial support for cell comments in the Excel5 Reader for BIFF8 More... over 13 years ago
Feature: Added initial support for cell comments in the Excel5 Reader for BIFF8 More... over 13 years ago
Feature: Added some support for cell annotations in the Excel5 Reader... now handles annotation blocks beyond the 2,048 character limit for any individual annotation block. (for BIFF5-7 only at present... BIFF8 support is still outstanding) More... over 13 years ago
Feature: Added some support for cell annotations in the Excel5 Reader (for BIFF5-7 only at present... BIFF8 support is still outstanding, as annotations were change to a drawing object with this release) More... over 13 years ago
Feature: Added basic support for cell comments in the OOCalc Reader More... over 13 years ago
Feature: Added support for cell comments in the Gnumeric and Excel2003XML Readers More... over 13 years ago
Bugfix: Work item 15129 - Worksheet fromArray() only working with 2-D arrays More... over 13 years ago
Added BAHTTEXT to reader/writer list of Excel functions, though not supported in the calculation engine yet More... over 13 years ago
Bugfix: Work item 15094 - Merge cells 'un-merge' when using an existing spreadsheet (Excel5 Reader) More... over 13 years ago
Bugfix: Work item 15089 - PHPExcel_Worksheet->toArray() index problem More... over 13 years ago
Feature: Added new rangeToArray() and namedRangeToArray() methods to the PHPExcel_Worksheet object. Functionally, these are identical to the toArray() method, except that they take an additional first parameter of a Range (e.g. 'B2:C3') or a Named Range name. Modified the toArray() method so that it actually uses rangeToArray(). More... over 13 years ago
Bugfix: Minor patchfix for Excel2003XML Reader when XML is defined with a charset attribute More... over 13 years ago
General: Improved performance (speed), for building the Shared Strings table in the Excel2007 Writer. More... over 13 years ago
Bugfix: Work item 15046 - 1.7.5 fails cell->getCalculatedValue() More... over 13 years ago
Bugfix: Work item 14999 - PHPExcel Excel2007 Reader colour problems with solidfill Bugfix: Work item 13215 - Formatting get lost and edit a template XLSX file Bugfix: Work item 14029 - Excel 2007 Reader /writer lost fontcolor Bugfix: Work item 13374 - file that makes cells go black More... over 13 years ago
Speed boost and memory reduction in the Worksheet toArray() method. More... over 13 years ago
Bugfix: Work item 15029 - coordinateFromString throws exception for rows greater than 99,999 More... over 13 years ago
Work item 11583 - Need method for removing autoFilter More... over 13 years ago
Updated headers to reflect the new year. Happy new year 2011! More... over 13 years ago
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@66316 2327b42d-5241-43d6-9e2a-de5ac946f064 More... over 13 years ago
Updated user documentation with information about and example of retrieving the list of worksheet names using the listWorksheetNames() method More... over 13 years ago
Performance improvements to the Excel2003XML Reader More... over 13 years ago
Feature: Work item 14979 - Added listWorksheetNames() method to Excel2003XML Reader, and fixed a namespace bug More... over 13 years ago
Feature: Work item 14979 - Added listWorksheetNames() method to OOCalc and Gnumeric Readers More... over 13 years ago
Feature: Work item 14979 - Added listWorksheetNames() method to Excel2007 and Excel5 Readers, allowing a user to extract a list of worksheet names from a file without parsing/loading the whole file. More... over 13 years ago