You are here

changelog.txt in Loft Data Grids 7.2

Same filename and directory in other branches
  1. 6.2 vendor/phpoffice/phpexcel/changelog.txt
**************************************************************************************
* PHPExcel
*
* Copyright (c) 2006 - 2014 PHPExcel
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
*
* @copyright  Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
* @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt    LGPL
* @version    1.8.1, 2015-04-30
**************************************************************************************

2015-04-30 (v1.8.1):
- Bugfix:   (goncons)         Work Item GH-397  - Fix for Writing an Open Document cell with non-numeric formula
- Bugfix:   (sarciszewski)    Work Item GH-329  - Avoid potential divide by zero in basedrawing
- Bugfix:   (ymaerschalck)    Work Item GH-405  - XML External Entity (XXE) Processing, different behaviour between simplexml_load_string() and simplexml_load_file().
- Bugfix:   (MBaker)                            - Fix to ensure that current cell is maintained when executing formula calculations
- Bugfix:   (MBaker)          Work Item GH-350  - Keep/set the value on Reader _loadSheetsOnly as NULL, courtesy of Restless-ET 
- Bugfix:   (MBaker)          Work Item CP18105 - Loading an Excel 2007 spreadsheet throws an "Autofilter must be set on a range of cells" exception
- Bugfix:   (MBaker)          Work Item GH-388  - Fix to autoloader registration for backward compatibility with PHP 5.2.0 not accepting the prepend flag
- Bugfix:   (MBaker)          Work Item GH-384  - DOM loadHTMLFile() failing with options flags when using PHP < 5.4.0
- Bugfix:   (MBaker)                            - Fix for percentage operator in formulae for BIFF Writer
- Bugfix:   (MBaker)                            - Fix to getStyle() call for cell object
- Bugfix:   (MBaker)                            - Discard Autofilters in Excel2007 Reader when filter range isn't a valid range
- Bugfix:   (frozenstupidity) Work Item GH-423  - Fix invalid NA return in VLOOKUP
- Bugfix:   (wiseloren)       Work Item CP21454 - "No Impact" conditional formatting fix for NumberFormat
- Bugfix:   (bobwitlox)       Work Item GH-467  - Bug in Excel2003XML reader, parsing merged cells
- Bugfix:   (MBaker)          Work Item GH-302  - Fix for CEIL() and FLOOR() when number argument is zero
- Bugfix:   (MBaker)                            - Remove cells cleanly when calling RemoveRow() or RemoveColumn()
- General:  (MBaker)                            - Small performance improvement for autosize columns
- General:  (frost-nzcr4)     Work Item GH-379  - Change the getter/setter for zeroHeight to camel case
- General:  (MBaker)          Work Item GH-394  - DefaultValueBinder is too much aggressive when converting string to numeric
- General:  (MBaker)                            - Default precalculate formulas to false for writers
- General:  (MBaker)                            - Set default Cyclic Reference behaviour to 1 to eliminate exception when using a single cyclic iteration in formulae
- General:  (MBaker)          Work Item GH-396  - Some Excel writer libraries erroneously use Codepage 21010 for UTF-16LE
- Feature:  (WiktrzGE)        Work Item GH-404  - Methods to manage most of the existing options for Chart Axis, Major Grid-lines and Minor Grid-lines
- Feature:  (frost-nzcr4)     Work Item GH-403  - ODS read/write comments in the cell
- Feature:  (CQD)             Work Item GH-389  - Additional Mac CJK codepage definitions
- Feature:  (bolovincev)      Work Item GH-269  - Update Worksheet.php getStyleByColumnAndRow() to allow a range of cells rather than just a single cell
- Feature:  (MBaker)                            - New methods added for testing cell status within merge groups
- Feature:  (cifren/MBaker)   Work Item GH-205  - Handling merge cells in HTML Reader
- Feature:  (MBaker)                            - Helper to convert basic HTML markup to a Rich Text object
- Feature:  (MBaker)                            - Improved Iterators
                                                    New Column Iterator
                                                    Support for row and column ranges
                                                    Improved handling for next/prev
- Security: (MBaker)                            - XML filescan in XML-based Readers to prevent XML Entity Expansion (XEE)
                                                    (see http://projects.webappsec.org/w/page/13247002/XML%20Entity%20Expansion for an explanation of XEE injection) attacks
                                                  Reference CVE-2015-3542 - Identification of problem courtesy of Dawid Golunski (Pentest Ltd.)


                                                  2014-03-02 (v1.8.0):
- Bugfix:   (MBaker)          Work item CP19830 - Undefined variable: fileHandle in CSV Reader
- Bugfix:   (MBaker)          Work item CP19968 - Out of memory in style/supervisor.php
- Bugfix:   (MBaker)                            - Style error with merged cells in PDF Writer
- Bugfix:   (MBaker)                            - Problem with cloning worksheets
- Bugfix:   (tavoarcila)      Work Item GH-259  - Bug fix reading Open Office files
- Bugfix:   (MBaker)          Work item CP20397 - Serious bug in absolute cell reference used in shared formula
                                                  Would also have affected insert/delete column/row
- Bugfix:   (RomanSyroeshko)  Work Item GH-267  - CHOOSE() returns "#VALUE!" if the 1st entry is chosen
- Bugfix:   (Gemorroj)        Work Item GH-268  - When duplicating styles, styles shifted by one column to the right
                                                  Fix also applied to duplicating conditional styles
- Bugfix:   (IndrekHaav)      Work Item GH-212  - Fix for formulae that reference a sheet whose name begins with a digit:
                                                  these were erroneously identified as numeric values, causing the parser to throw an undefined variable error.
- Bugfix:   (IndrekHaav)      Work Item CP16208 - Fixed undefined variable error due to $styleArray being used before it's initialised
- Bugfix:   (PowerKiKi)       Work Item GH-273  - ISTEXT() return wrong result if referencing an empty but formatted cell
- Bugfix:   (PowerKiKi)       Work Item GH-270/GH-31  - Binary comparison of strings are case insensitive
- Bugfix:   (MBaker)          Work Item GH-275  - Insert New Row/Column Before is not correctly updating formula references
- Bugfix:   (MBaker)          Work Item GH-257  - Passing an array of cells to _generateRow() in the HTML/PDF Writer causes caching problems with last cell in the range
- Bugfix:   (MBaker)          Work Item GH-193  - Fix to empty worksheet garbage collection when using cell caching
- Bugfix:   (Jazzo)           Work Item GH-248  - Excel2007 does not correctly mark rows as hidden
- Bugfix:   (Roy Shahbazian)  Work Item GH-299  - Fixed typo in Chart/Layout set/getYMode()
- Bugfix:   (EliuFlorez)      Work item GH-279  - Fatal error: Call to a member function cellExists() line: 3327 in calculation.php if referenced worksheet doesn't exist
- Bugfix:   (MBaker)          Work Item GH-290  - AdvancedValueBinder "Division by zero"-error
- Bugfix:   (MBaker)          Work Item CP20604 - Adding Sheet to Workbook Bug
- Bugfix:   (MBaker)          Work item CP20703 - Calculation engine incorrectly evaluates empty cells as #VALUE
- Bugfix:   (MBaker)          Work item CP20760 - Formula references to cell on another sheet in ODS files
- Bugfix:   (MBaker)          Work item GH321,GH158,CP17824 - LibreOffice created XLSX files results in an empty file.
- Feature:  (amerov)                            - Implementation of the Excel HLOOKUP() function
- Feature:  (MBaker)                            - Added "Quote Prefix" to style settings (Excel2007 Reader and Writer only)
- Feature:  (MBaker)                            - Added Horizontal FILL alignment for Excel5 and Excel2007 Readers/Writers, and Horizontal DISTRIBUTED alignment for Excel2007 Reader/Writer
- Feature:  (trvrnrth)        Work Item GH-261  - Add support for reading protected (RC4 encrypted) .xls files
- Feature:  (LWol)            Work Item GH-252  - Adding support for macros, Ribbon in Excel 2007
- General:  (cdhutch)         Work item CP20055 - Remove array_shift in ReferenceHelper::insertNewBefore improves column or row delete speed
- General:  (MBaker)                            - Improve stock chart handling and rendering, with help from Swashata Ghosh
- General:  (MBaker)                            - Fix to calculation properties for Excel2007 so that the opening application will only recalculate on load if it's actually required
- General:  (MBaker)                            - Modified Excel2007 Writer to default preCalculateFormulas to false
                                                  Note that autosize columns will still recalculate affected formulae internally
- General:  (dresenhista)     Work Item GH-242  - Functionality to getHighestRow() for a specified column, and getHighestColumn() for a specified row
- General:  (adamriyadi)      Work Item GH-247  - Modify PHPExcel_Reader_Excel2007 to use zipClass from PHPExcel_Settings::getZipClass()
                                                  This allows the use of PCLZip when reading for people that don't have access to ZipArchive
- General:  (infojunkie)      Work Item GH-276  - Convert properties to string in OOCalc reader
- Security: (maartenba)       Work Item GH-322  - Disable libxml external entity loading by default.
                                                  This is to prevent XML External Entity Processing (XXE) injection attacks (see http://websec.io/2012/08/27/Preventing-XEE-in-PHP.html for an explanation of XXE injection).
                                                  Reference CVE-2014-2054


2013-06-02 (v1.7.9):
- Feature:  (MBaker)    Include charts option for HTML Writer
- Feature:  (MBaker)    Added composer file
- Feature:  (MBaker)    Added getStyle() method to Cell object
- Bugfix:   (Asker)     Work item 18777  - Error in PHPEXCEL/Calculation.php script on line 2976 (stack pop check)
- Bugfix:   (MBaker)    Work item 18794  - CSV files without a file extension being identified as HTML
- Bugfix:   (AndreKR)   Work item GH-66  - Wrong check for maximum number of rows in Excel5 Writer
- Bugfix:   (MBaker)    Work item GH-67  - Cache directory for DiscISAM cache storage cannot be set
- Bugfix:   (MBaker)    Work item 17976  - Fix to Excel2007 Reader for hyperlinks with an anchor fragment (following a #), otherwise they were treated as sheet references
- Bugfix:   (MBaker)    Work item 18963  - getSheetNames() fails on numeric (floating point style) names with trailing zeroes
- Bugfix:   (MBaker)    Work item GH-130 - Single cell print area
- General:  (kea)       Work item GH-69  - Improved AdvancedValueBinder for currency
- General:  (MBaker)    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
- General:  (amironov ) Work item GH-84  - Search style by identity in PHPExcel_Worksheet::duplicateStyle()
- General:  (karak)     Work item GH-85  - Fill SheetView IO in Excel5
- General:  (cfhay)     Work item 18958  - Memory and Speed improvements in PHPExcel_Reader_Excel5
- General:  (MBaker)    Work item GH-78  - Modify listWorksheetNames() and listWorksheetInfo to use XMLReader with streamed XML rather than SimpleXML
- General:  (dbonsch)                      Restructuring of PHPExcel Exceptions
- General:  (MBaker)    Work items 16926 and 15145 - Refactor Calculation Engine from singleton to a Multiton
                        Ensures that calculation cache is maintained independently for different workbooks
- General:  (MBaker)                       Modify cell's getCalculatedValue() method to return the content of RichText objects rather than the RichText object itself
- Bugfix:   (techhead)  Work item GH-70  - Fixed formula/formatting bug when removing rows
- Bugfix:   (alexgann)  Work item GH-63  - Fix to cellExists for non-existent namedRanges
- Bugfix:   (MBaker)    Work item 18844  - cache_in_memory_gzip "eats" last worksheet line, cache_in_memory doesn't
- Feature:  (Progi1984) Work item GH-22  - Sheet View in Excel5 Writer
- Bugfix:   (amironov)  Work item GH-82  - PHPExcel_Worksheet::getCellCollection() may not return last cached cell
- Bugfix:   (teso)      Work item 18551  - Rich Text containing UTF-8 characters creating unreadable content with Excel5 Writer
- Bugfix:   (MBaker)    Work item GH-104 - echo statements in HTML.php
- Feature:  (Progi1984) Work item GH-8/CP11704 : Conditional formatting in Excel 5 Writer
- Bugfix:   (MBaker)    Work item GH-113 - canRead() Error for GoogleDocs ODS files: in ODS files from Google Docs there is no mimetype file
- Bugfix:   (MBaker)    Work item GH-80  - "Sheet index is out of bounds." Exception
- Bugfix:   (ccorliss)  Work item GH-105 - Fixed number format fatal error
- Bugfix:   (MBaker)                     - Add DROP TABLE in destructor for SQLite and SQLite3 cache controllers
- Bugfix:   (alexgann)  Work item GH-154 - Fix merged-cell borders on HTML/PDF output
- Bugfix:   (Shanto)    Work item GH-161 - Fix: Hyperlinks break when removing rows
- Bugfix:   (neclimdul) Work item GH-166 - Fix Extra Table Row From Images and Charts


2012-10-12 (v1.7.8):
- Special:  (kkamkou)    Phar builder script to add phar file as a distribution option
- Feature:  (MBaker)     Refactor PDF Writer to allow use with a choice of PDF Rendering library
                         rather than restricting to tcPDF
                         Current options are tcPDF, mPDF, DomPDF
                         tcPDF Library has now been removed from the deployment bundle
- Feature:  (MBaker)     Initial version of HTML Reader
- Feature:  (Progi1984) & (blazzy) Work items 9605 - Implement support for AutoFilter in PHPExcel_Writer_Excel5
- Feature:  (MBaker)     Modified ERF and ERFC Engineering functions to accept Excel 2010's modified acceptance of negative arguments
- Feature:  (k1LoW)      Support SheetView `view` attribute (Excel2007)
- Feature:  (MBaker)     Excel compatibility option added for writing CSV files
                         While Excel 2010 can read CSV files with a simple UTF-8 BOM, Excel2007 and earlier require UTF-16LE encoded tab-separated files.
                         The new setExcelCompatibility(TRUE) option for the CSV Writer will generate files with this formatting for easy import into Excel2007 and below.
- Feature:  (MBaker)     Language implementations for Turkish (tr)
- Feature:  (MBaker)     Added fraction tests to advanced value binder
- Feature:  (MBaker)     Allow call to font setUnderline() for underline format to specify a simple boolean for UNDERLINE_NONE or UNDERLINE_SINGLE
- General:  (alexgann)   Add Currency detection to the Advanced Value Binder
- General:  (MBaker)     Work item 18404 - setCellValueExplicitByColumnAndRow() do not return PHPExcel_Worksheet
- General:  (MBaker)     Work item 18324 - Reader factory doesn't read anymore XLTX and XLT files
- General:  (MBaker)     Magic __toString() method added to Cell object to return raw data value as a string
- General:  (alexgann)   Add cell indent to html rendering
- General:  (Raghav1981) ZeroHeight for rows in sheet format
- Bugfix:   (cyberconte) Patch 12318 - OOCalc cells containing <text:span> inside the <text:p> tag
- Bugfix:   (schir1964)  Fix to listWorksheetInfo() method for OOCalc Reader
- Bugfix:   (MBaker)     Support for "e" (epoch) date format mask
                         Rendered as a 4-digit CE year in non-Excel outputs
- Bugfix:   (MBaker)     Work items 15799 and 18278 - Background color cell is always black when editing cell
- Bugfix:   (MBaker)     Work items 15905 and 18183 - Allow "no impact" to formats on Conditional Formatting
- Bugfix:   (wackonline) OOCalc Reader fix for NULL cells
- Bugfix:   (seltzlab)   Fix to excel2007 Chart Writer when a $plotSeriesValues is empty
- Bugfix:   (MBaker)     Various fixes to Chart handling
- Bugfix:   (MBaker)     Work item 18370 - Error loading xlsx file with column breaks
- Bugfix:   (MBaker)     OOCalc Reader now handles percentage and currency data types
- Bugfix:   (MBaker)     Work Item 18415 - mb_stripos empty delimiter
- Bugfix:   (takaakik)   Work Item 15455 - getNestingLevel() Error on Excel5 Read
- Bugfix:   (MBaker)     Fix to Excel5 Reader when cell annotations are defined before their referenced text objects
- Bugfix:   (MBaker)     OOCalc Reader modified to process number-rows-repeated
- Bugfix:   (MBaker)     Work item 18377 - Chart Title compatibility on Excel 2007
- Bugfix:   (MBaker)     Work item 18146 - Chart Refresh returning cell reference rather than values
- Bugfix:   (MBaker)     Work item 18145 - Autoshape being identified in twoCellAnchor when includeCharts is TRUE triggering load error
- Bugfix:   (MBaker)     Work item 18325 - v-type texts for series labels now recognised and parsed correctly
- Bugfix:   (wolf5x)     Work item 18492 - load file failed if the file has no extensionType
- Bugfix:   (dverspui)   Pattern fill colours in Excel2007 Style Writer
- Bugfix:   (MBaker)     Excel2007 Writer order of font style elements to conform with Excel2003 using compatibility pack
- Bugfix:   (MBaker)     Work item 18425 - Problems with $_activeSheetIndex when decreased below 0.
- Bugfix:   (MBaker)     Work item 18597 - PHPExcel_CachedObjectStorage_SQLite3::cacheMethodIsAvailable() uses class_exists - autoloader throws error
- Bugfix:   (MBaker)     Work item 18598 - Cannot access private property PHPExcel_CachedObjectStorageFactory::$_cacheStorageMethod
- Bugfix:   (MBaker)     Work item 18397 - Data titles for charts
                         PHPExcel_Chart_Layout now has methods for getting/setting switches for displaying/hiding chart data labels
- Bugfix:   (MBaker)     Discard single cell merge ranges when reading (stupid that Excel allows them in the first place)
- Bugfix:   (MBaker)     Discard hidden autoFilter named ranges


2012-05-19 (v1.7.7):
- Bugfix:   (Progi1984) Work item 8916 - Support for Rich-Text in PHPExcel_Writer_Excel5
- Bugfix:   (cyberconte) Work item 17471 - OOCalc cells contain same data bug?
- Feature:  (schir1964) listWorksheetInfo() method added to Readers... courtesy of Christopher Mullins
- Feature:  (MBaker)    Options for cell caching using Igbinary and SQLite/SQlite3.
- Feature:  (MBaker)    Additional row iterator options: allow a start row to be defined in the constructor; seek(), and prev() methods added.
- Feature:  (Progi1984) Work item 9759 - Implement document properties in Excel5 writer
- Feature:  (MBaker)    Work item 16 - Implement chart functionality (EXPERIMENTAL)
                        Initial definition of chart objects.
                        Reading Chart definitions through the Excel2007 Reader
                        Facility to render charts to images using the 3rd-party jpgraph library
                        Writing Charts using the Excel2007 Writer
- General:  (MBaker)    Fix to build to ensure that Examples are included with the documentation
- General:  (MBaker)    Reduce cell caching overhead using dirty flag to ensure that cells are only rewritten to the cache if they have actually been changed
- General:  (MBaker)    Improved memory usage in CSV Writer
- General:  (MBaker)    Improved speed and memory usage in Excel5 Writer
- General:  (MBaker)    Experimental -
                        Added getHighestDataColumn(), getHighestDataRow(), getHighestRowAndColumn() and calculateWorksheetDataDimension() methods for the worksheet that return the highest row and column that have cell records
- General:  (MBaker)    Change iterators to implement Iterator rather than extend CachingIterator, as a fix for PHP 5.4. changes in SPL
- Bugfix:   (MBaker)    Work item 15459 - Invalid cell coordinate in Autofilter for Excel2007 Writer
- Bugfix:   (MBaker)    Work item 15518 - PCLZip library issue
- Bugfix:   (MBaker)    Work item 15537 - Excel2007 Reader canRead function bug
- Bugfix:   (MBaker)    Support for Excel functions whose return can be used as either a value or as a cell reference depending on its context within a formula
- Bugfix:   (gilles06)  Work item 15707 - ini_set() call in Calculation class destructor
- Bugfix:   (MBaker)    Work item 15786 - RangeToArray strange array keys
- Bugfix:   (MBaker)    Work item 15762 - INDIRECT() function doesn't work with named ranges
- Bugfix:   (MBaker)    Locale-specific fix to text functions when passing a boolean argument instead of a string
- Bugfix:   (MBaker)    Work item 16246 - reader/CSV fails on this file
                        auto_detect_line_endings now set in CSV reader
- Bugfix:   (MBaker)    Work item 16212 - $arguments improperly used in CachedObjectStorage/PHPTemp.php
- Bugfix:   (MBaker)    Work item 16643 - Bug In Cache System (cell reference when throwing caching errors)
- Bugfix:   (MBaker)    Work item 16895 - PHP Invalid index notice on writing excel file when active sheet has been deleted
- Bugfix:   (MBaker)    Work item 16956 - External links in Excel2010 files cause Fatal error
- Bugfix:   (MBaker)    Work item 16960 - Previous calculation engine error conditions trigger cyclic reference errors
- Bugfix:   (mkopinsky) Work item 16266 - PHPExcel_Style::applyFromArray() returns null rather than style object in advanced mode
- Bugfix:   (fauvel)    Work item 16958 - Cell::getFormattedValue returns RichText object instead of string
- Bugfix:   (MBaker)    Work item 17166 - Indexed colors do not refer to Excel's indexed colors?
- Bugfix:   (MBaker)    Work item 17199 - Indexed colors should be consistent with Excel and start from 1 (current index starts at 0)
- Bugfix:   (MBaker)    Work item 17262 - Named Range definition in .xls when sheet reeference is quote wrapped
- Bugfix:   (MBaker)    Work item 17403 - duplicateStyle() method doesn't duplicate conditional formats
                                          Added an equivalent duplicateConditionalStyle() method for duplicating conditional styles
- Bugfix:   (bnr)       Work item 17501 - =sumproduct(A,B) <> =sumproduct(B,A) in xlsx
- Bugfix:   (Progi1984) Work item 8916  - Support for Rich-Text in PHPExcel_Writer_Excel5
- General:  (MBaker)    Work item 15405 - Two easy to fix Issues concerning PHPExcel_Token_Stack (l10n/UC)
- General:  (MBaker)    Work item 15461 - Locale file paths not fit for windows
- General:  (MBaker)    Work item 16643 - Add file directory as a cache option for cache_to_discISAM
- General:  (MBaker)    Work item 16923 - Datatype.php & constant TYPE_NULL
- General:  (MBaker)    Ensure use of system temp directory for all temporary work files, unless explicitly specified
- General:  (char101)   Work item 16359 - [Patch] faster stringFromColumnIndex()
- General:  (whit1206)  Work item 16028 - Fix for projects that still use old autoloaders
- General:  (atz)       Work item 17024 - Unknown codepage: 10007
                        Additional Mac codepages


2011-02-27 (v1.7.6):
- Feature:  (MBaker)  Provide option to use PCLZip as an alternative to ZipArchive.
                      This allows the writing of Excel2007 files, even without ZipArchive enabled (it does require zlib), or when php_zip is one of the buggy PHP 5.2.6 or 5.2.8 versions
                      It can be enabled using PHPExcel_Settings::setZipClass(PHPExcel_Settings::PCLZIP);
                      Note that it is not yet implemented as an alternative to ZipArchive for those Readers that are extracting from zips
- Feature:  (MBaker)  Work item 14979 - Added listWorksheetNames() method to Readers that support multiple worksheets in a workbook, allowing a user to extract a list of all the worksheet names from a file without parsing/loading the whole file.
- Feature:  (MBaker)  Speed boost and memory reduction in the Worksheet toArray() method.
- Feature:  (MBaker)  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().
- Feature:  (MBaker)  Added support for cell comments in the OOCalc, Gnumeric and Excel2003XML Readers, and in the Excel5 Reader
- Feature:  (MBaker)  Improved toFormattedString() handling for Currency and Accounting formats to render currency symbols
- Feature:  (MBaker)  Work Item  2346 - Implement more Excel calculation functions
                      Implemented the DAVERAGE(), DCOUNT(), DCOUNTA(), DGET(), DMAX(), DMIN(), DPRODUCT(), DSTDEV(), DSTDEVP(), DSUM(), DVAR() and DVARP() Database functions
- Bugfix:   (MBaker)  Work item 14888 - Simple =IF() formula disappears
- Bugfix:   (MBaker)  Work item 14898 - PHP Warning: preg_match(): Compilation failed: PCRE does not support \\L, \\l, \\N, \\P, \\p, \\U, \\u, or \\X
- Bugfix:   (MBaker)  Work item 14901 - VLOOKUP choking on parameters in PHPExcel.1.7.5/PHPExcel_Writer_Excel2007
- Bugfix:   (MBaker)  Work item 14973 - PHPExcel_Cell::isInRange() incorrect results - offset by one column
- Bugfix:   (MBaker)  Treat CodePage of 0 as CP1251 (for .xls files written by applications that don't set the CodePage correctly, such as Apple Numbers)
- Bugfix:   (MB)      Work item 11583 - Need method for removing autoFilter
- Bugfix:   (MBaker)  Work item 15029 - coordinateFromString throws exception for rows greater than 99,999
- Bugfix:   (MBaker)  Work item 14999 - PHPExcel Excel2007 Reader colour problems with solidfill
- Bugfix:   (MBaker)  Work item 13215 - Formatting get lost and edit a template XLSX file
- Bugfix:   (MBaker)  Work item 14029 - Excel 2007 Reader /writer lost fontcolor
- Bugfix:   (MBaker)  Work item 13374 - file that makes cells go black
- Bugfix:   (MBaker)  Minor patchfix for Excel2003XML Reader when XML is defined with a charset attribute
- Bugfix:   (MBaker)  Work item 15089 - PHPExcel_Worksheet->toArray() index problem
- Bugfix:   (MBaker)  Work item 15094 - Merge cells 'un-merge' when using an existing spreadsheet
- Bugfix:   (MBaker)  Work item 15129 - Worksheet fromArray() only working with 2-D arrays
- Bugfix:   (xkeshav) Work item 15172 - rangeToarray function modified for non-existent cells
- Bugfix:   (MBaker)  Work item 14980 - Images not getting copyied with the ->clone function
- Bugfix:   (MBaker)  Work item 11576 - AdvancedValueBinder.php: String sometimes becomes a date when it shouldn't
- Bugfix:   (MBaker)  Fix Excel5 Writer so that it only writes column dimensions for columns that are actually used rather than the full range (A to IV)
- Bugfix:   (MBaker)  Work item 15198 - FreezePane causing damaged or modified error
                      The freezePaneByColumnAndRow() method row argument should default to 1 rather than 0.
                      Default row argument for all __ByColumnAndRow() methods should be 1
- Bugfix:   (MBaker)  Work item 15121 - Column reference rather than cell reference in Print Area definition
                      Fix Excel2007 Writer to handle print areas that are defined as row or column ranges rather than just as cell ranges
- Bugfix:   (MBaker)  Reduced false positives from isDateTimeFormatCode() method by suppressing testing within quoted strings
- Bugfix:   (MBaker)  Work item 15312 - Caching and tmp partition exhaustion
- Bugfix:   (MBaker)  Work item 15308 - Writing to Variable No Longer Works. $_tmp_dir Missing in PHPExcel\PHPExcel\Shared\OLE\PPS\Root.php
- Bugfix:   (MBaker)  Work item 15379 - Named ranges with dot don't get parsed properly
- Bugfix:   (MBaker)  Work item 15096 - insertNewRowBefore fails to consistently update references
- Bugfix:   (MBaker)  "i" is not a valid character for Excel date format masks (in isDateTimeFormatCode() method)
- Bugfix:   (MKunert) Work item 15421 - PHPExcel_ReferenceHelper::insertNewBefore() is missing an 'Update worksheet: comments' section
- Bugfix:   (MBaker)  Work item 15409 - Full column/row references in named ranges not supported by updateCellReference()
- General:  (MBaker)  Improved performance (speed), for building the Shared Strings table in the Excel2007 Writer.
- General:  (MBaker)  Improved performance (speed), for PHP to Excel date conversions
- General:  (MBaker)  Enhanced SheetViews element structures in the Excel2007 Writer for frozen panes.
- General:  (MBaker)  Removed Serialized Reader/Writer as these no longer work.


2010-12-10 (v1.7.5):
- Feature:  (MBaker)    Work item 8769 - Implement Gnumeric File Format
                        Initial work on Gnumeric Reader (Worksheet Data, Document Properties and basic Formatting)
- Feature:  (MBaker)    (incorporating part of Workitem 9759) - Support for Extended Workbook Properties in Excel2007, Excel5 and OOCalc Readers; support for User-defined Workbook Properties in Excel2007 and OOCalc Readers
- Feature:  (MBaker)    Support for Extended and User-defined Workbook Properties in Excel2007 Writer
- Feature:  (MBaker)    Provided a setGenerateSheetNavigationBlock(false); option to suppress generation of the sheet navigation block when writing multiple worksheets to HTML
- Feature:  (MBaker)    Advanced Value Binder now recognises TRUE/FALSE strings (locale-specific) and converts to boolean
- Feature:  (MBaker)    Work item 14301 - PHPExcel_Worksheet->toArray() is returning truncated values
- Feature:  (MBaker)    Configure PDF Writer margins based on Excel Worksheet Margin Settings value
- Feature:  (MBaker)    Added Contiguous flag for the CSV Reader, when working with Read Filters
- Feature:  (MBaker)    Added getFormattedValue() method for cell object
- Feature:  (MBaker)    Added strictNullComparison argument to the worksheet fromArray() method
- Feature:  (MBaker)    Fix to toFormattedString() method in PHPExcel_Style_NumberFormat to handle fractions with a # code for the integer part
- Bugfix:   (MB)        Work item 14143 - NA() doesn't propagate in matrix calc - quick fix in JAMA/Matrix.php
- Bugfix:   (Progi1984) Work item 7895 - Excel5 : Formula : String constant containing double quotation mark
- Bugfix:   (Progi1984) Work item 7895 - Excel5 : Formula : Percent
- Bugfix:   (Progi1984) Work item 7895 - Excel5 : Formula : Error constant
- Bugfix:   (Progi1984) Work item 7895 - Excel5 : Formula : Concatenation operator
- Bugfix:   (MBaker)    Work item 14146 - Worksheet clone broken for CachedObjectStorage_Memory
- Bugfix:   (MBaker)    Work item 12998 - PHPExcel_Reader_Excel2007 fails when gradient fill without type is present in a file
- Bugfix:   (MBaker)    Work item 14176 - @ format for numeric strings in XLSX to CSV conversion
- Bugfix:   (MBaker)    Work item 14223 - Advanced Value Binder Not Working?
- Bugfix:   (MBaker)    Work item 14226 - unassigned object variable in PHPExcel->removeCellXfByIndex
- Bugfix:   (MBaker)    Work item 14236 - problem with getting cell values from another worksheet... (if cell doesn't exist)
- Bugfix:   (MBaker)    Work items 14260 & 14233 - Setting cell values to one char strings & Trouble reading one character string (thanks gorfou)
- Bugfix:   (MBaker)    Work item 14256 - Worksheet title exception when duplicate worksheet is being renamed but exceeds the 31 character limit
- Bugfix:   (MBaker)    Work item 14086 - Named range with sheet name that contains the $ throws exception when getting the cell
- Bugfix:   (MBaker)    Added autoloader to DefaultValueBinder and AdvancedValueBinder
- Bugfix:   (MBaker)    Modified PHPExcel_Shared_Date::isDateTimeFormatCode() to return false if format code begins with "_" or with "0 " to prevent false positives
                        These leading characters are most commonly associated with number, currency or accounting (or occasionally fraction) formats
- Bugfix:   (MBaker)    Work item 14374 - BUG : Excel5 and setReadFilter ?
- Bugfix:   (MBaker)    Work item 14425 - Wrong exception message while deleting column
- Bugfix:   (MBaker)    Work item 14679 - Formula evaluation fails with Japanese sheet refs
- Bugfix:   (MBaker)    Work item 13559 - PHPExcel_Writer_PDF does not handle cell borders correctly
- Bugfix:   (MBaker)    Work item 14831 - Style : applyFromArray() for 'allborders' not working
- Bugfix:   (MBaker)    Work item 14837 - Using $this when not in object context in Excel5 Reader
- General:  (MBaker)    Applied patch 6609 - Removes a unnecessary loop through each cell when applying conditional formatting to a range.
- General:  (MBaker)    Applied patch 7169 - Removed spurious PHP end tags (?>)
- General:  (MBaker)    Improved performance (speed) and reduced memory overheads, particularly for the Writers, but across the whole library.


2010-08-26 (v1.7.4):
- Bugfix:   (Progi1984) Work item 7895 - Excel5 : Formula : Power
- Bugfix:   (Progi1984) Work item 7895 - Excel5 : Formula : Unary plus
- Bugfix:   (Progi1984) Excel5 : Just write the Escher stream if necessary in Worksheet
- Bugfix:   (MBaker)    Work item 13433 - Syntax errors in memcache.php 1.7.3c
- Bugfix:   (MBaker)    Work item 13450 - Standard Deviation functions returning DIV/0 Error when Standard Deviation is zero
- Feature:  (MBaker)    Support for print area with several ranges in the Excel2007 reader, and improved features for editing print area with several ranges
- Feature:  (MBaker)    Work item 13769 - Improved Cell Exception Reporting
- Feature:  (MBaker)    Support for row or column ranges in the calculation engine, e.g. =SUM(C:C) or =SUM(1:2)
                        Also support in the calculation engine for absolute row or column ranges e.g. =SUM($C:$E) or =SUM($3:5)
- Bugfix:   (ET)        Work item 13455 - Picture problem with Excel 2003
- Bugfix:   (MBaker)    Work item 13484 - Wrong variable used in addExternalSheet in PHPExcel.php
- Bugfix:   (MBaker)    Work item 13515 - "Invalid cell coordinate" error when formula access data from an other sheet
- Bugfix:   (MBaker)    (related to Work item 13515) Calculation engine confusing cell range worksheet when referencing cells in a different worksheet to the formula
- Bugfix:   (MBaker)    Work item 13752 - Wrong var naming in Worksheet->garbageCollect()
- Bugfix:   (MBaker)    Work item 13764 - PHPExcel_Style_*::__clone() methods cause cloning loops?
- Bugfix:   (MBaker)    Work item 11488 - Recent builds causing problems loading xlsx files? (ZipArchive issue?)
- Bugfix:   (MBaker)    Work item 13856 - cache_to_apc causes fatal error when processing large data sets
- Bugfix:   (MBaker)    Work item 13880 - OOCalc reader misses first line if it's a 'table-header-row'
- Bugfix:   (MBaker)    Work item 14011 - using cache with copy or clone bug?
                                        Fixed $worksheet->copy() or clone $worksheet when using cache_in_memory, cache_in_memory_gzip, cache_in_memory_serialized, cache_to_discISAM, cache_to_phpTemp, cache_to_apc and cache_to_memcache;
                                        Fixed but untested when using cache_to_wincache.
- Bugfix:   (MBaker)    Fixed problems with reading Excel2007 Properties
- General:  (MB)        Applied patch 6324 - PHP Strict Standards: Non-static method PHPExcel_Shared_String::utf16_decode() should not be called statically
- General:  (MBaker)    Applied patch 6360 - Array functions were ignored when loading an existing file containing them, and as a result, they would lose their 'cse' status.
- General:  (MBaker)    Minor memory tweaks to Excel2007 Writer
- General:  (MBaker)    Modified ReferenceHelper updateFormulaReferences() method to handle updates to row and column cell ranges (including absolute references e.g. =SUM(A:$E) or =SUM($5:5), and range/cell references that reference a worksheet by name), and to provide both performance and memory improvements.
- General:  (MBaker)    Modified Excel2007 Reader so that ReferenceHelper class is instantiated only once rather than for every shared formula in a workbook.
- General:  (MBaker)    Correct handling for additional (synonym) formula tokens in Excel5 Reader
- General:  (MBaker)    Additional reading of some Excel2007 Extended Properties (Company, Manager)


2010-06-01 (v1.7.3c):
- Bugfix:   (MB)     Work item 13012 - Fatal error: Class 'ZipArchive' not found... ...Reader/Excel2007.php on line 217
- Bugfix:   (MBaker) Work item 13398 - PHPExcel_Writer_Excel2007 error after 1.7.3b


2010-05-31 (v1.7.3b):
- Bugfix:   (MBaker) Work item 12903 - Infinite loop when reading
- Bugfix:   (MB)     Work item 13381 - Wrong method chaining on PHPExcel_Worksheet class


2010-05-17 (v1.7.3):
- General:  (ET)     Applied patch 4990 (modified)
- General:  (MB)     Applied patch 5568 (modified)
- General:  (MB)     Applied patch 5943
- General:  (MB)     Work item 13042 - Upgrade build script to use Phing
- General:  (ET)     Work item 11586 - Replacing var with public/private
- General:  (MBaker) Applied Anthony's Sterling's Class Autoloader to reduce memory overhead by "Lazy Loading" of classes
- General:  (MBaker) Modification to functions that accept a date parameter to support string values containing ordinals as per Excel (English language only)
- General:  (MBaker) Modify PHPExcel_Style_NumberFormat::toFormattedString() to handle dates that fall outside of PHP's 32-bit date range
- General:  (MBaker) Applied patch 5207
- General:  (ET)     Work item 11970 - PHPExcel developer documentation: Set page margins
- Feature:  (ET)     Work item 11038 - Special characters and accents in SYLK reader
- Feature:  (MBaker) Work Item  2346 - Implement more Excel calculation functions
                     - Implemented the COUPDAYS(), COUPDAYBS(), COUPDAYSNC(), COUPNCD(), COUPPCD() and PRICE() Financial functions
                     - Implemented the N() and TYPE() Information functions
                     - Implemented the HYPERLINK() Lookup and Reference function
- Feature:  (ET)     Work item 11526 - Horizontal page break support in PHPExcel_Writer_PDF
- Feature:  (ET)     Work item 11529 - Introduce method setActiveSheetIndexByName()
- Feature:  (ET)     Work item 11550 - AdvancedValueBinder.php: Automatically wrap text when there is new line in string (ALT+"Enter")
- Feature:  (ET)     Work item 10300 - Data validation support in PHPExcel_Reader_Excel5 and PHPExcel_Writer_Excel5
- Feature:  (MB)     Work item 11616 - Improve autosize calculation
- Feature:  (MBaker) Methods to translate locale-specific function names in formulae
                     - Language implementations for Czech (cs), Danish (da), German (de), English (uk), Spanish (es), Finnish (fi), French (fr), Hungarian (hu), Italian (it), Dutch (nl), Norwegian (no), Polish (pl), Portuguese (pt), Brazilian Portuguese (pt_br), Russian (ru) and Swedish (sv)
- Feature:  (ET)     Work item 9759 - Implement document properties in Excel5 reader/writer
                     - Fixed so far for PHPExcel_Reader_Excel5
- Feature:  (ET)     Work item 11849 - Show/hide row and column headers in worksheet
- Feature:  (ET)     Work item 11919 - Can't set font on writing PDF (by key)
- Feature:  (ET)     Work item 12096 - Thousands scale (1000^n) support in PHPExcel_Style_NumberFormat::toFormattedString
- Feature:  (ET)     Work item  6911 - Implement repeating rows in PDF and HTML writer
- Feature:  (ET)     Work item 12289 - Sheet tabs in PHPExcel_Writer_HTML
- Feature:  (MB)     Work item 13041 - Add Wincache CachedObjectProvider
- Feature:  (MBaker) Configure PDF Writer paper size based on Excel Page Settings value, and provided methods to override paper size and page orientation with the writer
                     - Note PHPExcel defaults to Letter size, while the previous PDF writer enforced A4 size, so PDF writer will now default to Letter
- Feature:  (MBaker) Initial implementation of cell caching: allowing larger workbooks to be managed, but at a cost in speed
- Feature:  (MBaker) Added an identify() method to the IO Factory that identifies the reader which will be used to load a particular file without actually loading it.
- Bugfix:   (MBaker) Work item 10979 - Warning messages with INDEX function having 2 arguments
- Bugfix:   (ET)     Work item 11473 - setValue('=') should result in string instead of formula
- Bugfix:   (MBaker) Work item 11471 - method _raiseFormulaError should no be private
- Bugfix:   (ET)     Work item 11485 - Fatal error: Call to undefined function mb_substr() in ...Classes\PHPExcel\Reader\Excel5.php on line 2903
- Bugfix:   (ET)     Work item 11487 - getBold(), getItallic(), getStrikeThrough() not always working with PHPExcel_Reader_Excel2007
- Bugfix:   (ET)     Work item 11492 - AdvancedValueBinder.php not working correctly for $cell->setValue('hh:mm:ss')
- Bugfix:   (MBaker) Fixed leap year handling for the YEARFRAC() Date/Time function when basis ia 1 (Actual/actual)
- Bugfix:   (MBaker) Work item 11490 - Warning messages
                     - Calculation Engine code modified to enforce strict standards for pass by reference
- Bugfix:   (ET)     Work item 11483 - PHPExcel_Cell_AdvancedValueBinder doesnt work for dates in far future
- Bugfix:   (ET)     Work item 11528 - MSODRAWING bug with long CONTINUE record in PHPExcel_Reader_Excel5
- Bugfix:   (ET)     Work item 11571 - PHPExcel_Reader_Excel2007 reads print titles as named range when there is more than one sheet
- Bugfix:   (ET)     Work item 11561 - missing @return in phpdocblock in reader classes
- Bugfix:   (ET)     Work item 11576 - AdvancedValueBinder.php: String sometimes becomes a date when it shouldn't
- Bugfix:   (ET)     Work item 11588 - Small numbers escape treatment in PHPExcel_Style_NumberFormat::toFormattedString()
- Bugfix:   (ET)     Work item 11590 - Blank styled cells are not blank in output by HTML writer due to &nbsp;
- Bugfix:   (MBaker) Work item 11587 - Calculation engine bug: Existing, blank cell + number gives #NUM
- Bugfix:   (ET)     Work item 11608 - AutoSize only measures length of first line in cell with multiple lines (ALT+Enter)
- Bugfix:   (ET)     Work item 11608 - Fatal error running Tests/12serializedfileformat.php (PHPExcel 1.7.2)
- Bugfix:   (MBaker) Fixed various errors in the WORKDAY() and NETWORKDAYS() Date/Time functions (particularly related to holidays)
- Bugfix:   (ET)     Work item 11660 - Uncaught exception 'Exception' with message 'Valid scale is between 10 and 400.' in Classes/PHPExcel/Worksheet/SheetView.php:115
- Bugfix:   (ET)     Work item 11551 - "Unrecognized token 39 in formula" with PHPExcel_Reader_Excel5 (occuring with add-in functions)
- Bugfix:   (ET)     Work item 11668 - Excel2007 reader not reading PHPExcel_Style_Conditional::CONDITION_EXPRESSION
- Bugfix:   (MBaker) Fix to the BESSELI(), BESSELJ(), BESSELK(), BESSELY() and COMPLEX() Engineering functions to use correct default values for parameters
- Bugfix:   (MBaker) Work item 11525 - DATEVALUE function not working for pure time values + allow DATEVALUE() function to handle partial dates (e.g. "1-Jun" or "12/2010")
- Bugfix:   (MBaker) Fix for empty quoted strings in formulae
- Bugfix:   (MBaker) Trap for division by zero in Bessel functions
- Bugfix:   (MBaker) Fix to OOCalc Reader to convert semi-colon (;) argument separator in formulae to a comma (,)
- Bugfix:   (ET)     Work item 11693 - PHPExcel_Writer_Excel5_Parser cannot parse formula like =SUM(C$5:C5)
- Bugfix:   (MBaker) Fix to OOCalc Reader to handle dates that fall outside 32-bit PHP's date range
- Bugfix:   (ET)     Work item 11692 - File->sys_get_temp_dir() can fail in safe mode
- Bugfix:   (ET)     Work item 11727 - Sheet references in Excel5 writer do not work when referenced sheet title contains non-Latin symbols
- Bugfix:   (ET)     Work item 11743 - Bug in HTML writer can result in missing rows in output
- Bugfix:   (ET)     Work item 11674 - setShowGridLines(true) not working with PHPExcel_Writer_PDF
- Bugfix:   (ET)     Work item 11836 - PHPExcel_Worksheet_RowIterator initial position incorrect
- Bugfix:   (ET)     Work item 11835 - PHPExcel_Worksheet_HeaderFooterDrawing Strict Exception thrown (by jshaw86)
- Bugfix:   (ET)     Work item 11850 - Parts of worksheet lost when there are embedded charts (Excel5 reader)
- Bugfix:   (MBaker) VLOOKUP() function error when lookup value is passed as a cell reference rather than an absolute value
- Bugfix:   (ET)     Work item 12041 - First segment of Rich-Text not read correctly by PHPExcel_Reader_Excel2007
- Bugfix:   (MBaker) Work item 12048 - Fatal Error with getCell('name') when name matches the pattern for a cell reference
- Bugfix:   (ET)     Work item 12039 - excel5 writer appears to be swapping image locations
- Bugfix:   (ET)     Work item 11954 - Undefined index: host in ZipStreamWrapper.php, line 94 and line 101
- Bugfix:   (ET)     Work item 11672 - BIFF8 File Format problem (too short COLINFO record)
- Bugfix:   (ET)     Work item 12121 - Column width sometimes changed after read/write with Excel2007 reader/writer
- Bugfix:   (ET)     Work item 11964 - Worksheet.php throws a fatal error when styling is turned off via setReadDataOnly on the reader
- Bugfix:   (MBaker) Work item 11851 - Checking for Circular References in Formulae
                     - Calculation Engine code now traps for cyclic references, raising an error or throwing an exception, or allows 1 or more iterations through cyclic references, based on a configuration setting
- Bugfix:   (ET)     Work item 12244 - PNG transparency using Excel2007 writer
- Bugfix:   (ET)     Work item 12221 - Custom readfilter error when cell formulas reference excluded cells (Excel5 reader)
- Bugfix:   (ET)     Work item 12288 - Protection problem in XLS
- Bugfix:   (ET)     Work item 12300 - getColumnDimension()->setAutoSize() incorrect on cells with Number Formatting
- Bugfix:   (ET)     Work item 12378 - Notices reading Excel file with Add-in funcitons (PHPExcel_Reader_Excel5)
- Bugfix:   (ET)     Work item 12380 - Excel5 reader not reading formulas with deleted sheet references
- Bugfix:   (ET)     Work item 12404 - Named range (defined name) scope problems for in PHPExcel
- Bugfix:   (ET)     Work item 12423 - PHP Parse error: syntax error, unexpected T_PUBLIC in PHPExcel/Calculation.php on line 3482
- Bugfix:   (ET)     Work item 12505 - Named ranges don't appear in name box using Excel5 writer
- Bugfix:   (ET)     Work item 12509 - Many merged cells + autoSize column -> slows down the writer
- Bugfix:   (ET)     Work item 12539 - Incorrect fallback order comment in Shared/Strings.php ConvertEncoding()
- Bugfix:   (ET)     Work item 12538 - IBM AIX iconv() will not work, should revert to mbstring etc. instead
- Bugfix:   (ET)     Work item 12568 - Excel5 writer and mbstring functions overload
- Bugfix:   (MBaker) Work item 12672 - OFFSET needs to flattenSingleValue the $rows and $columns args
- Bugfix:   (MBaker) Work item 12546 - Formula with DMAX(): Notice: Undefined offset: 2 in ...\PHPExcel\Calculation.php on line 2365
                     - Note that the Database functions have not yet been implemented
- Bugfix:   (MBaker) Work item 12839 - Call to a member function getParent() on a non-object in Classes\\PHPExcel\\Calculation.php Title is required
- Bugfix:   (MBaker) Work item 12935 - Cyclic Reference in Formula
- Bugfix:   (MBaker) Work item 13025 - Memory error...data validation?


2010/01/11 (v1.7.2):
- General:  (ET)     Applied patch 4362
- General:  (ET)     Applied patch 4363 (modified)
- General:  (MBaker) Work item 10874 - 1.7.1 Extremely Slow - Refactored PHPExcel_Calculation_Functions::flattenArray() method and set calculation cache timer default to 2.5 seconds
- General:  (MBaker) Allow formulae to contain line breaks
- General:  (ET)     Work item 10910 - split() function deprecated in PHP 5.3.0
- General:  (ET)     sys_get_temp_dir() requires PHP 5.2.1, not PHP 5.2 [provide fallback function for PHP 5.2.0]
- General:  (MBaker) Applied patch 4640 - Implementation of the ISPMT() Financial function by Matt Groves
- General:  (MBaker) Work item 11052 - Put the example of formula with more arguments in documentation
- General:  (MBaker) Improved accuracy for the GAMMAINV() Statistical Function
- Feature:  (ET)     Work item 10409 - XFEXT record support to fix colors change from Excel5 reader, and copy/paste color change with Excel5 writer
                     - Excel5 reader reads RGB color information in XFEXT records for borders, font color and fill color
- Feature:  (MBaker) Work Item  2346 - Implement more Excel calculation functions
                     - Implemented the FVSCHEDULE(), XNPV(), IRR(), MIRR(), XIRR() and RATE() Financial functions
                     - Implemented the SUMPRODUCT() Mathematical function
                     - Implemented the ZTEST() Statistical Function
- Feature:  (ET)     Work item 10919 - Multiple print areas in one sheet
- Feature:  (ET)     Work item 10930 - Store calculated values in output by PHPExcel_Writer_Excel5
- Feature:  (ET)     Work item 10939 - Sheet protection options in Excel5 reader/writer
- Feature:  (MBaker) Modification of the COUNT(), AVERAGE(), AVERAGEA(), DEVSQ, AVEDEV(), STDEV(), STDEVA(), STDEVP(), STDEVPA(), VARA() and VARPA() SKEW() and KURT() functions to correctly handle boolean values depending on whether they're passed in as values, values within a matrix or values within a range of cells.
- Feature:  (ET)     Work item  9932 - Cell range selection
- Feature:  (MB)     Work item 10266 - Root-relative path handling
- Feature:  (ET)     Work item 11315 - Named Ranges not working with PHPExcel_Writer_Excel5
- Bugfix:   (MB)     Work item 11206 - Excel2007 Reader fails to load Apache POI generated Excel
- Bugfix:   (MB)     Work item 11154 - Number format is broken when system's thousands separator is empty
- Bugfix:   (MB)     Work item 11401 - ReferenceHelper::updateNamedFormulas throws errors if oldName is empty
- Bugfix:   (MB)     Work item 11296 - parse_url() fails to parse path to an image in xlsx
- Bugfix:   (ET)     Work item 10876 - Workaround for iconv_substr() bug in PHP 5.2.0
- Bugfix:   (ET)     Work item 10877 - 1 pixel error for image width and height with PHPExcel_Writer_Excel5
- Bugfix:   (MBaker) Fix to GEOMEAN() Statistical function
- Bugfix:   (ET)     Work item 10884 - setValue('-') and setValue('.') sets numeric 0 instead of 1-character string
- Bugfix:   (ET)     Work item 10885 - Row height sometimes much too low after read with PHPExcel_Reader_Excel5
- Bugfix:   (ET)     Work item 10888 - Diagonal border. Miscellaneous missing support.
                     - Constant PHPExcel_Style_Borders::DIAGONAL_BOTH added to support double-diagonal (cross)
                     - PHPExcel_Reader_Excel2007 not always reading diagonal borders (only recognizes 'true' and not '1')
                     - PHPExcel_Reader_Excel5 support for diagonal borders
                     - PHPExcel_Writer_Excel5 support for diagonal borders
- Bugfix:   (ET)     Work item 10894 - Session bug: Fatal error: Call to a member function bindValue() on a non-object in ...\Classes\PHPExcel\Cell.php on line 217
- Bugfix:   (ET)     Work item 10896 - Colors messed up saving twice with same instance of PHPExcel_Writer_Excel5 (regression since 1.7.0)
- Bugfix:   (ET)     Work item 10917 - Method PHPExcel_Worksheet::setDefaultStyle is not working
- Bugfix:   (ET)     Work item 10897 - PHPExcel_Reader_CSV::canRead() sometimes says false when it shouldn't
- Bugfix:   (ET)     Work item 10922 - Changes in workbook not picked up between two saves with PHPExcel_Writer_Excel2007
- Bugfix:   (ET)     Work item 10913 - Decimal and thousands separators missing in HTML and PDF output
- Bugfix:   (ET)     Work item 10936 - Notices with PHPExcel_Reader_Excel5 and named array constants
- Bugfix:   (MBaker) Work item 10938 - Calculation engine limitation on 32-bit platform with integers > 2147483647
- Bugfix:   (ET)     Work item 10959 - Shared(?) formulae containing absolute cell references not read correctly using Excel5 Reader
- Bugfix:   (MBaker) Work item 10962 - Warning messages with intersection operator involving single cell
- Bugfix:   (ET)     Work item 10980 - Infinite loop in Excel5 reader caused by zero-length string in SST
- Bugfix:   (ET)     Work item 10983 - Remove unnecessary cell sorting to improve speed by approx. 18% in HTML and PDF writers
- Bugfix:   (MBaker) Work item 10977 - Cannot read A1 cell content - OO_Reader
- Bugfix:   (ET)     Work item 11000 - Transliteration failed, invalid encoding


2009/11/02 (v1.7.1):
- General:  (ET) Work item 10687 - ereg() function deprecated in PHP 5.3.0
- General:  (MB) Work item 10739 - Writer Interface Inconsequence - setTempDir and setUseDiskCaching
- General:  (ET) Upgrade to TCPDF 4.8.009
- Feature:  (ET) Work item  7333 - Support for row and column styles (feature request)
            -   Basic implementation for Excel2007/Excel5 reader/writer
- Feature:  (ET) Work item 10459 - Hyperlink to local file in Excel5 reader/writer
- Feature:  (MB) Work item 10472 - Color Tab (Color Sheet's name)
- Feature:  (ET) Work item 10488 - Border style "double" support in PHPExcel_Writer_HTML
- Feature:  (ET) Work item 10492 - Multi-section number format support in HTML/PDF/CSV writers
- Feature:  (MBaker) - Some additional performance tweaks in the calculation engine
- Feature:  (MBaker) - Fix result of DB() and DDB() Financial functions to 2dp when in Gnumeric Compatibility mode
- Feature:  (MBaker) - Added AMORDEGRC(), AMORLINC() and COUPNUM() Financial function (no validation of parameters yet)
- Feature:  (MBaker) - Improved accuracy of TBILLEQ(), TBILLPRICE() and TBILLYIELD() Financial functions when in Excel or Gnumeric mode
- Feature:  (MBaker) - Added INDIRECT() Lookup/Reference function (only supports full addresses at the moment)
- Feature:  (MB) Work item 10498 - PHPExcel_Reader_CSV::canRead() improvements
- Feature:  (ET) Work item 10500 - Input encoding option for PHPExcel_Reader_CSV
- Feature:  (ET) Work item 10493 - Colored number format support, e.g. [Red], in HTML/PDF output
- Feature:  (ET) Work item 10559 - Color Tab (Color Sheet's name) [Excel5 reader/writer support]
- Feature:  (MBaker) Initial version of SYLK (slk) and Excel 2003 XML Readers (Cell data and basic cell formatting)
- Feature:  (MBaker) Initial version of Open Office Calc (ods) Reader (Cell data only)
- Feature:  (MBaker) Initial use of "pass by reference" in the calculation engine for ROW() and COLUMN() Lookup/Reference functions
- Feature:  (MBaker) Work item 2346 - COLUMNS() and ROWS() Lookup/Reference functions, and SUBSTITUTE() Text function
- Feature:  (ET) Work item 10502 - AdvancedValueBinder(): Re-enable zero-padded string-to-number conversion, e.g '0004' -> 4
- Feature:  (ET) Work item 10600 - Make PHP type match Excel datatype
- Feature:  (MB) Work item 10630 - Change first page number on header
- Feature:  (MB) Applied patch 3941
- Feature:  (MB,ET) Work item 10745 - Hidden sheets
- Feature:  (ET) Work item 10761 - mbstring fallback when iconv is broken
- Feature:  (MBaker) Added support for matrix/value comparisons (e.g. ={1,2;3,4}>=3 or 2<>{1,2;3,4}) - Note, can't yet handle comparison of two matrices
- Feature:  (MBaker) Improved handling for validation and error trapping in a number of functions
- Feature:  (MBaker) Improved support for fraction number formatting
- Feature:  (ET) Work item 10455 - Support Reading CSV with Byte Order Mark (BOM)
- Feature:  (ET) Work item 10860 - addExternalSheet() at specified index
- Bugfix:   (MBaker) Work item 10684 - Named range can no longer be passed to worksheet->getCell()
- Bugfix:   (ET) Work item 10455 - RichText HTML entities no longer working in PHPExcel 1.7.0
- Bugfix:   (ET) Work item  7610 - Fit-to-width value of 1 is lost after read/write of Excel2007 spreadsheet [+ support for simultaneous scale/fitToPage]
- Bugfix:   (MB) Work item 10469 - Performance issue identified by profiling
- Bugfix:   (ET) Work item 10473 - setSelectedCell is wrong
- Bugfix:   (ET) Work item 10481 - Images get squeezed/stretched with (Mac) Verdana 10 Excel files using Excel5 reader/writer
- Bugfix:   (MBaker) Work item 10482 - Error in argument count for DATEDIF() function
- Bugfix:   (MBaker) Work item 10452 - updateFormulaReferences is buggy
- Bugfix:   (MB) Work item 10485 - CellIterator returns null Cell if onlyExistingCells is set and key() is in use
- Bugfix:   (MBaker) Work item 10453 - Wrong RegEx for parsing cell references in formulas
- Bugfix:   (MB) Work item 10486 - Optimisation subverted to devastating effect if IterateOnlyExistingCells is clear
- Bugfix:   (ET) Work item 10494 - Fatal error: Uncaught exception 'Exception' with message 'Unrecognized token 6C in formula'... with PHPExcel_Reader_Excel5
- Bugfix:   (MBaker) Work item 10490 - Fractions stored as text are not treated as numbers by PHPExcel's calculation engine
- Bugfix:   (ET) Work item 10503 - AutoFit (autosize) row height not working in PHPExcel_Writer_Excel5
- Bugfix:   (MBaker) Fixed problem with null values breaking the calculation stack
- Bugfix:   (ET) Work item 10524 - Date number formats sometimes fail with PHPExcel_Style_NumberFormat::toFormattedString, e.g. [$-40047]mmmm d yyyy
- Bugfix:   (MBaker) Fixed minor problem with DATEDIFF YM calculation
- Bugfix:   (MB) Applied patch 3695
- Bugfix:   (ET) Work item 10536 - setAutosize() and Date cells not working properly
- Bugfix:   (ET) Work item 10556 - Time value hour offset in output by HTML/PDF/CSV writers (system timezone problem)
- Bugfix:   (ET) Work item 10558 - Control characters 0x14-0x1F are not treated by PHPExcel
- Bugfix:   (ET) Work item 10560 - PHPExcel_Writer_Excel5 not working when open_basedir restriction is in effect
- Bugfix:   (MBaker) Work item 10563 - IF formula calculation problem in PHPExcel 1.7.0 (string comparisons)
- Bugfix:   (MBaker) Improved CODE() Text function result for UTF-8 characters
- Bugfix:   (ET) Work item 10568 - Empty rows are collapsed with HTML/PDF writer
- Bugfix:   (ET) Work item 10569 - Gaps between rows in output by PHPExcel_Writer_PDF (Upgrading to TCPDF 4.7.003)
- Bugfix:   (ET) Work item 10575 - Problem reading formulas (Excel5 reader problem with "fake" shared formulas)
- Bugfix:   (MBaker) Work item 10588 - Error type in formula: "_raiseFormulaError message is Formula Error: An unexpected error occured"
- Bugfix:   (ET) Work item 10599 - Miscellaneous column width problems in Excel5/Excel2007 writer
- Bugfix:   (ET) Work item 10615 - Reader/Excel5 'Unrecognized token 2D in formula' in latest version
- Bugfix:   (ET) Work item 10623 - on php 5.3 PHPExcel 1.7 Excel 5 reader fails in _getNextToken, token = 2C, throws exception
- Bugfix:   (ET) Work item 10617 - Fatal error when altering styles after workbook has been saved
- Bugfix:   (ET) Work item 10661 - Images vertically stretched or squeezed when default font size is changed (PHPExcel_Writer_Excel5)
- Bugfix:   (ET) Work item 10676 - Styles not read in "manipulated" Excel2007 workbook
- Bugfix:   (ET) Work item 10059 - Windows 7 says corrupt file by PHPExcel_Writer_Excel5 when opening in Excel
- Bugfix:   (MBaker) Work item 10708 - Calculations sometimes not working with cell references to other sheets
- Bugfix:   (ET) Work item 10706 - Problem with merged cells after insertNewRowBefore()
- Bugfix:   (MBaker) Applied patch 4023
- Bugfix:   (MBaker) Fix to SUMIF() and COUNTIF() Statistical functions for when condition is a match against a string value
- Bugfix:   (ET) Work item 10721 - PHPExcel_Cell::coordinateFromString should throw exception for bad string parameter
- Bugfix:   (ET) Work item 10723 - EucrosiaUPC (Thai font) not working with PHPExcel_Writer_Excel5
- Bugfix:   (MBaker) Improved the return of calculated results when the result value is an array
- Bugfix:   (MBaker) Allow calculation engine to support Functions prefixed with @ within formulae
- Bugfix:   (MBaker) Work item 10632 - Intersection operator (space operator) fatal error with calculation engine
- Bugfix:   (ET) Work item 10742 - Chinese, Japanese, Korean characters show as squares in PDF
- Bugfix:   (ET) Work item 10756 - sheet title allows invalid characters
- Bugfix:   (ET) Work item 10757 - Sheet!$A$1 as function argument in formula causes infinite loop in Excel5 writer
- Bugfix:   (MBaker) Work item 10740 - Cell range involving name not working with calculation engine - Modified calculation parser to handle range operator (:), but doesn't currently handle worksheet references with spaces or other non-alphameric characters, or trap erroneous references
- Bugfix:   (MBaker) Work item 10798 - DATE function problem with calculation engine (says too few arguments given)
- Bugfix:   (MBaker) Work item 10799 - Blank cell can cause wrong calculated value
- Bugfix:   (MBaker) Modified ROW() and COLUMN() Lookup/Reference Functions to return an array when passed a cell range, plus some additional work on INDEX()
- Bugfix:   (ET) Work item 10817 - Images not showing in Excel 97 using PHPExcel_Writer_Excel5 (patch by Jordi Gutiérrez Hermoso)
- Bugfix:   (ET) Work item 10785 - When figures are contained in the excel sheet, Reader was stopped
- Bugfix:   (MBaker) Work item 10818 - Formulas changed after insertNewRowBefore()
- Bugfix:   (ET) Work item 10825 - Cell range row offset problem with shared formulas using PHPExcel_Reader_Excel5
- Bugfix:   (MBaker) Work item 10832 - Warning: Call-time pass-by-reference has been deprecated
- Bugfix:   (ET) Work item 10849 - Image should "Move but don't size with cells" instead of "Move and size with cells" with PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 10856 - Opening a Excel5 generated XLS in Excel 2007 results in header/footer entry not showing on input
- Bugfix:   (ET) Work item 10859 - addExternalSheet() not returning worksheet
- Bugfix:   (MBaker) Work item 10629 - Invalid results in formulas with named ranges


2009/08/10 (v1.7.0):
- General:  (ET) Work item  9893 - Expand documentation: Number formats
- General:  (ET) Work item  9941 - Class 'PHPExcel_Cell_AdvancedValueBinder' not found
- General:  (MB) Work item  9960 - Change return type of date functions to PHPExcel_Calculation_Functions::RETURNDATE_EXCEL
- Feature:  (MBaker) - New RPN and stack-based calculation engine for improved performance of formula calculation
            -   Faster (anything between 2 and 12 times faster than the old parser, depending on the complexity and nature of the formula)
            -   Significantly more memory efficient when formulae reference cells across worksheets
            -   Correct behaviour when referencing Named Ranges that exist on several worksheets
            -   Support for Excel ^ (Exponential) and % (Percentage) operators
            -   Support for matrices within basic arithmetic formulae (e.g. ={1,2,3;4,5,6;7,8,9}/2)
            -   Better trapping/handling of NaN and infinity results (return #NUM! error)
            -   Improved handling of empty parameters for Excel functions
            -   Optional logging of calculation steps
- Feature:  (MBaker) - New calculation engine can be accessed independently of workbooks (for use as a standalone calculator)
- Feature:  (MBaker) Work Item  2346 - Implement more Excel calculation functions
            -   Initial implementation of the COUNTIF() and SUMIF() Statistical functions
            -   Added ACCRINT() Financial function
- Feature:  (MBaker) - Modifications to number format handling for dddd and ddd masks in dates, use of thousand separators even when locale only implements it for money, and basic fraction masks (0 ?/? and ?/?)
- Feature:  (ET) Work item  9794 - Support arbitrary fixed number of decimals in PHPExcel_Style_NumberFormat::toFormattedString()
- Feature:  (ET) Work item  6857 - Improving performance and memory on data dumps
            -    Various style optimizations (merging from branch wi6857-memory)
            -    Moving hyperlink and dataValidation properties from cell to worksheet for lower PHP memory usage
- Feature:  (MB) Work item  9869 - Provide fluent interfaces where possible
- Feature:  (ET) Work item  9899 - Make easy way to apply a border to a rectangular selection
- Feature:  (ET) Work item  9906 - Support for system window colors in PHPExcel_Reader_Excel5
- Feature:  (ET) Work item  9911 - Horizontal center across selection
- Feature:  (ET) Work item  9919 - Merged cells record, write to full record size in PHPExcel_Writer_Excel5
- Feature:  (MB) Work item  9895 - Add page break between sheets in exported PDF
- Feature:  (ET) Work item  9902 - Sanitization of UTF-8 input for cell values
- Feature:  (ET) Work item  9930 - Read cached calculated value with PHPExcel_Reader_Excel5
- Feature:  (ET) Work item  9896 - Miscellaneous CSS improvements for PHPExcel_Writer_HTML
- Feature:  (ET) Work item  9947 - getProperties: setCompany feature request
- Feature:  (MB) Patch 2981 - Insert worksheet at a specified index
- Feature:  (MB) Patch 3018 - Change worksheet index
- Feature:  (MB) Patch 3039 - Readfilter for CSV reader
- Feature:  (ET) Work item 10172 - Check value of mbstring.func_overload when saving with PHPExcel_Writer_Excel5
- Feature:  (ET) Work item 10251 - Eliminate dependency of an include path pointing to class directory
- Feature:  (ET) Work item 10292 - Method for getting the correct reader for a certain file (contribution)
- Feature:  (ET) Work item 10287 - Choosing specific row in fromArray method
- Feature:  (ET) Work item 10319 - Shared formula support in PHPExcel_Reader_Excel5
- Feature:  (MB,ET) Work item 10345 - Right-to-left column direction in worksheet
- Bugfix:   (ET) Work item  9824 - PHPExcel_Reader_Excel5 not reading PHPExcel_Style_NumberFormat::FORMAT_NUMBER ('0')
- Bugfix:   (ET) Work item  9858 - Fractional row height in locale other than English results in corrupt output using PHPExcel_Writer_Excel2007
- Bugfix:   (ET) Work item  9846 - Fractional (decimal) numbers not inserted correctly when locale is other than English
- Bugfix:   (ET) Work item  9863 - Fractional calculated value in locale other than English results in corrupt output using PHPExcel_Writer_Excel2007
- Bugfix:   (ET) Work item  9830 - Locale aware decimal and thousands separator in exported formats HTML, CSV, PDF
- Bugfix:   (MB) Work item  9819 - Cannot Add Image with Space on its Name
- Bugfix:   (ET) Work item  9884 - Black line at top of every page in output by PHPExcel_Writer_PDF
- Bugfix:   (ET) Work item  9885 - Border styles and border colors not showing in HTML output (regression since 1.6.4)
- Bugfix:   (ET) Work item  9888 - Hidden screen gridlines setting in worksheet not read by PHPExcel_Reader_Excel2007
- Bugfix:   (MB) Work item  9913 - Some valid sheet names causes corrupt output using PHPExcel_Writer_Excel2007
- Bugfix:   (ET) Work item  9934 - More than 32,767 characters in a cell gives corrupt Excel file
- Bugfix:   (ET) Work item  9937 - Images not getting copyied with the ->copy() function
- Bugfix:   (ET) Work item  9940 - Bad calculation of column width setAutoSize(true) function
- Bugfix:   (ET) Work item  9968 - Dates are sometimes offset by 1 day in output by HTML and PDF writers depending on system timezone setting
- Bugfix:   (ET) Work item 10003 - Wingdings symbol fonts not working with PHPExcel_Writer_Excel5
- Bugfix:   (MB) Work item 10010 - White space string prefix stripped by PHPExcel_Writer_Excel2007
- Bugfix:   (ET) Work item 10023 - The name of the Workbook stream MUST be "Workbook", not "Book"
- Bugfix:   (ET) Work item 10030 - Avoid message "Microsoft Excel recalculates formulas..." when closing xls file from Excel
- Bugfix:   (ET) Work item 10031 - Non-unique newline representation causes problems with LEN formula
- Bugfix:   (ET) Work item 10033 - Newline in cell not showing with PHPExcel_Writer_HTML and PHPExcel_Writer_PDF
- Bugfix:   (ET) Work item 10046 - Rich-Text strings get prefixed by &nbsp; when output by HTML writer
- Bugfix:   (ET) Work item 10052 - Leading spaces do not appear in output by HTML/PDF writers
- Bugfix:   (MB) Work item 10061 - Empty Apache POI-generated file can not be read
- Bugfix:   (ET) Work item 10068 - Column width not scaling correctly with font size in HTML and PDF writers
- Bugfix:   (ET) Work item 10069 - Inaccurate row heights with HTML writer
- Bugfix:   (MB) Patch 2992 - Reference helper
- Bugfix:   (MBaker)  - Excel 5 Named ranges should not be local to the worksheet, but accessible from all worksheets
- Bugfix:   (ET) Work item 10088 - Row heights are ignored by PHPExcel_Writer_PDF
- Bugfix:   (MB) Patch 3003 - Write raw XML
- Bugfix:   (ET) Work item 10098 - removeRow(), removeColumn() not always clearing cell values
- Bugfix:   (ET) Work item 10142 - Problem reading certain hyperlink records with PHPExcel_Reader_Excel5
- Bugfix:   (ET) Work item 10143 - Hyperlink cell range read failure with PHPExcel_Reader_Excel2007
- Bugfix:   (MB) Work item 10149 - 'Column string index can not be empty.'
- Bugfix:   (ET) Work item 10204 - getHighestColumn() sometimes says there are 256 columns with PHPExcel_Reader_Excel5
- Bugfix:   (ET) Work item 10220 - extractSheetTitle fails when sheet title contains exclamation mark (!)
- Bugfix:   (ET) Work item 10221 - setTitle() sometimes erroneously appends integer to sheet name
- Bugfix:   (ET) Work item 10229 - Mac BIFF5 Excel file read failure (missing support for Mac OS Roman character set)
- Bugfix:   (ET) Work item 10230 - BIFF5 header and footer incorrectly read by PHPExcel_Reader_Excel5
- Bugfix:   (ET) Work item 10259 - iconv notices when reading hyperlinks with PHPExcel_Reader_Excel5
- Bugfix:   (ET) Work item 10252 - Excel5 reader OLE read failure with small Mac BIFF5 Excel files
- Bugfix:   (ET) Work item 10272 - Problem in reading formula : IF( IF ) with PHPExcel_Reader_Excel5
- Bugfix:   (ET) Work item 10274 - Error reading formulas referencing external sheets with PHPExcel_Reader_Excel5
- Bugfix:   (ET) Work item 10291 - Image horizontally stretched when default font size is increased (PHPExcel_Writer_Excel5)
- Bugfix:   (ET) Work item 10333 - Undefined offset in Reader\Excel5.php on line 3572
- Bugfix:   (MB) Work item 10340 - PDF output different then XLS (copied data)
- Bugfix:   (ET) Work item 10352 - Internal hyperlinks with UTF-8 sheet names not working in PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 10361 - String shared formula result read error with PHPExcel_Reader_Excel5
- Bugfix:   (ET) Work item 10363 - Uncaught exception 'Exception' with message 'Valid scale is between 10 and 400.' in Classes/PHPExcel/Worksheet/PageSetup.php:338
- Bugfix:   (ET) Work item 10355 - Using setLoadSheetsOnly fails if you do not use setReadDataOnly(true) and sheet is not the first sheet
- Bugfix:   (MB) Work item 10362 - getCalculatedValue() sometimes incorrect with IF formula and 0-values
- Bugfix:   (MBaker) Work Item  10198 - Excel Reader 2007 problem with "shared" formulae when "master" is an error
- Bugfix:   (MBaker) Work Item  10106 - Named Range Bug, using the same range name on different worksheets
- Bugfix:   (MBaker) Work Item  10004 - Java code in JAMA classes
- Bugfix:   (MBaker) Work Item  9659 - getCalculatedValue() not working with some formulas involving error types
- Bugfix:   (MBaker) Work Item  9447 - evaluation of both return values in an IF() statement returning an error if either result was an error, irrespective of the IF evaluation
- Bugfix:   (MBaker) Work Item  6203 - Power in formulas: new calculation engine no longer treats ^ as a bitwise XOR operator
- Bugfix:   (MBaker) - Bugfixes and improvements to many of the Excel functions in PHPExcel
            -   Added optional "places" parameter in the BIN2HEX(), BIN2OCT, DEC2BIN(), DEC2OCT(), DEC2HEX(), HEX2BIN(), HEX2OCT(), OCT2BIN() and OCT2HEX() Engineering Functions
            -    Trap for unbalanced matrix sizes in MDETERM() and MINVERSE() Mathematic and Trigonometric functions
            -    Fix for default characters parameter value for LEFT() and RIGHT() Text functions
            -    Fix for GCD() and LCB() Mathematical functions when the parameters include a zero (0) value
            -    Fix for BIN2OCT() Engineering Function for 2s complement values (which were returning hex values)
            -    Fix for BESSELK() and BESSELY() Engineering functions
            -    Fix for IMDIV() Engineering Function when result imaginary component is positive (wasn't setting the sign)
            -    Fix for ERF() Engineering Function when called with an upper limit value for the integration
            -    Fix to DATE() Date/Time Function for year value of 0
            -    Set ISPMT() function as category FINANCIAL
            -    Fix for DOLLARDE() and DOLLARFR() Financial functions
            -    Fix to EFFECT() Financial function (treating $nominal_rate value as a variable name rather than a value)
            -    Fix to CRITBINOM() Statistical function (CurrentValue and EssentiallyZero treated as constants rather than variables)
                     Note that an Error in the function logic can still lead to a permanent loop
            -    Fix to MOD() Mathematical function to work with floating point results
            -    Fix for QUOTIENT() Mathematical function
            -    Fix to HOUR(), MINUTE() and SECOND() Date/Time functions to return an error when passing in a floating point value of 1.0 or greater, or less than 0
            -    LOG() Function now correctly returns base-10 log when called with only one parameter, rather than the natural log as the default base
            -    Modified text functions to handle multibyte character set (UTF-8).


2009/04/22 (v1.6.7):
- General:  (MB) Work item 9416 - Deprecate misspelled setStriketrough() and getStriketrough() methods
- General:  (MB) Work item 9526 - Performance improvement when saving file
- Feature:  (MB) Work item 9598 - Check that sheet title has maximum 31 characters
- Feature:  (MB, ET) Work item 9631 - True support for Excel built-in number format codes
- Feature:  (ET) Work item 9683 - Ability to read defect BIFF5 Excel file without CODEPAGE record
- Feature:  (MB) Work item 9701 - Auto-detect which reader to invoke
- Feature:  (ET) Work item 9214 - Deprecate insertion of dates using PHP-time (Unix time) [request for removal of feature]
- Feature:  (ET) Work item 9747 - Support for entering time values like '9:45', '09:45' using AdvancedValueBinder
- Feature:  (ET) Work item 9797 - DataType dependent horizontal alignment in HTML and PDF writer
- Bugfix:   (MB) Work item 9375 - Cloning data validation object causes script to stop
- Bugfix:   (ET) Work item 9400 - Simultaneous repeating rows and repeating columns not working with PHPExcel_Writer_Excel5
- Bugfix:   (MB) Work item 9399 - Simultaneous repeating rows and repeating columns not working with PHPExcel_Writer_Excel2007
- Bugfix:   (ET) Work item 9437 - Row outline level not working with PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 9452 - Occasional notices with PHPExcel_Reader_Excel5 when Excel file contains drawing elements
- Bugfix:   (ET) Work item 9453 - PHPExcel_Reader_Excel5 fails as a whole when workbook contains images other than JPEG/PNG
- Bugfix:   (ET) Work item 9444 - Excel5 writer checks for iconv but does not necessarily use it
- Bugfix:   (ET) Work item 9463 - Altering a style on copied worksheet alters also the original
- Bugfix:   (MB) Work item 9480 - Formulas are incorrectly updated when a sheet is renamed
- Bugfix:   (MB) Work item 9513 - PHPExcel_Worksheet::extractSheetTitle not treating single quotes correctly
- Bugfix:   (MB) Work item 9477 - PHP Warning raised in function array_key_exists
- Bugfix:   (MB) Work item 9599 - getAlignWithMargins() gives wrong value when using PHPExcel_Reader_Excel2007
- Bugfix:   (MB) Work item 9600 - getScaleWithDocument() gives wrong value when using PHPExcel_Reader_Excel2007
- Bugfix:   (MB) Work item 9630 - PHPExcel_Reader_Excel2007 not reading the first user-defined number format
- Bugfix:   (MB) Work item 9647 - Print area converted to uppercase after read with PHPExcel_Reader_Excel2007
- Bugfix:   (MB) Work item 9661 - Incorrect reading of scope for named range using PHPExcel_Reader_Excel2007
- Bugfix:   (MB) Work item 9690 - Error with pattern (getFillType) and rbg (getRGB)
- Bugfix:   (ET) Work item 9712 - AdvancedValueBinder affected by system timezone setting when inserting date values
- Bugfix:   (ET) Work item 9743 - PHPExcel_Reader_Excel2007 not reading value of active sheet index
- Bugfix:   (ET) Work item 9742 - getARGB() sometimes returns SimpleXMLElement object instead of string with PHPExcel_Reader_Excel2007
- Bugfix:   (ET) Work item 9731 - Negative image offset causes defects in 14excel5.xls and 20readexcel5.xlsx
- Bugfix:   (ET) Work item 9758 - HTML & PDF Writer not working with mergeCells (regression since 1.6.5)
- Bugfix:   (ET) Work item 9774 - Too wide columns with HTML and PDF writer
- Bugfix:   (MB) Work item 9775 - PDF and cyrillic fonts
- Bugfix:   (ET) Work item 9793 - Percentages not working correctly with HTML and PDF writers (shows 0.25% instead of 25%)
- Bugfix:   (ET) Work item 9791 - PHPExcel_Writer_HTML creates extra borders around cell contents using setUseInlineCss(true)
- Bugfix:   (ET) Work item 9784 - Problem with text wrap + merged cells in HTML and PDF writer
- Bugfix:   (ET) Work item 9814 - Adjacent path separators in include_path causing IOFactory to violate open_basedir restriction


--------------------------------------------------------------------------------
BREAKING CHANGE! In previous versions of PHPExcel up to and including 1.6.6,
when a cell had a date-like number format code, it was possible to enter a date
directly using an integer PHP-time without converting to Excel date format.

Starting with PHPExcel 1.6.7 this is no longer supported. Refer to the developer
documentation for more information on entering dates into a cell.
--------------------------------------------------------------------------------


2009/03/02 (v1.6.6):
- General:  (MB) Work item 9102 - Improve support for built-in number formats in PHPExcel_Reader_Excel2007
- General:  (ET) Work item 9281 - Source files are in both UNIX and DOS formats - changed to UNIX
- General:  (MB) Work item 9338 - Update documentation: Which language to write formulas in?
- Feature:  (ET) Work item 8817 - Ignore DEFCOLWIDTH records with value 8 in PHPExcel_Reader_Excel5
- Feature:  (ET) Work item 8847 - Support for width, height, offsetX, offsetY for images in PHPExcel_Reader_Excel5
- Feature:  (MB) Work item 8870 - Disk Caching in specific folder
- Feature:  (MBaker) Work item 2346 - Added SUMX2MY2, SUMX2PY2, SUMXMY2, MDETERM and MINVERSE Mathematical and Trigonometric Functions
- Feature:  (MBaker) Work item 2346 - Added CONVERT Engineering Function
- Feature:  (MBaker) Work item 2346 - Added DB, DDB, DISC, DOLLARDE, DOLLARFR, INTRATE, IPMT, PPMT, PRICEDISC, PRICEMAT and RECEIVED Financial Functions
- Feature:  (MBaker) Work item 2346 - Added ACCRINTM, CUMIPMT, CUMPRINC, TBILLEQ, TBILLPRICE, TBILLYIELD, YIELDDISC and YIELDMAT Financial Functions
- Feature:  (MBaker) Work item 2346 - Added DOLLAR Text Function
- Feature:  (MBaker) Work item 2346 - Added CORREL, COVAR, FORECAST, INTERCEPT, RSQ, SLOPE and STEYX Statistical Functions
- Feature:  (MBaker) Work item 2346 - Added PEARSON Statistical Functions as a synonym for CORREL
- Feature:  (MBaker) Work item 2346 - Added LINEST, LOGEST (currently only valid for stats = false), TREND and GROWTH Statistical Functions
- Feature:  (MBaker) Work item 2346 - Added RANK and PERCENTRANK Statistical Functions
- Feature:  (MBaker) Work item 2346 - Added ROMAN Mathematical Function (Classic form only)
- Feature:  (MB) Work item 8931 - Update documentation to show example of getCellByColumnAndRow($col, $row)
- Feature:  (MB) Work item 8770 - Implement worksheet, row and cell iterators
- Feature:  (MB) Work item 9001 - Support for arbitrary defined names (named range)
- Feature:  (MB, ET) Work item 9016 - Update formulas when sheet title / named range title changes
- Feature:  (MB) Work item 9103 - Ability to read cached calculated value
- Feature:  (MBaker, ET) Work item 8483 - Support for Excel 1904 calendar date mode (Mac)
- Feature:  (ET) Work item 9194 - PHPExcel_Writer_Excel5 improvements writing shared strings table
- Feature:  (ET) Work item 9248 - PHPExcel_Writer_Excel5 iconv fallback when mbstring extension is not enabled
- Feature:  (ET) Work item 9253 - UTF-8 support in font names in PHPExcel_Writer_Excel5
- Feature:  (MB) Work item 9215 - Implement value binding architecture
- Feature:  (MB) Work item 6742 - PDF writer not working with UTF-8
- Feature:  (ET) Work item 9355 - Eliminate duplicate style entries in multisheet workbook written by PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 8810 - Redirect to client browser fails due to trailing white space in class definitions
- Bugfix:   (MB) Work item 8816 - Spurious column dimension element introduced in blank worksheet after using PHPExcel_Writer_Excel2007
- Bugfix:   (ET) Work item 8830 - Image gets slightly narrower than expected when using PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 8831 - Image laid over non-visible row gets squeezed in height when using PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 8860 - PHPExcel_Reader_Excel5 fails when there are 10 or more images in the workbook
- Bugfix:   (MB) Work item 8909 - Different header/footer images in different sheets not working with PHPExcel_Writer_Excel2007
- Bugfix:   (MB, ET) Work item 8924 - Fractional seconds disappear when using PHPExcel_Reader_Excel2007 and PHPExcel_Reader_Excel5
- Bugfix:   (ET) Work item 7994 - Images not showing in OpenOffice when using PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 9047 - Images not showing on print using PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 9085 - PHPExcel_Writer_Excel5 maximum allowed record size 4 bytes too short
- Bugfix:   (MB) Work item 9119 - Not numeric strings are formatted as dates and numbers using worksheet's toArray method
- Bugfix:   (ET) Work item 9132 - Excel5 simple formula parsing error
- Bugfix:   (ET) Work item 9206 - Problems writing dates with CSV
- Bugfix:   (ET) Work item 9203 - PHPExcel_Reader_Excel5 reader fails with fatal error when reading group shapes
- Bugfix:   (ET) Work item 9231 - PHPExcel_Writer_Excel5 fails completely when workbook contains more than 57 colors
- Bugfix:   (ET) Work item 9244 - PHPExcel_Writer_PDF not compatible with autoload
- Bugfix:   (ET) Work item 9250 - Fatal error: Call to a member function getNestingLevel() on a non-object in PHPExcel/Reader/Excel5.php on line 690
- Bugfix:   (MB) Work item 9246 - Notices when running test 04printing.php on PHP 5.2.8
- Bugfix:   (MB) Work item 9294 - insertColumn() spawns creation of spurious RowDimension
- BugFix:   (MBaker) Work item 9296 - Fix declarations for methods in extended Trend classes
- Bugfix:   (MBaker) Work item 2346 - Fix to parameters for the FORECAST Statistical Function
- Bugfix:   (MB) Work item 7083 - PDF writer problems with cell height and text wrapping
- Bugfix:   (MBaker) Work Item 9337 - Fix test for calculated value in case the returned result is an array
- Bugfix:   (ET) Work Item 9354 - Column greater than 256 results in corrupt Excel file using PHPExcel_Writer_Excel5
- Bugfix:   (MB) Work item 9351 - Excel Numberformat 0.00 results in non internal decimal places values in toArray() Method
- Bugfix:   (MB,ET) Work item 9356 - setAutoSize not taking into account text rotation
- Bugfix:   (ET) Work item 9372 - Call to undefined method PHPExcel_Worksheet_MemoryDrawing::getPath() in PHPExcel/Writer/HTML.php


2009/01/05 (v1.6.5):
- General:  (MB) Applied patch 2063
- General:  (MB) Applied patch from work item 8073 - Optimise Shared Strings
- General:  (MB) Applied patch from work item 8074 - Optimise Cell Sorting
- General:  (MB) Applied patch from work item 8075 - Optimise Style Hashing
- General:  (ET) Applied patch from work item 8245 - UTF-8 enhancements
- General:  (ET) Applied patch from work item 8283 - PHPExcel_Writer_HTML validation errors against strict HTML 4.01 / CSS 2.1
- General:  (MB) Documented work items 6203 and 8110 in manual
- General:  (ET) Restructure package hierachy so classes can be found more easily in auto-generated API (from work item 8468)
- General:  (MB) Work item 8806 - Redirect output to a client's browser: Update recommendation in documentation
- Feature:  (ET) Work item 7897 - PHPExcel_Reader_Excel5 support for print gridlines
- Feature:  (ET) Work item 7899 - Screen gridlines support in Excel5 reader/writer
- Feature:  (MB, ET) Work item 7552 - Option for adding image to spreadsheet from image resource in memory
- Feature:  (ET) Work item 7862 - PHPExcel_Reader_Excel5 style support for BIFF5 files (Excel 5.0 - Excel 95)
- Feature:  (ET) Work item 7918 - PHPExcel_Reader_Excel5 support for user-defined colors and special built-in colors
- Feature:  (ET) Work item 7992 - Support for freeze panes in PHPExcel_Reader_Excel5
- Feature:  (ET) Work item 7996 - Support for header and footer margins in PHPExcel_Reader_Excel5
- Feature:  (ET) Work item 7997 - Support for active sheet index in Excel5 reader/writer
- Feature:  (MB) Work item 7991 - Freeze panes not read by PHPExcel_Reader_Excel2007
- Feature:  (MB, ET) Work item 7993 - Support for screen zoom level (feature request)
- Feature:  (ET) Work item 8012 - Support for default style in PHPExcel_Reader_Excel5
- Feature:  (MB) Work item 8094 - Apple iWork / Numbers.app incompatibility
- Feature:  (MB) Work item 7931 - Support "between rule" in conditional formatting
- Feature:  (MB) Work item 8308 - Comment size, width and height control (feature request)
- Feature:  (ET) Work item 8418 - Improve method for storing MERGEDCELLS records in PHPExcel_Writer_Excel5
- Feature:  (ET) Work item 8435 - Support for protectCells() in Excel5 reader/writer
- Feature:  (ET) Work item 8472 - Support for fitToWidth and fitToHeight pagesetup properties in PHPExcel_Reader_Excel5
- Feature:  (ET) Work item 8489 - Support for setShowSummaryBelow() and setShowSummaryRight() in PHPExcel_Writer_Excel5
- Feature:  (MB) Work item 8483 - Support for Excel 1904 calendar date mode (Mac)
- Feature:  (ET) Work item 7538 - Excel5 reader: Support for reading images (bitmaps)
- Feature:  (ET) Work item 8787 - Support for default style in PHPExcel_Writer_Excel5
- Feature:  (MBaker) Modified calculate() method to return either an array or the first value from the array for those functions that return arrays rather than single values (e.g the MMULT and TRANSPOSE function). This performance can be modified based on the $returnArrayAsType which can be set/retrieved by calling the setArrayReturnType() and getArrayReturnType() methods of the PHPExcel_Calculation class.
- Feature:  (MBaker) Work item 2346 - Added ERROR.TYPE Information Function, MMULT Mathematical and Trigonometry Function, and TRANSPOSE Lookup and Reference Function
- Bugfix:   (ET) Work item 7896 - setPrintGridlines(true) not working with PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 7907 - Incorrect mapping of fill patterns in PHPExcel_Writer_Excel5
- Bugfix:   (MB) Work item 7898 - setShowGridlines(false) not working with PHPExcel_Writer_Excel2007
- Bugfix:   (MB) Work item 7905 - getShowGridlines() gives inverted value when reading sheet with PHPExcel_Reader_Excel2007
- Bugfix:   (ET) Work item 7944 - User-defined column width becomes slightly larger after read/write with Excel5
- Bugfix:   (ET) Work item 7949 - Incomplete border style support in PHPExcel_Writer_Excel5
- Bugfix:   (MB) Work item 7928 - Conditional formatting "containsText" read/write results in MS Office Excel 2007 crash
- Bugfix:   (MB) Work item 7995 - All sheets are always selected in output when using PHPExcel_Writer_Excel2007
- Bugfix:   (MB) Work item 8013 - COLUMN function warning message during plain read/write
- Bugfix:   (MB) Work item 8155 - setValue(0) results in string data type '0'
- Bugfix:   (MB) Work item 8226 - Styles not removed when removing rows from sheet
- Bugfix:   (MB) Work item 8301 - =IF formula causes fatal error during $objWriter->save() in Excel2007 format
- Bugfix:   (ET) Work item 8333 - Exception thrown reading valid xls file: "Excel file is corrupt. Didn't find CONTINUE record while reading shared strings"
- Bugfix:   (ET) Work item 8320 - MS Outlook corrupts files generated by PHPExcel_Writer_Excel5
- Bugfix:   (MB) Work item 8351 - Undefined method PHPExcel_Worksheet::setFreezePane() in ReferenceHelper.php on line 271
- Bugfix:   (MB) Work item 8401 - Ampersands (&), left and right angles (<, >) in Rich-Text strings leads to corrupt output using PHPExcel_Writer_Excel2007
- Bugfix:   (ET) Work item 8408 - Print header and footer not supporting UTF-8 in PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 8463 - Vertical page breaks not working with PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 8476 - Missing support for accounting underline types in PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 8482 - Infinite loops when reading corrupt xls file using PHPExcel_Reader_Excel5
- Bugfix:   (ET) Work item 8566 - Sheet protection password not working with PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 8596 - PHPExcel_Style_NumberFormat::FORMAT_NUMBER ignored by PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 8781 - PHPExcel_Reader_Excel5 fails a whole when workbook contains a chart
- Bugfix:   (ET) Work item 8788 - Occasional loss of column widths using PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 8795 - Notices while reading formulas with deleted sheet references using PHPExcel_Reader_Excel5
- Bugfix:   (MB) Work item 8807 - Default style not read by PHPExcel_Reader_Excel2007
- Bugfix:   (MB) Work item 9341 - Blank rows occupy too much space in file generated by PHPExcel_Writer_Excel2007


2008/10/27 (v1.6.4):
- General:  (ET) Work item 7882 - RK record number error in MS developer documentation: 0x007E should be 0x027E
- Feature:  (MBaker) Work item 7878 - getHighestColumn() returning "@" for blank worksheet causes corrupt output
- Feature:  (MBaker) Work item 2346 - Implement ROW and COLUMN Lookup/Reference Functions (when specified with a parameter)
- Feature:  (MBaker) Work item 2346 - Implement initial work on OFFSET Lookup/Reference Function (returning address rather than value at address)
- Feature:  (ET) Work item 7416 - Excel5 reader: Page margins
- Feature:  (ET) Work item 7417 - Excel5 reader: Header & Footer
- Feature:  (ET) Work item 7449 - Excel5 reader support for page setup (paper size etc.)
- Feature:  (MB) Work item 7445 - Improve speed and memory consumption of PHPExcel_Writer_CSV
- Feature:  (MB) Work item 7432 - Better recognition of number format in HTML, CSV, and PDF writer
- Feature:  (MB) Work item 7485 - Font support: Superscript and Subscript
- Feature:  (ET) Work item 7509 - Excel5 reader font support: Super- and subscript
- Feature:  (ET) Work item 7521 - Excel5 reader style support: Text rotation and stacked text
- Feature:  (ET) Work item 7530 - Excel5 reader: Support for hyperlinks
- Feature:  (MB, ET) Work item 7557 - Import sheet by request
- Feature:  (ET) Work item 7607 - PHPExcel_Reader_Excel5 support for page breaks
- Feature:  (ET) Work item 7622 - PHPExcel_Reader_Excel5 support for shrink-to-fit
- Feature:  (MB, ET) Work item 7675 - Support for error types
- Feature:  (ET) Work item 7388 - Excel5 reader true formula support
- Feature:  (ET) Work item 7701 - Support for named ranges (defined names) in PHPExcel_Reader_Excel5
- Feature:  (ET) Work item 7781 - Support for repeating rows and repeating columns (print titles) in PHPExcel_Reader_Excel5
- Feature:  (ET) Work item 7783 - Support for print area in PHPExcel_Reader_Excel5
- Feature:  (ET) Work item 7795 - Excel5 reader and writer support for horizontal and vertical centering of page
- Feature:  (MB) Applied patch 1962
- Feature:  (ET) Work item 7866 - Excel5 reader and writer support for hidden cells (formulas)
- Feature:  (MB, ET) Work item 7612 - Support for indentation in cells (feature request)
- Feature:  (MB, ET) Work item 7828 - Option for reading only specified interval of rows in a sheet
- Bugfix:   (MBaker) Work item 7367 - PHPExcel_Calculation_Functions::DATETIMENOW() and PHPExcel_Calculation_Functions::DATENOW() to force UTC
- Bugfix:   (MBaker) Work item 7395 - Modified PHPExcel_Shared_Date::FormattedPHPToExcel() and PHPExcel_Shared_Date::ExcelToPHP to force datatype for return values
- Bugfix:   (ET) Work item 7450 - Excel5 reader not producing UTF-8 strings with BIFF5 files
- Bugfix:   (MB) Work item 7470 - Array constant in formula gives run-time notice with Excel2007 writer
- Bugfix:   (MB) Work item 7494 - PHPExcel_Reader_Excel2007 setReadDataOnly(true) returns Rich-Text
- Bugfix:   (ET) Work item 7496 - PHPExcel_Reader_Excel5 setReadDataOnly(true) returns Rich-Text
- Bugfix:   (MB) Work item 7497 - Characters before superscript or subscript losing style
- Bugfix:   (MB) Work item 7507 - Subscript not working with HTML writer
- Bugfix:   (MB) Work item 7508 - DefaultColumnDimension not working on first column (A)
- Bugfix:   (MB) Work item 7527 - Negative numbers are stored as text in PHPExcel_Writer_2007
- Bugfix:   (ET) Work item 7531 - Text rotation and stacked text not working with PHPExcel_Writer_Excel5
- Bugfix:   (MB) Work item 7536 - PHPExcel_Shared_Date::isDateTimeFormatCode erroneously says true
- Bugfix:   (MB) Work item 7559 - Different images with same filename in separate directories become duplicates
- Bugfix:   (ET) Work item 7568 - PHPExcel_Reader_Excel5 not returning sheet names as UTF-8 using for Excel 95 files
- Bugfix:   (MB) Work item 7575 - setAutoSize(true) on empty column gives column width of 10 using PHPExcel_Writer_Excel2007
- Bugfix:   (MB, ET) Work item 7573 - setAutoSize(true) on empty column gives column width of 255 using PHPExcel_Writer_Excel5
- Bugfix:   (MB) Work item 7514 - Worksheet_Drawing bug
- Bugfix:   (MB) Work item 7593 - getCalculatedValue() with REPT function causes script to stop
- Bugfix:   (MB) Work item 7594 - getCalculatedValue() with LEN function causes script to stop
- Bugfix:   (MB) Work item 7600 - Explicit fit-to-width (page setup) results in fit-to-height becoming 1
- Bugfix:   (MB) Work item 7610 - Fit-to-width value of 1 is lost after read/write of Excel2007 spreadsheet
- Bugfix:   (MB) Work item 7516 - Conditional styles not read properly using PHPExcel_Reader_Excel2007
- Bugfix:   (MB) Work item 7611 - PHPExcel_Writer_2007: Default worksheet style works only for first sheet
- Bugfix:   (ET) Work item 6940 - Cannot Lock Cells using PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 7621 - Incorrect cell protection values found when using Excel5 reader
- Bugfix:   (ET) Work item 7623 - Default row height not working above highest row using PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 7637 - Default column width does not get applied when using PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 7642 - Broken support for UTF-8 string formula results in PHPExcel_Reader_Excel5
- Bugfix:   (ET) Work item 7643 - UTF-8 sheet names not working with PHPExcel_Writer_Excel5
- Bugfix:   (MB) Work item 7631 - getCalculatedValue() with ISNONTEXT function causes script to stop
- Bugfix:   (ET) Work item 7652 - Missing BIFF3 functions in PHPExcel_Writer_Excel5: USDOLLAR (YEN), FINDB, SEARCHB, REPLACEB, LEFTB, RIGHTB, MIDB, LENB, ASC, DBCS (JIS)
- Bugfix:   (ET) Work item 7663 - Excel5 reader doesn't read numbers correctly in 64-bit systems
- Bugfix:   (ET) Work item 7667 - Missing BIFF5 functions in PHPExcel_Writer_Excel5: ISPMT, DATEDIF, DATESTRING, NUMBERSTRING
- Bugfix:   (ET) Work item 7668 - Missing BIFF8 functions in PHPExcel_Writer_Excel5: GETPIVOTDATA, HYPERLINK, PHONETIC, AVERAGEA, MAXA, MINA, STDEVPA, VARPA, STDEVA, VARA
- Bugfix:   (MB) Work item 7657 - Wrong host value in PHPExcel_Shared_ZipStreamWrapper::stream_open()
- Bugfix:   (ET) Work item 7676 - PHPExcel_Reader_Excel5 not reading explicitly entered error types in cells
- Bugfix:   (ET) Work item 7678 - Boolean and error data types not preserved for formula results in PHPExcel_Reader_Excel5
- Bugfix:   (MB) Work item 7695 - PHPExcel_Reader_Excel2007 ignores cell data type
- Bugfix:   (ET) Work item 7712 - PHPExcel_Reader_Excel5 ignores cell data type
- Bugfix:   (ET) Work item 7587 - PHPExcel_Writer_Excel5 not aware of data type
- Bugfix:   (ET) Work item 7713 - Long strings sometimes truncated when using PHPExcel_Reader_Excel5
- Bugfix:   (ET) Work item 7727 - Direct entry of boolean or error type in cell not supported by PHPExcel_Writer_Excel5
- Bugfix:   (MB) Work item 7714 - PHPExcel_Reader_Excel2007: Error reading cell with data type string, date number format, and numeric-like cell value
- Bugfix:   (ET) Work item 7735 - Row and column outlines (group indent level) not showing after using PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 7737 - Missing UTF-8 support in number format codes for PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 7750 - Missing UTF-8 support with PHPExcel_Writer_Excel5 for explicit string in formula
- Bugfix:   (MB) Work item 7726 - Problem with class constants in PHPExcel_Style_NumberFormat
- Bugfix:   (ET) Work item 7758 - Sometimes errors with PHPExcel_Reader_Excel5 reading hyperlinks
- Bugfix:   (ET) Work item 7759 - Hyperlink in cell always results in string data type when using PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 7771 - Excel file with blank sheet seen as broken in MS Office Excel 2007 when created by PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 7785 - PHPExcel_Reader_Excel5: Incorrect reading of formula with explicit string containing (escaped) double-quote
- Bugfix:   (MB) Work item 7787 - getCalculatedValue() fails on formula with sheet name containing (escaped) single-quote
- Bugfix:   (MB) Work item 7786 - getCalculatedValue() fails on formula with explicit string containing (escaped) double-quote
- Bugfix:   (MB) Work item 7780 - Problems with simultaneous repeatRowsAtTop and repeatColumnsAtLeft using Excel2007 reader and writer
- Bugfix:   (ET) Work item 7802 - PHPExcel_Reader_Excel5: Error reading formulas with sheet reference containing special characters
- Bugfix:   (ET) Work item 7831 - Off-sheet references sheet!A1 not working with PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 7834 - Repeating rows/columns (print titles), print area not working with PHPExcel_Writer_Excel5
- Bugfix:   (ET) Work item 7849 - Formula having datetime number format shows as text when using PHPExcel_Writer_Excel5
- Bugfix:   (MBaker) Work item 7863 - Cannot set formula to hidden using applyFromArray()
- Bugfix:   (MBaker) Work item 7805 - HTML/PDF Writers limited to 26 columns by calculateWorksheetDimension (erroneous comparison in getHighestColumn() method)
- Bugfix:   (MB) Work item 7873 - Formula returning error type is lost when read by PHPExcel_Reader_Excel2007
- Bugfix:   (ET) Work item 7883 - PHPExcel_Reader_Excel5: Cell style lost for last column in group of blank cells
- Bugfix:   (MB) Work item 7886 - Column width sometimes collapses to auto size using Excel2007 reader/writer
- Bugfix:   (MB) Work item 9343 - Data Validation Formula = 0 crashes Excel


2008/08/25 (v1.6.3):
- Bugfix:   (MBaker) Work item 7367 - Modified PHPExcel_Shared_Date::PHPToExcel() to force UTC
- General:  (MB) Applied patch 1629
- General:  (MB) Applied patch 1644
- General:  (MB) Work item 6485 - Implement repeatRow and repeatColumn in Excel5 writer
- General:  (MB) Work item 6838 - Remove scene3d filter in Excel2007 drawing
- Feature:  (MBaker) Work item 2346 - Implement CHOOSE and INDEX Lookup/Reference Functions
- Feature:  (MBaker) Work item 2346 - Implement CLEAN Text Functions
- Feature:  (MBaker) Work item 2346 - Implement YEARFRAC Date/Time Functions
- Feature:  (MB) Work item 6508 - Implement 2 options for print/show gridlines
- Feature:  (MB) Work item 7270 - Add VLOOKUP function (contribution)
- Feature:  (MB) Work item 7182 - Implemented: ShrinkToFit
- Feature:  (MB) Work item 7218 - Row heights not updated correctly when inserting new rows
- Feature:  (MB) Work item 7157 - Copy worksheets within the same workbook
- Feature:  (ET) Work item 7290 - Excel5 reader style support: horizontal and vertical alignment plus text wrap
- Feature:  (ET) Work item 7294 - Excel5 reader support for merged cells
- Feature:  (ET) Work item 7296 - Excel5 reader: Sheet Protection
- Feature:  (ET) Work item 7297 - Excel5 reader: Password for sheet protection
- Feature:  (ET) Work item 7299 - Excel5 reader: Column width
- Feature:  (ET) Work item 7301 - Excel5 reader: Row height
- Feature:  (ET) Work item 7304 - Excel5 reader: Font support
- Feature:  (ET) Work item 7324 - Excel5 reader: support for locked cells
- Feature:  (ET) Work item 7330 - Excel5 reader style support: Fill (background colors and patterns)
- Feature:  (ET) Work item 7332 - Excel5 reader style support: Borders (style and color)
- Feature:  (ET) Work item 7346 - Excel5 reader: Rich-Text support
- Feature:  (MB) Work item 7313 - Read Excel built-in number formats with Excel 2007 reader
- Feature:  (ET) Work item 7317 - Excel5 reader: Number format support
- Feature:  (MB) Work item 7362 - Creating a copy of PHPExcel object
- Feature:  (ET) Work item 7373 - Excel5 reader: support for row / column outline (group)
- Feature:  (MB) Work item 7380 - Implement default row/column sizes
- Feature:  (MB) Work item 7364 - Writer HTML - option to return styles and table separately
- Feature:  (ET) Work item 7393 - Excel5 reader: Support for remaining built-in number formats
- Bugfix:   (MBaker) Fixed rounding in HOUR MINUTE and SECOND Time functions, and improved performance for these
- Bugfix:   (MBaker) Fix to TRIM function
- Bugfix:   (MBaker) Fixed range validation in TIME Functions.php
- Bugfix:   (MBaker) EDATE and EOMONTH functions now return date values based on the returnDateType flag
- Bugfix:   (MBaker) Write date values that are the result of a calculation function correctly as Excel serialized dates rather than PHP serialized date values
- Bugfix:   (MB) Work item 6690 - Excel2007 reader not always reading boolean correctly
- Bugfix:   (MB) Work item 6275 - Columns above IZ
- Bugfix:   (MB) Work item 6853 - Other locale than English causes Excel2007 writer to produce broken xlsx
- Bugfix:   (MB) Work item 7061 - Typo: Number_fromat in NumberFormat.php
- Bugfix:   (MB) Work item 6865 - Bug in Worksheet_BaseDrawing setWidth()
- Bugfix:   (MB) Work item 6891 - PDF writer collapses column width for merged cells
- Bugfix:   (MB) Work item 6867 - Issues with drawings filenames
- Bugfix:   (MB) Work item 7073 - fromArray() local variable isn't defined
- Bugfix:   (MB) Work item 7276 - PHPExcel_Writer_Excel5->setTempDir() not passed to all classes involved in writing to a file
- Bugfix:   (MB) Work item 7277 - Excel5 reader not handling UTF-8 properly
- Bugfix:   (MB) Work item 7327 - If you write a 0 value in cell, cell shows as empty
- Bugfix:   (MB) Work item 7302 - Excel2007 writer: Row height ignored for empty rows
- Bugfix:   (MB) Work item 7281 - Excel2007 (comments related error)
- Bugfix:   (MB) Work item 7345 - Column width in other locale
- Bugfix:   (MB) Work item 7347 - Excel2007 reader not reading underlined Rich-Text
- Bugfix:   (ET) Work item 7357 - Excel5 reader converting booleans to strings
- Bugfix:   (MB) Work item 7365 - Recursive Object Memory Leak
- Bugfix:   (MB) Work item 7372 - Excel2007 writer ignoring row dimensions without cells
- Bugfix:   (ET) Work item 7382 - Excel5 reader is converting formatted numbers / dates to strings


2008/06/23 (v1.6.2):
- General:  (MB) Work item 6088 - Document style array values
- General:  (MB) Applied patch 1195
- General:  (MB) Work item 6178 - Redirecting output to a client’s web browser - http headers
- General:  (MB) Work item 6187 - Improve worksheet garbage collection
- General:  (MBaker) Functions that return date values can now be configured to return as Excel serialized date/time, PHP serialized date/time, or a PHP date/time object.
- General:  (MBaker) Functions that explicitly accept dates as parameters now permit values as Excel serialized date/time, PHP serialized date/time, a valid date string, or a PHP date/time object.
- General:  (MBaker) Implement ACOSH, ASINH and ATANH functions for those operating platforms/PHP versions that don't include these functions
- General:  (MBaker) Implement ATAN2 logic reversing the arguments as per Excel
- General:  (MBaker) Additional validation of parameters for COMBIN
- General:  (MBaker) Fixed validation for CEILING and FLOOR when the value and significance parameters have different signs; and allowed default value of 1 or -1 for significance when in GNUMERIC compatibility mode
- Feature:  (MBaker) Work item 2346 - Implement ADDRESS, ISLOGICAL, ISTEXT and ISNONTEXT functions
- Feature:  (MBaker) Work item 2346 - Implement COMPLEX, IMAGINARY, IMREAL, IMARGUMENT, IMCONJUGATE, IMABS, IMSUB, IMDIV, IMSUM, IMPRODUCT, IMSQRT, IMEXP, IMLN, IMLOG10, IMLOG2, IMPOWER IMCOS and IMSIN Engineering functions
- Feature:  (MBaker) Work item 2346 - Implement NETWORKDAYS and WORKDAY Date/Time functions
- Feature:  (MB) Work item 6100 - Make cell column AAA available
- Feature:  (MB) Work item 6095 - Mark particular cell as selected when opening Excel
- Feature:  (MB) Work item 6120 - Multiple sheets in PDF and HTML
- Feature:  (MB) Work item 6227 - Implement PHPExcel_ReaderFactory and PHPExcel_WriterFactory
- Feature:  (MB) Work item 6249 - Set image root of PHPExcel_Writer_HTML
- Feature:  (MB) Work item 6264 - Enable/disable calculation cache
- Feature:  (MB) Work item 6259 - PDF writer and multi-line text
- Feature:  (MB) Work item 6350 - Feature request - setCacheExpirationTime()
- Feature:  (JB) Work item 6370 - Implement late-binding mechanisms to reduce memory footprint
- Feature:  (JB) Work item 6430 - Implement shared styles
- Feature:  (MB) Work item 6391 - Copy sheet from external Workbook to active Workbook
- Feature:  (MB) Work item 6428 - Functions in Conditional Formatting
- Bugfix:   (MB) Work item 6096 - Default Style in Excel5
- Bugfix:   (MB) Work item 6150 - Numbers starting with '+' cause Excel 2007 errors
- Bugfix:   (MB) Work item 6092 - ExcelWriter5 is not PHP5 compatible, using it with E_STRICT results in a bunch of errors (applied patches)
- Bugfix:   (MB) Work item 6179 - Error Reader Excel2007 line 653 foreach ($relsDrawing->Relationship as $ele)
- Bugfix:   (MB) Work item 6229 - Worksheet toArray() screws up DATE
- Bugfix:   (MB) Work item 6253 - References to a Richtext cell in a formula
- Bugfix:   (MB) Work item 6285 - insertNewColumnBefore Bug
- Bugfix:   (MB) Work item 6319 - Error reading Excel2007 file with shapes
- Bugfix:   (MBaker) Work item 6302 - Determine whether date values need conversion from PHP dates to Excel dates before writing to file, based on the data type (float or integer)
- Bugfix:   (MBaker) Fixes to DATE function when it is given negative input parameters
- Bugfix:   (MB) Work item 6347 - PHPExcel handles empty cells other than Excel
- Bugfix:   (MB) Work item 6348 - PHPExcel handles 0 and "" as being the same
- Bugfix:   (MB) Work item 6357 - Problem Using Excel2007 Reader for Spreadsheets containing images
- Bugfix:   (MB) Work item 6359 - ShowGridLines ignored when reading/writing Excel 2007
- Bugfix:   (MB) Work item 6426 - Bug With Word Wrap in Excel 2007 Reader


2008/04/28 (v1.6.1):
- General:  (MB) Work item 5532 - Fix documentation printing
- General:  (MB) Work item 5586 - Memory usage improvements
- General:  (MB) Applied patch 990
- General:  (MB) Applied patch 991
- Feature:  (BM) Work item 2841 - Implement PHPExcel_Reader_Excel5
- Feature:  (MB) Work item 5564 - Implement "toArray" and "fromArray" method
- Feature:  (MB) Work item 5665 - Read shared formula
- Feature:  (MB) Work item 5681 - Read image twoCellAnchor
- Feature:  (MB) Work item 4446 - &G Image as bg for headerfooter
- Feature:  (MB) Work item 5834 - Implement page layout functionality for Excel5 format
- Feature:  (MB) Work item 6039 - Feature request: PHPExcel_Writer_PDF
- Bugfix:   (MB) Work item 5517 - DefinedNames null check
- Bugfix:   (MB) Work item 5463 - Hyperlinks should not always have trailing slash
- Bugfix:   (MB) Work item 5592 - Saving Error - Uncaught exception (#REF! named range)
- Bugfix:   (MB) Work item 5634 - Error when creating Zip file on Linux System (Not Windows)
- Bugfix:   (MB) Work item 5876 - Time incorrecly formated
- Bugfix:   (MB) Work item 5914 - Conditional formatting - second rule not applied
- Bugfix:   (MB) Work item 5978 - PHPExcel_Reader_Excel2007 cannot load PHPExcel_Shared_File
- Bugfix:   (MB) Work item 6020 - Output redirection to web browser


2008/02/14 (v1.6.0):
- General:  (MB) Work item 3156 - Use PHPExcel datatypes in formula calculation
- Feature:  (MB) Work item 5019 - Center on page when printing
- Feature:  (MB) Work item 5099 - Hyperlink to other spreadsheet
- Feature:  (MB) Work item 5104 - Set the print area of a worksheet
- Feature:  (MB) Work item 5118 - Read "definedNames" property of worksheet
- Feature:  (MB) Work item 5338 - Set default style for all cells
- Feature:  (MB) Work item 4216 - Named Ranges
- Feature:  (MB) Work item 5398 - Implement worksheet references (Sheet1!A1)
- Bugfix:   (MB) Work item 4967 - Redirect output to a client's web browser
- Bugfix:   (MB) Work item 5008 - "File Error: data may have been lost." seen in Excel 2007 and Excel 2003 SP3 when opening XLS file
- Bugfix:   (MB) Work item 5165 - Bug in style's getHashCode()
- Bugfix:   (MB) Work item 5165 - PHPExcel_Reader not correctly reading numeric values
- Bugfix:   (MB) Work item 5324 - Text rotation is read incorrectly
- Bugfix:   (MB) Work item 5326 - Enclosure " and data " result a bad data : \" instead of ""
- Bugfix:   (MB) Work item 5332 - Formula parser - IF statement returning array instead of scalar
- Bugfix:   (MB) Work item 5351 - setFitToWidth(nbpage) & setFitToWidth(nbpage) work partially
- Bugfix:   (MB) Work item 5361 - Worksheet::setTitle() causes unwanted renaming
- Bugfix:   (MB) Work item 5407 - Hyperlinks not working. Results in broken xlsx file.


2007/12/24 (v1.5.5):
- General:  (MB) Work item 4135 - Grouping Rows
- General:  (MB) Work item 4427 - Semi-nightly builds
- Feature:  (MB) Work item 3155 - Implement "date" datatype
- Feature:  (MB) Work item 4150 - Date format not honored in CSV writer
- Feature:  (MB) Work item 4199 - RichText and sharedStrings
- Feature:  (MB) Work item 2346 - Implement more Excel calculation functions
            -    Addition of DATE, DATEDIF, DATEVALUE, DAY, DAYS360
- Feature:  (MBaker) Work item 2346 - Implement more Excel calculation functions
            -    Addition of AVEDEV, HARMEAN and GEOMEAN
            -    Addition of the BINOMDIST (Non-cumulative only), COUNTBLANK, EXPONDIST, FISHER, FISHERINV, NORMDIST, NORMSDIST, PERMUT, POISSON (Non-cumulative only) and STANDARDIZE Statistical Functions
            -    Addition of the CEILING, COMBIN, EVEN, FACT, FACTDOUBLE, FLOOR, MULTINOMIAL, ODD, ROUNDDOWN, ROUNDUP, SIGN, SQRTPI and SUMSQ Mathematical Functions
            -    Addition of the NORMINV, NORMSINV, CONFIDENCE and SKEW Statistical Functions
            -    Addition of the CRITBINOM, HYPGEOMDIST, KURT, LOGINV, LOGNORMDIST, NEGBINOMDIST and WEIBULL Statistical Functions
            -    Addition of the LARGE, PERCENTILE, QUARTILE, SMALL and TRIMMEAN Statistical Functions
            -    Addition of the BIN2HEX, BIN2OCT, DELTA, ERF, ERFC, GESTEP, HEX2BIN, HEX2DEC, HEX2OCT, OCT2BIN and OCT2HEX Engineering Functions
            -    Addition of the CHIDIST, GAMMADIST and GAMMALN Statistical Functions
            -    Addition of the GCD, LCM, MROUND and SUBTOTAL Mathematical Functions
            -    Addition of the LOWER, PROPER and UPPER Text Functions
            -    Addition of the BETADIST and BETAINV Statistical Functions
            -    Addition of the CHIINV and GAMMAINV Statistical Functions
            -    Addition of the SERIESSUM Mathematical Function
            -    Addition of the CHAR, CODE, FIND, LEN, REPT, SEARCH, T, TRIM Text Functions
            -    Addition of the FALSE and TRUE Boolean Functions
            -    Addition of the TDIST and TINV Statistical Functions
            -    Addition of the EDATE, EOMONTH, YEAR, MONTH, TIME, TIMEVALUE, HOUR, MINUTE, SECOND, WEEKDAY, WEEKNUM, NOW, TODAY and Date/Time Function
            -    Addition of the BESSELI, BESSELJ, BESSELK and BESSELY Engineering Functions
            -    Addition of the SLN and SYD Financial Functions
            -    reworked MODE calculation to handle floating point numbers
            -    Improved error trapping for invalid input values
            -    Fix to SMALL, LARGE, PERCENTILE and TRIMMEAN to eliminate non-numeric values
            -    Added CDF to BINOMDIST and POISSON
            -    Fix to a potential endless loop in CRITBINOM, together with other bugfixes to the algorithm
            -    Fix to SQRTPI so that it will work with a real value parameter rather than just integers
            -    Trap for passing negative values to FACT
            -    Improved accuracy of the NORMDIST cumulative function, and of the ERF and ERFC functions
            -    Replicated Excel data-type and error handling for BIN, DEC, OCT and HEX conversion functions
            -    Replicated Excel data-type and error handling for AND and OR Boolean functions
            -    Bugfix to MROUND
            -    Rework of the DATE, DATEVALUE, DAY, DAYS360 and DATEDIF date/Time functions to use Excel dates rather than straight PHP dates
            -    Rework of the AND, OR Boolean functions to ignore string values
            -    Rework of the BIN2DEC, BIN2HEX, BIN2OCT, DEC2BIN, DEC2HEX, DEC2OCT Engineering functions to handle two's complement
            -    Excel, Gnumeric and OpenOffice Calc compatibility flag for functions
                 Note, not all functions have yet been written to work with the Gnumeric and OpenOffice Calc compatibility flags
            -    1900 or 1904 Calendar flag for date functions
            -    Reworked ExcelToPHP date method to handle the Excel 1900 leap year
                 Note that this will not correctly return values prior to 13-Dec-1901 20:45:52 as this is the minimum value that PHP date serial values can handle. If you need to work with dates prior to this, then an ExcelToPHPObject method has been added which will work correctly with values between Excel's 1900 calendar base date of 1-Jan-1900, and 13-Dec-1901
            -    Addition of ExcelToPHPObject date method to return a PHP DateTime object from an Excel date serial value
            -    PHPToExcel method modified to accept either PHP date serial numbers or PHP DateTime objects
            -    Addition of FormattedPHPToExcel which will accept a date and time broken to into year, month, day, hour, minute, second and return an Excel date serial value
- Feature:  (MB) Work item 4485 - Control characters in Excel 2007
- Feature:  (MB) Work item 4796 - BaseDrawing::setWidthAndHeight method request
- Feature:  (MB) Work item 4798 - Page Setup -> Print Titles -> Sheet -> 'Rows to repeat at top'
- Feature:  (MB) Work item 4433 - Comment functionality
- Bugfix:   (MB) Work item 4124 - Undefined variable in PHPExcel_Writer_Serialized
- Bugfix:   (MB) Work item 4125 - Notice: Object of class PHPExcel_RichText could not be converted to int
- Bugfix:   (MB) Work item 4126 - Excel5Writer: utf8 string not converted to utf16
- Bugfix:   (MB) Work item 4180 - PHPExcel_RichText and autosize
- Bugfix:   (MB) Work item 4574 - Excel5Writer produces broken xls files after change mentioned in work item 4126
- Bugfix:   (MB) Work item 4797 - Small bug in PHPExcel_Reader_Excel2007 function _readStyle


2007/10/23 (v 1.5.0):
- General:  (MB) Work item 3265 - Refactor PHPExcel Drawing
- Feature:  (CS) Work item 3079 - Update Shared/OLE.php to latest version from PEAR
- Feature:  (MB) Work item 3217 - Excel2007 vs Excel2003 compatibility pack
- Feature:  (MB) Work item 3234 - Cell protection (lock/unlock)
- Feature:  (MB) Work item 3543 - Create clickable links (hyperlinks)
- Feature:  (MB) Work item 3241 - Additional page setup parameters
- Feature:  (MB) Work item 3300 - Make temporary file path configurable (Excel5)
- Feature:  (MB) Work item 3306 - Small addition to applyFromArray for font
- Feature:  (MB) Work item 3373 - Better feedback when save of file is not possible
- Bugfix:   (MB) Work item 3181 - Text Rotation
- Bugfix:   (MB) Work item 3237 - Small bug in Page Orientation
- Bugfix:   (MB) Work item 3812 - insertNewColumnBeforeByColumn undefined
- Bugfix:   (MB) Work item 3893 - Sheet references not working in formula (Excel5 Writer)


2007/08/23 (v 1.4.5):
- General:  (MB) Work item 3003 - Class file endings
- General:  (MB) Work item 3081 - Different calculation engine improvements
- General:  (MB) Work item 3082 - Different improvements in PHPExcel_Reader_Excel2007
- General:  (MB) Work item 3146 - Set XML indentation in PHPExcel_Writer_Excel2007
- Feature:  (MB) Work item 3159 -  Optionally store temporary Excel2007 writer data in file instead of memory
- Feature:  (MB) Work item 3063 - Implement show/hide gridlines
- Feature:  (MB) Work item 3064 - Implement option to read only data
- Feature:  (MB) Work item 3080 - Optionally disable formula precalculation
- Feature:  (MB) Work item 3154 - Explicitly set cell datatype
- Feature:  (MBaker) Work item 2346 - Implement more Excel calculation functions
             -    Addition of MINA, MAXA, COUNTA, AVERAGEA, MEDIAN, MODE, DEVSQ, STDEV, STDEVA, STDEVP, STDEVPA, VAR, VARA, VARP and VARPA Excel Functions
             -    Fix to SUM, PRODUCT, QUOTIENT, MIN, MAX, COUNT and AVERAGE functions when cell contains a numeric value in a string datatype, bringing it in line with MS Excel behaviour
- Bugfix:   (MB) Work item 2881 - File_exists on ZIP fails on some installations
- Bugfix:   (MB) Work item 2879 - Argument in textRotation should be -90..90
- Bugfix:   (MB) Work item 2883 - Excel2007 reader/writer not implementing OpenXML/SpreadsheetML styles 100% correct
- Bugfix:   (MB) Work item 2513 - Active sheet index not read/saved
- Bugfix:   (MB) Work item 2935 - Print and print preview of generated XLSX causes Excel2007 to crash
- Bugfix:   (MB) Work item 2952 - Error in Calculations - COUNT() function
- Bugfix:   (MB) Work item 3002 - HTML and CSV writer not writing last row
- Bugfix:   (MB) Work item 3017 - Memory leak in Excel5 writer
- Bugfix:   (MB) Work item 3044 - Printing (PHPExcel_Writer_Excel5)
- Bugfix:   (MB) Work item 3046 - Problems reading zip://
- Bugfix:   (MB) Work item 3047 - Error reading conditional formatting
- Bugfix:   (MB) Work item 3067 - Bug in Excel5 writer (storePanes)
- Bugfix:   (MB) Work item 3077 - Memory leak in PHPExcel_Style_Color


2007/07/23 (v 1.4.0):
- General:  (MB) Work item 2687 - Coding convention / code cleanup
- General:  (MB) Work item 2717 - Use set_include_path in tests
- General:  (MB) Work item 2812 - Move PHPExcel_Writer_Excel5 OLE to PHPExcel_Shared_OLE
- Feature:  (MB) Work item 2679 - Hide/Unhide Column or Row
- Feature:  (MB) Work item 2271 - Implement multi-cell styling
- Feature:  (MB) Work item 2720 - Implement CSV file format (reader/writer)
- Feature:  (MB) Work item 2845 - Implement HTML file format
- Bugfix:   (MB) Work item 2513 - Active sheet index not read/saved
- Bugfix:   (MB) Work item 2678 - Freeze Panes with PHPExcel_Writer_Excel5
- Bugfix:   (MB) Work item 2680 - OLE.php
- Bugfix:   (MB) Work item 2736 - Copy and pasting multiple drop-down list cells breaks reader
- Bugfix:   (MB) Work item 2775 - Function setAutoFilterByColumnAndRow takes wrong arguments
- Bugfix:   (MB) Work item 2858 - Simplexml_load_file fails on ZipArchive


2007/06/27 (v 1.3.5):
- General:  (MB) Work item 15   - Documentation
- Feature:  (JV) PHPExcel_Writer_Excel5
- Feature:  (JV) PHPExcel_Reader_Excel2007: Image shadows
- Feature:  (MB) Work item 2385 - Data validation
- Feature:  (MB) Work item  187 - Implement richtext strings
- Bugfix:   (MB) Work item 2443 - Empty relations when adding image to any sheet but the first one
- Bugfix:   (MB) Work item 2536 - Excel2007 crashes on print preview


2007/06/05 (v 1.3.0):
- General:  (MB) Work item 1942 - Create PEAR package
- General:  (MB) Work item 2331 - Replace *->duplicate() by __clone()
- Feature:  (JV) PHPExcel_Reader_Excel2007: Column auto-size, Protection, Merged cells, Wrap text, Page breaks, Auto filter, Images
- Feature:  (MB) Work item 245  - Implement "freezing" panes
- Feature:  (MB) Work item 2273 - Cell addressing alternative
- Feature:  (MB) Work item 2270 - Implement cell word-wrap attribute
- Feature:  (MB) Work item 2282 - Auto-size column
- Feature:  (MB) Work item 241  - Implement formula calculation
- Feature:  (MB) Work item 2375 - Insert/remove row/column
- Bugfix:   (MB) Work item 1931 - PHPExcel_Worksheet::getCell() should not accept absolute coordinates
- Bugfix:   (MB) Work item 2272 - Cell reference without row number
- Bugfix:   (MB) Work item 2276 - Styles with same coordinate but different worksheet
- Bugfix:   (MB) Work item 2290 - PHPExcel_Worksheet->getCellCollection() usort error
- Bugfix:   (SS) Work item 2353 - Bug in PHPExcel_Cell::stringFromColumnIndex
- Bugfix:   (JV) Work item 2353 - Reader: numFmts can be missing, use cellStyleXfs instead of cellXfs in styles


2007/04/26 (v 1.2.0):
- General:  (MB) Stringtable attribute "count" not necessary, provides wrong info to Excel sometimes...
- General:  (MB) Updated tests to address more document properties
- General:  (MB) Some refactoring in PHPExcel_Writer_Excel2007_Workbook
- General:  (MB) New package: PHPExcel_Shared
- General:  (MB) Password hashing algorithm implemented in PHPExcel_Shared_PasswordHasher
- General:  (MB) Moved pixel conversion functions to PHPExcel_Shared_Drawing
- General:  (MB) Work item 244 - Switch over to LGPL license
- General:  (MB) Work item 5 - Include PHPExcel version in file headers
- Feature:  (MB) Work item 6 - Autofilter
- Feature:  (MB) Work item 7 - Extra document property: keywords
- Feature:  (MB) Work item 8 - Extra document property: category
- Feature:  (MB) Work item 9 - Document security
- Feature:  (MB) Work item 10 - PHPExcel_Writer_Serialized and PHPExcel_Reader_Serialized
- Feature:  (MB) Work item 11 - Alternative syntax: Addressing a cell
- Feature:  (MB) Work item 12 - Merge cells
- Feature:  (MB) Work item 13 - Protect ranges of cells with a password
- Bugfix:   (JV) Work item 14 - (style/fill/patternFill/fgColor or bgColor can be empty)


2007/03/26 (v 1.1.1):
- Bugfix:   (MB) Work item 1250 - Syntax error in "Classes/PHPExcel/Writer/Excel2007.php" on line 243
- General:  (MB) Work item 1282 - Reader should check if file exists and throws an exception when it doesn't


2007/03/22 (v 1.1.0):
- Changed filenames of tests
- Bugfix:   (MB) Work item 836 - Style information lost after passing trough Excel2007_Reader
- Bugfix:   (MB) Work item 913 - Number of columns > AZ fails fixed in PHPExcel_Cell::columnIndexFromString
- General:  (MB) Added a brief file with installation instructions
- Feature:  (MB) Page breaks (horizontal and vertical)
- Feature:  (MB) Image shadows



2007/02/22 (v 1.0.0):
- Changelog now includes developer initials
- Bugfix:   (JV) PHPExcel->removeSheetByIndex now re-orders sheets after deletion, so no array indexes are lost
- Bugfix:   (JV) PHPExcel_Writer_Excel2007_Worksheet::_writeCols() used direct assignment to $pSheet->getColumnDimension('A')->Width instead of $pSheet->getColumnDimension('A')->setWidth()
- Bugfix:   (JV) DocumentProperties used $this->LastModifiedBy instead of $this->_lastModifiedBy.
- Bugfix:   (JV) Only first = should be removed when writing formula in PHPExcel_Writer_Excel2007_Worksheet.
- General:  (JV) Consistency of method names to camelCase
- General:  (JV) Updated tests to match consistency changes
- General:  (JV) Detection of mime-types now with image_type_to_mime_type()
- General:  (JV) Constants now hold string value used in Excel 2007
- General:  (MB) Fixed folder name case (WorkSheet -> Worksheet)
- Feature:  (MB) PHPExcel classes (not the Writer classes) can be duplicated, using a duplicate() method.
- Feature:  (MB) Cell styles can now be duplicated to a range of cells using PHPExcel_Worksheet->duplicateStyle()
- Feature:  (MB) Conditional formatting
- Feature:  (JV) Reader for Excel 2007 (not supporting full specification yet!)



2007/01/31 (v 1.0.0 RC):
- Project name has been changed to PHPExcel
- Project homepage is now http://www.codeplex.com/PHPExcel
- Started versioning at number: PHPExcel 1.0.0 RC



2007/01/22:
- Fixed some performance issues on large-scale worksheets (mainly loops vs. indexed arrays)
- Performance on creating StringTable has been increased
- Performance on writing Excel2007 worksheet has been increased



2007/01/18:
- Images can now be rotated
- Fixed bug: When drawings have full path specified, no mime type can be deducted
- Fixed bug: Only one drawing can be added to a worksheet



2007/01/12:
- Refactoring of some classes to use ArrayObject instead of array()
- Cell style now has support for number format (i.e. #,##0)
- Implemented embedding images



2007/01/02:
- Cell style now has support for fills, including gradient fills
- Cell style now has support for fonts
- Cell style now has support for border colors
- Cell style now has support for font colors
- Cell style now has support for alignment



2006/12/21:
- Support for cell style borders
- Support for cell styles
- Refactoring of Excel2007 Writer into multiple classes in package SpreadSheet_Writer_Excel2007
- Refactoring of all classes, changed public members to public properties using getter/setter
- Worksheet names are now unique. On duplicate worksheet names, a number is appended.
- Worksheet now has parent SpreadSheet object
- Worksheet now has support for page header and footer
- Worksheet now has support for page margins
- Worksheet now has support for page setup (only Paper size and Orientation)
- Worksheet properties now accessible by using getProperties()
- Worksheet now has support for row and column dimensions (height / width)
- Exceptions thrown have a more clear description



Initial version:
- Create a Spreadsheet object
- Add one or more Worksheet objects
- Add cells to Worksheet objects
- Export Spreadsheet object to Excel 2007 OpenXML format
- Each cell supports the following data formats: string, number, formula, boolean.

File

vendor/phpoffice/phpexcel/changelog.txt
View source
  1. **************************************************************************************
  2. * PHPExcel
  3. *
  4. * Copyright (c) 2006 - 2014 PHPExcel
  5. *
  6. * This library is free software; you can redistribute it and/or
  7. * modify it under the terms of the GNU Lesser General Public
  8. * License as published by the Free Software Foundation; either
  9. * version 2.1 of the License, or (at your option) any later version.
  10. *
  11. * This library is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. * Lesser General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU Lesser General Public
  17. * License along with this library; if not, write to the Free Software
  18. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  19. *
  20. * @copyright Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
  21. * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
  22. * @version 1.8.1, 2015-04-30
  23. **************************************************************************************
  24. 2015-04-30 (v1.8.1):
  25. - Bugfix: (goncons) Work Item GH-397 - Fix for Writing an Open Document cell with non-numeric formula
  26. - Bugfix: (sarciszewski) Work Item GH-329 - Avoid potential divide by zero in basedrawing
  27. - Bugfix: (ymaerschalck) Work Item GH-405 - XML External Entity (XXE) Processing, different behaviour between simplexml_load_string() and simplexml_load_file().
  28. - Bugfix: (MBaker) - Fix to ensure that current cell is maintained when executing formula calculations
  29. - Bugfix: (MBaker) Work Item GH-350 - Keep/set the value on Reader _loadSheetsOnly as NULL, courtesy of Restless-ET
  30. - Bugfix: (MBaker) Work Item CP18105 - Loading an Excel 2007 spreadsheet throws an "Autofilter must be set on a range of cells" exception
  31. - Bugfix: (MBaker) Work Item GH-388 - Fix to autoloader registration for backward compatibility with PHP 5.2.0 not accepting the prepend flag
  32. - Bugfix: (MBaker) Work Item GH-384 - DOM loadHTMLFile() failing with options flags when using PHP < 5.4.0
  33. - Bugfix: (MBaker) - Fix for percentage operator in formulae for BIFF Writer
  34. - Bugfix: (MBaker) - Fix to getStyle() call for cell object
  35. - Bugfix: (MBaker) - Discard Autofilters in Excel2007 Reader when filter range isn't a valid range
  36. - Bugfix: (frozenstupidity) Work Item GH-423 - Fix invalid NA return in VLOOKUP
  37. - Bugfix: (wiseloren) Work Item CP21454 - "No Impact" conditional formatting fix for NumberFormat
  38. - Bugfix: (bobwitlox) Work Item GH-467 - Bug in Excel2003XML reader, parsing merged cells
  39. - Bugfix: (MBaker) Work Item GH-302 - Fix for CEIL() and FLOOR() when number argument is zero
  40. - Bugfix: (MBaker) - Remove cells cleanly when calling RemoveRow() or RemoveColumn()
  41. - General: (MBaker) - Small performance improvement for autosize columns
  42. - General: (frost-nzcr4) Work Item GH-379 - Change the getter/setter for zeroHeight to camel case
  43. - General: (MBaker) Work Item GH-394 - DefaultValueBinder is too much aggressive when converting string to numeric
  44. - General: (MBaker) - Default precalculate formulas to false for writers
  45. - General: (MBaker) - Set default Cyclic Reference behaviour to 1 to eliminate exception when using a single cyclic iteration in formulae
  46. - General: (MBaker) Work Item GH-396 - Some Excel writer libraries erroneously use Codepage 21010 for UTF-16LE
  47. - Feature: (WiktrzGE) Work Item GH-404 - Methods to manage most of the existing options for Chart Axis, Major Grid-lines and Minor Grid-lines
  48. - Feature: (frost-nzcr4) Work Item GH-403 - ODS read/write comments in the cell
  49. - Feature: (CQD) Work Item GH-389 - Additional Mac CJK codepage definitions
  50. - Feature: (bolovincev) Work Item GH-269 - Update Worksheet.php getStyleByColumnAndRow() to allow a range of cells rather than just a single cell
  51. - Feature: (MBaker) - New methods added for testing cell status within merge groups
  52. - Feature: (cifren/MBaker) Work Item GH-205 - Handling merge cells in HTML Reader
  53. - Feature: (MBaker) - Helper to convert basic HTML markup to a Rich Text object
  54. - Feature: (MBaker) - Improved Iterators
  55. New Column Iterator
  56. Support for row and column ranges
  57. Improved handling for next/prev
  58. - Security: (MBaker) - XML filescan in XML-based Readers to prevent XML Entity Expansion (XEE)
  59. (see http://projects.webappsec.org/w/page/13247002/XML%20Entity%20Expansion for an explanation of XEE injection) attacks
  60. Reference CVE-2015-3542 - Identification of problem courtesy of Dawid Golunski (Pentest Ltd.)
  61. 2014-03-02 (v1.8.0):
  62. - Bugfix: (MBaker) Work item CP19830 - Undefined variable: fileHandle in CSV Reader
  63. - Bugfix: (MBaker) Work item CP19968 - Out of memory in style/supervisor.php
  64. - Bugfix: (MBaker) - Style error with merged cells in PDF Writer
  65. - Bugfix: (MBaker) - Problem with cloning worksheets
  66. - Bugfix: (tavoarcila) Work Item GH-259 - Bug fix reading Open Office files
  67. - Bugfix: (MBaker) Work item CP20397 - Serious bug in absolute cell reference used in shared formula
  68. Would also have affected insert/delete column/row
  69. - Bugfix: (RomanSyroeshko) Work Item GH-267 - CHOOSE() returns "#VALUE!" if the 1st entry is chosen
  70. - Bugfix: (Gemorroj) Work Item GH-268 - When duplicating styles, styles shifted by one column to the right
  71. Fix also applied to duplicating conditional styles
  72. - Bugfix: (IndrekHaav) Work Item GH-212 - Fix for formulae that reference a sheet whose name begins with a digit:
  73. these were erroneously identified as numeric values, causing the parser to throw an undefined variable error.
  74. - Bugfix: (IndrekHaav) Work Item CP16208 - Fixed undefined variable error due to $styleArray being used before it's initialised
  75. - Bugfix: (PowerKiKi) Work Item GH-273 - ISTEXT() return wrong result if referencing an empty but formatted cell
  76. - Bugfix: (PowerKiKi) Work Item GH-270/GH-31 - Binary comparison of strings are case insensitive
  77. - Bugfix: (MBaker) Work Item GH-275 - Insert New Row/Column Before is not correctly updating formula references
  78. - Bugfix: (MBaker) Work Item GH-257 - Passing an array of cells to _generateRow() in the HTML/PDF Writer causes caching problems with last cell in the range
  79. - Bugfix: (MBaker) Work Item GH-193 - Fix to empty worksheet garbage collection when using cell caching
  80. - Bugfix: (Jazzo) Work Item GH-248 - Excel2007 does not correctly mark rows as hidden
  81. - Bugfix: (Roy Shahbazian) Work Item GH-299 - Fixed typo in Chart/Layout set/getYMode()
  82. - Bugfix: (EliuFlorez) Work item GH-279 - Fatal error: Call to a member function cellExists() line: 3327 in calculation.php if referenced worksheet doesn't exist
  83. - Bugfix: (MBaker) Work Item GH-290 - AdvancedValueBinder "Division by zero"-error
  84. - Bugfix: (MBaker) Work Item CP20604 - Adding Sheet to Workbook Bug
  85. - Bugfix: (MBaker) Work item CP20703 - Calculation engine incorrectly evaluates empty cells as #VALUE
  86. - Bugfix: (MBaker) Work item CP20760 - Formula references to cell on another sheet in ODS files
  87. - Bugfix: (MBaker) Work item GH321,GH158,CP17824 - LibreOffice created XLSX files results in an empty file.
  88. - Feature: (amerov) - Implementation of the Excel HLOOKUP() function
  89. - Feature: (MBaker) - Added "Quote Prefix" to style settings (Excel2007 Reader and Writer only)
  90. - Feature: (MBaker) - Added Horizontal FILL alignment for Excel5 and Excel2007 Readers/Writers, and Horizontal DISTRIBUTED alignment for Excel2007 Reader/Writer
  91. - Feature: (trvrnrth) Work Item GH-261 - Add support for reading protected (RC4 encrypted) .xls files
  92. - Feature: (LWol) Work Item GH-252 - Adding support for macros, Ribbon in Excel 2007
  93. - General: (cdhutch) Work item CP20055 - Remove array_shift in ReferenceHelper::insertNewBefore improves column or row delete speed
  94. - General: (MBaker) - Improve stock chart handling and rendering, with help from Swashata Ghosh
  95. - General: (MBaker) - Fix to calculation properties for Excel2007 so that the opening application will only recalculate on load if it's actually required
  96. - General: (MBaker) - Modified Excel2007 Writer to default preCalculateFormulas to false
  97. Note that autosize columns will still recalculate affected formulae internally
  98. - General: (dresenhista) Work Item GH-242 - Functionality to getHighestRow() for a specified column, and getHighestColumn() for a specified row
  99. - General: (adamriyadi) Work Item GH-247 - Modify PHPExcel_Reader_Excel2007 to use zipClass from PHPExcel_Settings::getZipClass()
  100. This allows the use of PCLZip when reading for people that don't have access to ZipArchive
  101. - General: (infojunkie) Work Item GH-276 - Convert properties to string in OOCalc reader
  102. - Security: (maartenba) Work Item GH-322 - Disable libxml external entity loading by default.
  103. This is to prevent XML External Entity Processing (XXE) injection attacks (see http://websec.io/2012/08/27/Preventing-XEE-in-PHP.html for an explanation of XXE injection).
  104. Reference CVE-2014-2054
  105. 2013-06-02 (v1.7.9):
  106. - Feature: (MBaker) Include charts option for HTML Writer
  107. - Feature: (MBaker) Added composer file
  108. - Feature: (MBaker) Added getStyle() method to Cell object
  109. - Bugfix: (Asker) Work item 18777 - Error in PHPEXCEL/Calculation.php script on line 2976 (stack pop check)
  110. - Bugfix: (MBaker) Work item 18794 - CSV files without a file extension being identified as HTML
  111. - Bugfix: (AndreKR) Work item GH-66 - Wrong check for maximum number of rows in Excel5 Writer
  112. - Bugfix: (MBaker) Work item GH-67 - Cache directory for DiscISAM cache storage cannot be set
  113. - Bugfix: (MBaker) Work item 17976 - Fix to Excel2007 Reader for hyperlinks with an anchor fragment (following a #), otherwise they were treated as sheet references
  114. - Bugfix: (MBaker) Work item 18963 - getSheetNames() fails on numeric (floating point style) names with trailing zeroes
  115. - Bugfix: (MBaker) Work item GH-130 - Single cell print area
  116. - General: (kea) Work item GH-69 - Improved AdvancedValueBinder for currency
  117. - General: (MBaker) Work items 17936 and 17840 - Fix for environments where there is no access to /tmp but to upload_tmp_dir
  118. 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
  119. - General: (amironov ) Work item GH-84 - Search style by identity in PHPExcel_Worksheet::duplicateStyle()
  120. - General: (karak) Work item GH-85 - Fill SheetView IO in Excel5
  121. - General: (cfhay) Work item 18958 - Memory and Speed improvements in PHPExcel_Reader_Excel5
  122. - General: (MBaker) Work item GH-78 - Modify listWorksheetNames() and listWorksheetInfo to use XMLReader with streamed XML rather than SimpleXML
  123. - General: (dbonsch) Restructuring of PHPExcel Exceptions
  124. - General: (MBaker) Work items 16926 and 15145 - Refactor Calculation Engine from singleton to a Multiton
  125. Ensures that calculation cache is maintained independently for different workbooks
  126. - General: (MBaker) Modify cell's getCalculatedValue() method to return the content of RichText objects rather than the RichText object itself
  127. - Bugfix: (techhead) Work item GH-70 - Fixed formula/formatting bug when removing rows
  128. - Bugfix: (alexgann) Work item GH-63 - Fix to cellExists for non-existent namedRanges
  129. - Bugfix: (MBaker) Work item 18844 - cache_in_memory_gzip "eats" last worksheet line, cache_in_memory doesn't
  130. - Feature: (Progi1984) Work item GH-22 - Sheet View in Excel5 Writer
  131. - Bugfix: (amironov) Work item GH-82 - PHPExcel_Worksheet::getCellCollection() may not return last cached cell
  132. - Bugfix: (teso) Work item 18551 - Rich Text containing UTF-8 characters creating unreadable content with Excel5 Writer
  133. - Bugfix: (MBaker) Work item GH-104 - echo statements in HTML.php
  134. - Feature: (Progi1984) Work item GH-8/CP11704 : Conditional formatting in Excel 5 Writer
  135. - Bugfix: (MBaker) Work item GH-113 - canRead() Error for GoogleDocs ODS files: in ODS files from Google Docs there is no mimetype file
  136. - Bugfix: (MBaker) Work item GH-80 - "Sheet index is out of bounds." Exception
  137. - Bugfix: (ccorliss) Work item GH-105 - Fixed number format fatal error
  138. - Bugfix: (MBaker) - Add DROP TABLE in destructor for SQLite and SQLite3 cache controllers
  139. - Bugfix: (alexgann) Work item GH-154 - Fix merged-cell borders on HTML/PDF output
  140. - Bugfix: (Shanto) Work item GH-161 - Fix: Hyperlinks break when removing rows
  141. - Bugfix: (neclimdul) Work item GH-166 - Fix Extra Table Row From Images and Charts
  142. 2012-10-12 (v1.7.8):
  143. - Special: (kkamkou) Phar builder script to add phar file as a distribution option
  144. - Feature: (MBaker) Refactor PDF Writer to allow use with a choice of PDF Rendering library
  145. rather than restricting to tcPDF
  146. Current options are tcPDF, mPDF, DomPDF
  147. tcPDF Library has now been removed from the deployment bundle
  148. - Feature: (MBaker) Initial version of HTML Reader
  149. - Feature: (Progi1984) & (blazzy) Work items 9605 - Implement support for AutoFilter in PHPExcel_Writer_Excel5
  150. - Feature: (MBaker) Modified ERF and ERFC Engineering functions to accept Excel 2010's modified acceptance of negative arguments
  151. - Feature: (k1LoW) Support SheetView `view` attribute (Excel2007)
  152. - Feature: (MBaker) Excel compatibility option added for writing CSV files
  153. While Excel 2010 can read CSV files with a simple UTF-8 BOM, Excel2007 and earlier require UTF-16LE encoded tab-separated files.
  154. The new setExcelCompatibility(TRUE) option for the CSV Writer will generate files with this formatting for easy import into Excel2007 and below.
  155. - Feature: (MBaker) Language implementations for Turkish (tr)
  156. - Feature: (MBaker) Added fraction tests to advanced value binder
  157. - Feature: (MBaker) Allow call to font setUnderline() for underline format to specify a simple boolean for UNDERLINE_NONE or UNDERLINE_SINGLE
  158. - General: (alexgann) Add Currency detection to the Advanced Value Binder
  159. - General: (MBaker) Work item 18404 - setCellValueExplicitByColumnAndRow() do not return PHPExcel_Worksheet
  160. - General: (MBaker) Work item 18324 - Reader factory doesn't read anymore XLTX and XLT files
  161. - General: (MBaker) Magic __toString() method added to Cell object to return raw data value as a string
  162. - General: (alexgann) Add cell indent to html rendering
  163. - General: (Raghav1981) ZeroHeight for rows in sheet format
  164. - Bugfix: (cyberconte) Patch 12318 - OOCalc cells containing inside the tag
  165. - Bugfix: (schir1964) Fix to listWorksheetInfo() method for OOCalc Reader
  166. - Bugfix: (MBaker) Support for "e" (epoch) date format mask
  167. Rendered as a 4-digit CE year in non-Excel outputs
  168. - Bugfix: (MBaker) Work items 15799 and 18278 - Background color cell is always black when editing cell
  169. - Bugfix: (MBaker) Work items 15905 and 18183 - Allow "no impact" to formats on Conditional Formatting
  170. - Bugfix: (wackonline) OOCalc Reader fix for NULL cells
  171. - Bugfix: (seltzlab) Fix to excel2007 Chart Writer when a $plotSeriesValues is empty
  172. - Bugfix: (MBaker) Various fixes to Chart handling
  173. - Bugfix: (MBaker) Work item 18370 - Error loading xlsx file with column breaks
  174. - Bugfix: (MBaker) OOCalc Reader now handles percentage and currency data types
  175. - Bugfix: (MBaker) Work Item 18415 - mb_stripos empty delimiter
  176. - Bugfix: (takaakik) Work Item 15455 - getNestingLevel() Error on Excel5 Read
  177. - Bugfix: (MBaker) Fix to Excel5 Reader when cell annotations are defined before their referenced text objects
  178. - Bugfix: (MBaker) OOCalc Reader modified to process number-rows-repeated
  179. - Bugfix: (MBaker) Work item 18377 - Chart Title compatibility on Excel 2007
  180. - Bugfix: (MBaker) Work item 18146 - Chart Refresh returning cell reference rather than values
  181. - Bugfix: (MBaker) Work item 18145 - Autoshape being identified in twoCellAnchor when includeCharts is TRUE triggering load error
  182. - Bugfix: (MBaker) Work item 18325 - v-type texts for series labels now recognised and parsed correctly
  183. - Bugfix: (wolf5x) Work item 18492 - load file failed if the file has no extensionType
  184. - Bugfix: (dverspui) Pattern fill colours in Excel2007 Style Writer
  185. - Bugfix: (MBaker) Excel2007 Writer order of font style elements to conform with Excel2003 using compatibility pack
  186. - Bugfix: (MBaker) Work item 18425 - Problems with $_activeSheetIndex when decreased below 0.
  187. - Bugfix: (MBaker) Work item 18597 - PHPExcel_CachedObjectStorage_SQLite3::cacheMethodIsAvailable() uses class_exists - autoloader throws error
  188. - Bugfix: (MBaker) Work item 18598 - Cannot access private property PHPExcel_CachedObjectStorageFactory::$_cacheStorageMethod
  189. - Bugfix: (MBaker) Work item 18397 - Data titles for charts
  190. PHPExcel_Chart_Layout now has methods for getting/setting switches for displaying/hiding chart data labels
  191. - Bugfix: (MBaker) Discard single cell merge ranges when reading (stupid that Excel allows them in the first place)
  192. - Bugfix: (MBaker) Discard hidden autoFilter named ranges
  193. 2012-05-19 (v1.7.7):
  194. - Bugfix: (Progi1984) Work item 8916 - Support for Rich-Text in PHPExcel_Writer_Excel5
  195. - Bugfix: (cyberconte) Work item 17471 - OOCalc cells contain same data bug?
  196. - Feature: (schir1964) listWorksheetInfo() method added to Readers... courtesy of Christopher Mullins
  197. - Feature: (MBaker) Options for cell caching using Igbinary and SQLite/SQlite3.
  198. - Feature: (MBaker) Additional row iterator options: allow a start row to be defined in the constructor; seek(), and prev() methods added.
  199. - Feature: (Progi1984) Work item 9759 - Implement document properties in Excel5 writer
  200. - Feature: (MBaker) Work item 16 - Implement chart functionality (EXPERIMENTAL)
  201. Initial definition of chart objects.
  202. Reading Chart definitions through the Excel2007 Reader
  203. Facility to render charts to images using the 3rd-party jpgraph library
  204. Writing Charts using the Excel2007 Writer
  205. - General: (MBaker) Fix to build to ensure that Examples are included with the documentation
  206. - General: (MBaker) Reduce cell caching overhead using dirty flag to ensure that cells are only rewritten to the cache if they have actually been changed
  207. - General: (MBaker) Improved memory usage in CSV Writer
  208. - General: (MBaker) Improved speed and memory usage in Excel5 Writer
  209. - General: (MBaker) Experimental -
  210. Added getHighestDataColumn(), getHighestDataRow(), getHighestRowAndColumn() and calculateWorksheetDataDimension() methods for the worksheet that return the highest row and column that have cell records
  211. - General: (MBaker) Change iterators to implement Iterator rather than extend CachingIterator, as a fix for PHP 5.4. changes in SPL
  212. - Bugfix: (MBaker) Work item 15459 - Invalid cell coordinate in Autofilter for Excel2007 Writer
  213. - Bugfix: (MBaker) Work item 15518 - PCLZip library issue
  214. - Bugfix: (MBaker) Work item 15537 - Excel2007 Reader canRead function bug
  215. - Bugfix: (MBaker) Support for Excel functions whose return can be used as either a value or as a cell reference depending on its context within a formula
  216. - Bugfix: (gilles06) Work item 15707 - ini_set() call in Calculation class destructor
  217. - Bugfix: (MBaker) Work item 15786 - RangeToArray strange array keys
  218. - Bugfix: (MBaker) Work item 15762 - INDIRECT() function doesn't work with named ranges
  219. - Bugfix: (MBaker) Locale-specific fix to text functions when passing a boolean argument instead of a string
  220. - Bugfix: (MBaker) Work item 16246 - reader/CSV fails on this file
  221. auto_detect_line_endings now set in CSV reader
  222. - Bugfix: (MBaker) Work item 16212 - $arguments improperly used in CachedObjectStorage/PHPTemp.php
  223. - Bugfix: (MBaker) Work item 16643 - Bug In Cache System (cell reference when throwing caching errors)
  224. - Bugfix: (MBaker) Work item 16895 - PHP Invalid index notice on writing excel file when active sheet has been deleted
  225. - Bugfix: (MBaker) Work item 16956 - External links in Excel2010 files cause Fatal error
  226. - Bugfix: (MBaker) Work item 16960 - Previous calculation engine error conditions trigger cyclic reference errors
  227. - Bugfix: (mkopinsky) Work item 16266 - PHPExcel_Style::applyFromArray() returns null rather than style object in advanced mode
  228. - Bugfix: (fauvel) Work item 16958 - Cell::getFormattedValue returns RichText object instead of string
  229. - Bugfix: (MBaker) Work item 17166 - Indexed colors do not refer to Excel's indexed colors?
  230. - Bugfix: (MBaker) Work item 17199 - Indexed colors should be consistent with Excel and start from 1 (current index starts at 0)
  231. - Bugfix: (MBaker) Work item 17262 - Named Range definition in .xls when sheet reeference is quote wrapped
  232. - Bugfix: (MBaker) Work item 17403 - duplicateStyle() method doesn't duplicate conditional formats
  233. Added an equivalent duplicateConditionalStyle() method for duplicating conditional styles
  234. - Bugfix: (bnr) Work item 17501 - =sumproduct(A,B) <> =sumproduct(B,A) in xlsx
  235. - Bugfix: (Progi1984) Work item 8916 - Support for Rich-Text in PHPExcel_Writer_Excel5
  236. - General: (MBaker) Work item 15405 - Two easy to fix Issues concerning PHPExcel_Token_Stack (l10n/UC)
  237. - General: (MBaker) Work item 15461 - Locale file paths not fit for windows
  238. - General: (MBaker) Work item 16643 - Add file directory as a cache option for cache_to_discISAM
  239. - General: (MBaker) Work item 16923 - Datatype.php & constant TYPE_NULL
  240. - General: (MBaker) Ensure use of system temp directory for all temporary work files, unless explicitly specified
  241. - General: (char101) Work item 16359 - [Patch] faster stringFromColumnIndex()
  242. - General: (whit1206) Work item 16028 - Fix for projects that still use old autoloaders
  243. - General: (atz) Work item 17024 - Unknown codepage: 10007
  244. Additional Mac codepages
  245. 2011-02-27 (v1.7.6):
  246. - Feature: (MBaker) Provide option to use PCLZip as an alternative to ZipArchive.
  247. This allows the writing of Excel2007 files, even without ZipArchive enabled (it does require zlib), or when php_zip is one of the buggy PHP 5.2.6 or 5.2.8 versions
  248. It can be enabled using PHPExcel_Settings::setZipClass(PHPExcel_Settings::PCLZIP);
  249. Note that it is not yet implemented as an alternative to ZipArchive for those Readers that are extracting from zips
  250. - Feature: (MBaker) Work item 14979 - Added listWorksheetNames() method to Readers that support multiple worksheets in a workbook, allowing a user to extract a list of all the worksheet names from a file without parsing/loading the whole file.
  251. - Feature: (MBaker) Speed boost and memory reduction in the Worksheet toArray() method.
  252. - Feature: (MBaker) Added new rangeToArray() and namedRangeToArray() methods to the PHPExcel_Worksheet object.
  253. 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.
  254. Modified the toArray() method so that it actually uses rangeToArray().
  255. - Feature: (MBaker) Added support for cell comments in the OOCalc, Gnumeric and Excel2003XML Readers, and in the Excel5 Reader
  256. - Feature: (MBaker) Improved toFormattedString() handling for Currency and Accounting formats to render currency symbols
  257. - Feature: (MBaker) Work Item 2346 - Implement more Excel calculation functions
  258. Implemented the DAVERAGE(), DCOUNT(), DCOUNTA(), DGET(), DMAX(), DMIN(), DPRODUCT(), DSTDEV(), DSTDEVP(), DSUM(), DVAR() and DVARP() Database functions
  259. - Bugfix: (MBaker) Work item 14888 - Simple =IF() formula disappears
  260. - Bugfix: (MBaker) Work item 14898 - PHP Warning: preg_match(): Compilation failed: PCRE does not support \\L, \\l, \\N, \\P, \\p, \\U, \\u, or \\X
  261. - Bugfix: (MBaker) Work item 14901 - VLOOKUP choking on parameters in PHPExcel.1.7.5/PHPExcel_Writer_Excel2007
  262. - Bugfix: (MBaker) Work item 14973 - PHPExcel_Cell::isInRange() incorrect results - offset by one column
  263. - Bugfix: (MBaker) Treat CodePage of 0 as CP1251 (for .xls files written by applications that don't set the CodePage correctly, such as Apple Numbers)
  264. - Bugfix: (MB) Work item 11583 - Need method for removing autoFilter
  265. - Bugfix: (MBaker) Work item 15029 - coordinateFromString throws exception for rows greater than 99,999
  266. - Bugfix: (MBaker) Work item 14999 - PHPExcel Excel2007 Reader colour problems with solidfill
  267. - Bugfix: (MBaker) Work item 13215 - Formatting get lost and edit a template XLSX file
  268. - Bugfix: (MBaker) Work item 14029 - Excel 2007 Reader /writer lost fontcolor
  269. - Bugfix: (MBaker) Work item 13374 - file that makes cells go black
  270. - Bugfix: (MBaker) Minor patchfix for Excel2003XML Reader when XML is defined with a charset attribute
  271. - Bugfix: (MBaker) Work item 15089 - PHPExcel_Worksheet->toArray() index problem
  272. - Bugfix: (MBaker) Work item 15094 - Merge cells 'un-merge' when using an existing spreadsheet
  273. - Bugfix: (MBaker) Work item 15129 - Worksheet fromArray() only working with 2-D arrays
  274. - Bugfix: (xkeshav) Work item 15172 - rangeToarray function modified for non-existent cells
  275. - Bugfix: (MBaker) Work item 14980 - Images not getting copyied with the ->clone function
  276. - Bugfix: (MBaker) Work item 11576 - AdvancedValueBinder.php: String sometimes becomes a date when it shouldn't
  277. - Bugfix: (MBaker) Fix Excel5 Writer so that it only writes column dimensions for columns that are actually used rather than the full range (A to IV)
  278. - Bugfix: (MBaker) Work item 15198 - FreezePane causing damaged or modified error
  279. The freezePaneByColumnAndRow() method row argument should default to 1 rather than 0.
  280. Default row argument for all __ByColumnAndRow() methods should be 1
  281. - Bugfix: (MBaker) Work item 15121 - Column reference rather than cell reference in Print Area definition
  282. Fix Excel2007 Writer to handle print areas that are defined as row or column ranges rather than just as cell ranges
  283. - Bugfix: (MBaker) Reduced false positives from isDateTimeFormatCode() method by suppressing testing within quoted strings
  284. - Bugfix: (MBaker) Work item 15312 - Caching and tmp partition exhaustion
  285. - Bugfix: (MBaker) Work item 15308 - Writing to Variable No Longer Works. $_tmp_dir Missing in PHPExcel\PHPExcel\Shared\OLE\PPS\Root.php
  286. - Bugfix: (MBaker) Work item 15379 - Named ranges with dot don't get parsed properly
  287. - Bugfix: (MBaker) Work item 15096 - insertNewRowBefore fails to consistently update references
  288. - Bugfix: (MBaker) "i" is not a valid character for Excel date format masks (in isDateTimeFormatCode() method)
  289. - Bugfix: (MKunert) Work item 15421 - PHPExcel_ReferenceHelper::insertNewBefore() is missing an 'Update worksheet: comments' section
  290. - Bugfix: (MBaker) Work item 15409 - Full column/row references in named ranges not supported by updateCellReference()
  291. - General: (MBaker) Improved performance (speed), for building the Shared Strings table in the Excel2007 Writer.
  292. - General: (MBaker) Improved performance (speed), for PHP to Excel date conversions
  293. - General: (MBaker) Enhanced SheetViews element structures in the Excel2007 Writer for frozen panes.
  294. - General: (MBaker) Removed Serialized Reader/Writer as these no longer work.
  295. 2010-12-10 (v1.7.5):
  296. - Feature: (MBaker) Work item 8769 - Implement Gnumeric File Format
  297. Initial work on Gnumeric Reader (Worksheet Data, Document Properties and basic Formatting)
  298. - Feature: (MBaker) (incorporating part of Workitem 9759) - Support for Extended Workbook Properties in Excel2007, Excel5 and OOCalc Readers; support for User-defined Workbook Properties in Excel2007 and OOCalc Readers
  299. - Feature: (MBaker) Support for Extended and User-defined Workbook Properties in Excel2007 Writer
  300. - Feature: (MBaker) Provided a setGenerateSheetNavigationBlock(false); option to suppress generation of the sheet navigation block when writing multiple worksheets to HTML
  301. - Feature: (MBaker) Advanced Value Binder now recognises TRUE/FALSE strings (locale-specific) and converts to boolean
  302. - Feature: (MBaker) Work item 14301 - PHPExcel_Worksheet->toArray() is returning truncated values
  303. - Feature: (MBaker) Configure PDF Writer margins based on Excel Worksheet Margin Settings value
  304. - Feature: (MBaker) Added Contiguous flag for the CSV Reader, when working with Read Filters
  305. - Feature: (MBaker) Added getFormattedValue() method for cell object
  306. - Feature: (MBaker) Added strictNullComparison argument to the worksheet fromArray() method
  307. - Feature: (MBaker) Fix to toFormattedString() method in PHPExcel_Style_NumberFormat to handle fractions with a # code for the integer part
  308. - Bugfix: (MB) Work item 14143 - NA() doesn't propagate in matrix calc - quick fix in JAMA/Matrix.php
  309. - Bugfix: (Progi1984) Work item 7895 - Excel5 : Formula : String constant containing double quotation mark
  310. - Bugfix: (Progi1984) Work item 7895 - Excel5 : Formula : Percent
  311. - Bugfix: (Progi1984) Work item 7895 - Excel5 : Formula : Error constant
  312. - Bugfix: (Progi1984) Work item 7895 - Excel5 : Formula : Concatenation operator
  313. - Bugfix: (MBaker) Work item 14146 - Worksheet clone broken for CachedObjectStorage_Memory
  314. - Bugfix: (MBaker) Work item 12998 - PHPExcel_Reader_Excel2007 fails when gradient fill without type is present in a file
  315. - Bugfix: (MBaker) Work item 14176 - @ format for numeric strings in XLSX to CSV conversion
  316. - Bugfix: (MBaker) Work item 14223 - Advanced Value Binder Not Working?
  317. - Bugfix: (MBaker) Work item 14226 - unassigned object variable in PHPExcel->removeCellXfByIndex
  318. - Bugfix: (MBaker) Work item 14236 - problem with getting cell values from another worksheet... (if cell doesn't exist)
  319. - Bugfix: (MBaker) Work items 14260 & 14233 - Setting cell values to one char strings & Trouble reading one character string (thanks gorfou)
  320. - Bugfix: (MBaker) Work item 14256 - Worksheet title exception when duplicate worksheet is being renamed but exceeds the 31 character limit
  321. - Bugfix: (MBaker) Work item 14086 - Named range with sheet name that contains the $ throws exception when getting the cell
  322. - Bugfix: (MBaker) Added autoloader to DefaultValueBinder and AdvancedValueBinder
  323. - Bugfix: (MBaker) Modified PHPExcel_Shared_Date::isDateTimeFormatCode() to return false if format code begins with "_" or with "0 " to prevent false positives
  324. These leading characters are most commonly associated with number, currency or accounting (or occasionally fraction) formats
  325. - Bugfix: (MBaker) Work item 14374 - BUG : Excel5 and setReadFilter ?
  326. - Bugfix: (MBaker) Work item 14425 - Wrong exception message while deleting column
  327. - Bugfix: (MBaker) Work item 14679 - Formula evaluation fails with Japanese sheet refs
  328. - Bugfix: (MBaker) Work item 13559 - PHPExcel_Writer_PDF does not handle cell borders correctly
  329. - Bugfix: (MBaker) Work item 14831 - Style : applyFromArray() for 'allborders' not working
  330. - Bugfix: (MBaker) Work item 14837 - Using $this when not in object context in Excel5 Reader
  331. - General: (MBaker) Applied patch 6609 - Removes a unnecessary loop through each cell when applying conditional formatting to a range.
  332. - General: (MBaker) Applied patch 7169 - Removed spurious PHP end tags (?>)
  333. - General: (MBaker) Improved performance (speed) and reduced memory overheads, particularly for the Writers, but across the whole library.
  334. 2010-08-26 (v1.7.4):
  335. - Bugfix: (Progi1984) Work item 7895 - Excel5 : Formula : Power
  336. - Bugfix: (Progi1984) Work item 7895 - Excel5 : Formula : Unary plus
  337. - Bugfix: (Progi1984) Excel5 : Just write the Escher stream if necessary in Worksheet
  338. - Bugfix: (MBaker) Work item 13433 - Syntax errors in memcache.php 1.7.3c
  339. - Bugfix: (MBaker) Work item 13450 - Standard Deviation functions returning DIV/0 Error when Standard Deviation is zero
  340. - Feature: (MBaker) Support for print area with several ranges in the Excel2007 reader, and improved features for editing print area with several ranges
  341. - Feature: (MBaker) Work item 13769 - Improved Cell Exception Reporting
  342. - Feature: (MBaker) Support for row or column ranges in the calculation engine, e.g. =SUM(C:C) or =SUM(1:2)
  343. Also support in the calculation engine for absolute row or column ranges e.g. =SUM($C:$E) or =SUM($3:5)
  344. - Bugfix: (ET) Work item 13455 - Picture problem with Excel 2003
  345. - Bugfix: (MBaker) Work item 13484 - Wrong variable used in addExternalSheet in PHPExcel.php
  346. - Bugfix: (MBaker) Work item 13515 - "Invalid cell coordinate" error when formula access data from an other sheet
  347. - Bugfix: (MBaker) (related to Work item 13515) Calculation engine confusing cell range worksheet when referencing cells in a different worksheet to the formula
  348. - Bugfix: (MBaker) Work item 13752 - Wrong var naming in Worksheet->garbageCollect()
  349. - Bugfix: (MBaker) Work item 13764 - PHPExcel_Style_*::__clone() methods cause cloning loops?
  350. - Bugfix: (MBaker) Work item 11488 - Recent builds causing problems loading xlsx files? (ZipArchive issue?)
  351. - Bugfix: (MBaker) Work item 13856 - cache_to_apc causes fatal error when processing large data sets
  352. - Bugfix: (MBaker) Work item 13880 - OOCalc reader misses first line if it's a 'table-header-row'
  353. - Bugfix: (MBaker) Work item 14011 - using cache with copy or clone bug?
  354. Fixed $worksheet->copy() or clone $worksheet when using cache_in_memory, cache_in_memory_gzip, cache_in_memory_serialized, cache_to_discISAM, cache_to_phpTemp, cache_to_apc and cache_to_memcache;
  355. Fixed but untested when using cache_to_wincache.
  356. - Bugfix: (MBaker) Fixed problems with reading Excel2007 Properties
  357. - General: (MB) Applied patch 6324 - PHP Strict Standards: Non-static method PHPExcel_Shared_String::utf16_decode() should not be called statically
  358. - General: (MBaker) Applied patch 6360 - Array functions were ignored when loading an existing file containing them, and as a result, they would lose their 'cse' status.
  359. - General: (MBaker) Minor memory tweaks to Excel2007 Writer
  360. - General: (MBaker) Modified ReferenceHelper updateFormulaReferences() method to handle updates to row and column cell ranges (including absolute references e.g. =SUM(A:$E) or =SUM($5:5), and range/cell references that reference a worksheet by name), and to provide both performance and memory improvements.
  361. - General: (MBaker) Modified Excel2007 Reader so that ReferenceHelper class is instantiated only once rather than for every shared formula in a workbook.
  362. - General: (MBaker) Correct handling for additional (synonym) formula tokens in Excel5 Reader
  363. - General: (MBaker) Additional reading of some Excel2007 Extended Properties (Company, Manager)
  364. 2010-06-01 (v1.7.3c):
  365. - Bugfix: (MB) Work item 13012 - Fatal error: Class 'ZipArchive' not found... ...Reader/Excel2007.php on line 217
  366. - Bugfix: (MBaker) Work item 13398 - PHPExcel_Writer_Excel2007 error after 1.7.3b
  367. 2010-05-31 (v1.7.3b):
  368. - Bugfix: (MBaker) Work item 12903 - Infinite loop when reading
  369. - Bugfix: (MB) Work item 13381 - Wrong method chaining on PHPExcel_Worksheet class
  370. 2010-05-17 (v1.7.3):
  371. - General: (ET) Applied patch 4990 (modified)
  372. - General: (MB) Applied patch 5568 (modified)
  373. - General: (MB) Applied patch 5943
  374. - General: (MB) Work item 13042 - Upgrade build script to use Phing
  375. - General: (ET) Work item 11586 - Replacing var with public/private
  376. - General: (MBaker) Applied Anthony's Sterling's Class Autoloader to reduce memory overhead by "Lazy Loading" of classes
  377. - General: (MBaker) Modification to functions that accept a date parameter to support string values containing ordinals as per Excel (English language only)
  378. - General: (MBaker) Modify PHPExcel_Style_NumberFormat::toFormattedString() to handle dates that fall outside of PHP's 32-bit date range
  379. - General: (MBaker) Applied patch 5207
  380. - General: (ET) Work item 11970 - PHPExcel developer documentation: Set page margins
  381. - Feature: (ET) Work item 11038 - Special characters and accents in SYLK reader
  382. - Feature: (MBaker) Work Item 2346 - Implement more Excel calculation functions
  383. - Implemented the COUPDAYS(), COUPDAYBS(), COUPDAYSNC(), COUPNCD(), COUPPCD() and PRICE() Financial functions
  384. - Implemented the N() and TYPE() Information functions
  385. - Implemented the HYPERLINK() Lookup and Reference function
  386. - Feature: (ET) Work item 11526 - Horizontal page break support in PHPExcel_Writer_PDF
  387. - Feature: (ET) Work item 11529 - Introduce method setActiveSheetIndexByName()
  388. - Feature: (ET) Work item 11550 - AdvancedValueBinder.php: Automatically wrap text when there is new line in string (ALT+"Enter")
  389. - Feature: (ET) Work item 10300 - Data validation support in PHPExcel_Reader_Excel5 and PHPExcel_Writer_Excel5
  390. - Feature: (MB) Work item 11616 - Improve autosize calculation
  391. - Feature: (MBaker) Methods to translate locale-specific function names in formulae
  392. - Language implementations for Czech (cs), Danish (da), German (de), English (uk), Spanish (es), Finnish (fi), French (fr), Hungarian (hu), Italian (it), Dutch (nl), Norwegian (no), Polish (pl), Portuguese (pt), Brazilian Portuguese (pt_br), Russian (ru) and Swedish (sv)
  393. - Feature: (ET) Work item 9759 - Implement document properties in Excel5 reader/writer
  394. - Fixed so far for PHPExcel_Reader_Excel5
  395. - Feature: (ET) Work item 11849 - Show/hide row and column headers in worksheet
  396. - Feature: (ET) Work item 11919 - Can't set font on writing PDF (by key)
  397. - Feature: (ET) Work item 12096 - Thousands scale (1000^n) support in PHPExcel_Style_NumberFormat::toFormattedString
  398. - Feature: (ET) Work item 6911 - Implement repeating rows in PDF and HTML writer
  399. - Feature: (ET) Work item 12289 - Sheet tabs in PHPExcel_Writer_HTML
  400. - Feature: (MB) Work item 13041 - Add Wincache CachedObjectProvider
  401. - Feature: (MBaker) Configure PDF Writer paper size based on Excel Page Settings value, and provided methods to override paper size and page orientation with the writer
  402. - Note PHPExcel defaults to Letter size, while the previous PDF writer enforced A4 size, so PDF writer will now default to Letter
  403. - Feature: (MBaker) Initial implementation of cell caching: allowing larger workbooks to be managed, but at a cost in speed
  404. - Feature: (MBaker) Added an identify() method to the IO Factory that identifies the reader which will be used to load a particular file without actually loading it.
  405. - Bugfix: (MBaker) Work item 10979 - Warning messages with INDEX function having 2 arguments
  406. - Bugfix: (ET) Work item 11473 - setValue('=') should result in string instead of formula
  407. - Bugfix: (MBaker) Work item 11471 - method _raiseFormulaError should no be private
  408. - Bugfix: (ET) Work item 11485 - Fatal error: Call to undefined function mb_substr() in ...Classes\PHPExcel\Reader\Excel5.php on line 2903
  409. - Bugfix: (ET) Work item 11487 - getBold(), getItallic(), getStrikeThrough() not always working with PHPExcel_Reader_Excel2007
  410. - Bugfix: (ET) Work item 11492 - AdvancedValueBinder.php not working correctly for $cell->setValue('hh:mm:ss')
  411. - Bugfix: (MBaker) Fixed leap year handling for the YEARFRAC() Date/Time function when basis ia 1 (Actual/actual)
  412. - Bugfix: (MBaker) Work item 11490 - Warning messages
  413. - Calculation Engine code modified to enforce strict standards for pass by reference
  414. - Bugfix: (ET) Work item 11483 - PHPExcel_Cell_AdvancedValueBinder doesnt work for dates in far future
  415. - Bugfix: (ET) Work item 11528 - MSODRAWING bug with long CONTINUE record in PHPExcel_Reader_Excel5
  416. - Bugfix: (ET) Work item 11571 - PHPExcel_Reader_Excel2007 reads print titles as named range when there is more than one sheet
  417. - Bugfix: (ET) Work item 11561 - missing @return in phpdocblock in reader classes
  418. - Bugfix: (ET) Work item 11576 - AdvancedValueBinder.php: String sometimes becomes a date when it shouldn't
  419. - Bugfix: (ET) Work item 11588 - Small numbers escape treatment in PHPExcel_Style_NumberFormat::toFormattedString()
  420. - Bugfix: (ET) Work item 11590 - Blank styled cells are not blank in output by HTML writer due to  
  421. - Bugfix: (MBaker) Work item 11587 - Calculation engine bug: Existing, blank cell + number gives #NUM
  422. - Bugfix: (ET) Work item 11608 - AutoSize only measures length of first line in cell with multiple lines (ALT+Enter)
  423. - Bugfix: (ET) Work item 11608 - Fatal error running Tests/12serializedfileformat.php (PHPExcel 1.7.2)
  424. - Bugfix: (MBaker) Fixed various errors in the WORKDAY() and NETWORKDAYS() Date/Time functions (particularly related to holidays)
  425. - Bugfix: (ET) Work item 11660 - Uncaught exception 'Exception' with message 'Valid scale is between 10 and 400.' in Classes/PHPExcel/Worksheet/SheetView.php:115
  426. - Bugfix: (ET) Work item 11551 - "Unrecognized token 39 in formula" with PHPExcel_Reader_Excel5 (occuring with add-in functions)
  427. - Bugfix: (ET) Work item 11668 - Excel2007 reader not reading PHPExcel_Style_Conditional::CONDITION_EXPRESSION
  428. - Bugfix: (MBaker) Fix to the BESSELI(), BESSELJ(), BESSELK(), BESSELY() and COMPLEX() Engineering functions to use correct default values for parameters
  429. - Bugfix: (MBaker) Work item 11525 - DATEVALUE function not working for pure time values + allow DATEVALUE() function to handle partial dates (e.g. "1-Jun" or "12/2010")
  430. - Bugfix: (MBaker) Fix for empty quoted strings in formulae
  431. - Bugfix: (MBaker) Trap for division by zero in Bessel functions
  432. - Bugfix: (MBaker) Fix to OOCalc Reader to convert semi-colon (;) argument separator in formulae to a comma (,)
  433. - Bugfix: (ET) Work item 11693 - PHPExcel_Writer_Excel5_Parser cannot parse formula like =SUM(C$5:C5)
  434. - Bugfix: (MBaker) Fix to OOCalc Reader to handle dates that fall outside 32-bit PHP's date range
  435. - Bugfix: (ET) Work item 11692 - File->sys_get_temp_dir() can fail in safe mode
  436. - Bugfix: (ET) Work item 11727 - Sheet references in Excel5 writer do not work when referenced sheet title contains non-Latin symbols
  437. - Bugfix: (ET) Work item 11743 - Bug in HTML writer can result in missing rows in output
  438. - Bugfix: (ET) Work item 11674 - setShowGridLines(true) not working with PHPExcel_Writer_PDF
  439. - Bugfix: (ET) Work item 11836 - PHPExcel_Worksheet_RowIterator initial position incorrect
  440. - Bugfix: (ET) Work item 11835 - PHPExcel_Worksheet_HeaderFooterDrawing Strict Exception thrown (by jshaw86)
  441. - Bugfix: (ET) Work item 11850 - Parts of worksheet lost when there are embedded charts (Excel5 reader)
  442. - Bugfix: (MBaker) VLOOKUP() function error when lookup value is passed as a cell reference rather than an absolute value
  443. - Bugfix: (ET) Work item 12041 - First segment of Rich-Text not read correctly by PHPExcel_Reader_Excel2007
  444. - Bugfix: (MBaker) Work item 12048 - Fatal Error with getCell('name') when name matches the pattern for a cell reference
  445. - Bugfix: (ET) Work item 12039 - excel5 writer appears to be swapping image locations
  446. - Bugfix: (ET) Work item 11954 - Undefined index: host in ZipStreamWrapper.php, line 94 and line 101
  447. - Bugfix: (ET) Work item 11672 - BIFF8 File Format problem (too short COLINFO record)
  448. - Bugfix: (ET) Work item 12121 - Column width sometimes changed after read/write with Excel2007 reader/writer
  449. - Bugfix: (ET) Work item 11964 - Worksheet.php throws a fatal error when styling is turned off via setReadDataOnly on the reader
  450. - Bugfix: (MBaker) Work item 11851 - Checking for Circular References in Formulae
  451. - Calculation Engine code now traps for cyclic references, raising an error or throwing an exception, or allows 1 or more iterations through cyclic references, based on a configuration setting
  452. - Bugfix: (ET) Work item 12244 - PNG transparency using Excel2007 writer
  453. - Bugfix: (ET) Work item 12221 - Custom readfilter error when cell formulas reference excluded cells (Excel5 reader)
  454. - Bugfix: (ET) Work item 12288 - Protection problem in XLS
  455. - Bugfix: (ET) Work item 12300 - getColumnDimension()->setAutoSize() incorrect on cells with Number Formatting
  456. - Bugfix: (ET) Work item 12378 - Notices reading Excel file with Add-in funcitons (PHPExcel_Reader_Excel5)
  457. - Bugfix: (ET) Work item 12380 - Excel5 reader not reading formulas with deleted sheet references
  458. - Bugfix: (ET) Work item 12404 - Named range (defined name) scope problems for in PHPExcel
  459. - Bugfix: (ET) Work item 12423 - PHP Parse error: syntax error, unexpected T_PUBLIC in PHPExcel/Calculation.php on line 3482
  460. - Bugfix: (ET) Work item 12505 - Named ranges don't appear in name box using Excel5 writer
  461. - Bugfix: (ET) Work item 12509 - Many merged cells + autoSize column -> slows down the writer
  462. - Bugfix: (ET) Work item 12539 - Incorrect fallback order comment in Shared/Strings.php ConvertEncoding()
  463. - Bugfix: (ET) Work item 12538 - IBM AIX iconv() will not work, should revert to mbstring etc. instead
  464. - Bugfix: (ET) Work item 12568 - Excel5 writer and mbstring functions overload
  465. - Bugfix: (MBaker) Work item 12672 - OFFSET needs to flattenSingleValue the $rows and $columns args
  466. - Bugfix: (MBaker) Work item 12546 - Formula with DMAX(): Notice: Undefined offset: 2 in ...\PHPExcel\Calculation.php on line 2365
  467. - Note that the Database functions have not yet been implemented
  468. - Bugfix: (MBaker) Work item 12839 - Call to a member function getParent() on a non-object in Classes\\PHPExcel\\Calculation.php Title is required
  469. - Bugfix: (MBaker) Work item 12935 - Cyclic Reference in Formula
  470. - Bugfix: (MBaker) Work item 13025 - Memory error...data validation?
  471. 2010/01/11 (v1.7.2):
  472. - General: (ET) Applied patch 4362
  473. - General: (ET) Applied patch 4363 (modified)
  474. - General: (MBaker) Work item 10874 - 1.7.1 Extremely Slow - Refactored PHPExcel_Calculation_Functions::flattenArray() method and set calculation cache timer default to 2.5 seconds
  475. - General: (MBaker) Allow formulae to contain line breaks
  476. - General: (ET) Work item 10910 - split() function deprecated in PHP 5.3.0
  477. - General: (ET) sys_get_temp_dir() requires PHP 5.2.1, not PHP 5.2 [provide fallback function for PHP 5.2.0]
  478. - General: (MBaker) Applied patch 4640 - Implementation of the ISPMT() Financial function by Matt Groves
  479. - General: (MBaker) Work item 11052 - Put the example of formula with more arguments in documentation
  480. - General: (MBaker) Improved accuracy for the GAMMAINV() Statistical Function
  481. - Feature: (ET) Work item 10409 - XFEXT record support to fix colors change from Excel5 reader, and copy/paste color change with Excel5 writer
  482. - Excel5 reader reads RGB color information in XFEXT records for borders, font color and fill color
  483. - Feature: (MBaker) Work Item 2346 - Implement more Excel calculation functions
  484. - Implemented the FVSCHEDULE(), XNPV(), IRR(), MIRR(), XIRR() and RATE() Financial functions
  485. - Implemented the SUMPRODUCT() Mathematical function
  486. - Implemented the ZTEST() Statistical Function
  487. - Feature: (ET) Work item 10919 - Multiple print areas in one sheet
  488. - Feature: (ET) Work item 10930 - Store calculated values in output by PHPExcel_Writer_Excel5
  489. - Feature: (ET) Work item 10939 - Sheet protection options in Excel5 reader/writer
  490. - Feature: (MBaker) Modification of the COUNT(), AVERAGE(), AVERAGEA(), DEVSQ, AVEDEV(), STDEV(), STDEVA(), STDEVP(), STDEVPA(), VARA() and VARPA() SKEW() and KURT() functions to correctly handle boolean values depending on whether they're passed in as values, values within a matrix or values within a range of cells.
  491. - Feature: (ET) Work item 9932 - Cell range selection
  492. - Feature: (MB) Work item 10266 - Root-relative path handling
  493. - Feature: (ET) Work item 11315 - Named Ranges not working with PHPExcel_Writer_Excel5
  494. - Bugfix: (MB) Work item 11206 - Excel2007 Reader fails to load Apache POI generated Excel
  495. - Bugfix: (MB) Work item 11154 - Number format is broken when system's thousands separator is empty
  496. - Bugfix: (MB) Work item 11401 - ReferenceHelper::updateNamedFormulas throws errors if oldName is empty
  497. - Bugfix: (MB) Work item 11296 - parse_url() fails to parse path to an image in xlsx
  498. - Bugfix: (ET) Work item 10876 - Workaround for iconv_substr() bug in PHP 5.2.0
  499. - Bugfix: (ET) Work item 10877 - 1 pixel error for image width and height with PHPExcel_Writer_Excel5
  500. - Bugfix: (MBaker) Fix to GEOMEAN() Statistical function
  501. - Bugfix: (ET) Work item 10884 - setValue('-') and setValue('.') sets numeric 0 instead of 1-character string
  502. - Bugfix: (ET) Work item 10885 - Row height sometimes much too low after read with PHPExcel_Reader_Excel5
  503. - Bugfix: (ET) Work item 10888 - Diagonal border. Miscellaneous missing support.
  504. - Constant PHPExcel_Style_Borders::DIAGONAL_BOTH added to support double-diagonal (cross)
  505. - PHPExcel_Reader_Excel2007 not always reading diagonal borders (only recognizes 'true' and not '1')
  506. - PHPExcel_Reader_Excel5 support for diagonal borders
  507. - PHPExcel_Writer_Excel5 support for diagonal borders
  508. - Bugfix: (ET) Work item 10894 - Session bug: Fatal error: Call to a member function bindValue() on a non-object in ...\Classes\PHPExcel\Cell.php on line 217
  509. - Bugfix: (ET) Work item 10896 - Colors messed up saving twice with same instance of PHPExcel_Writer_Excel5 (regression since 1.7.0)
  510. - Bugfix: (ET) Work item 10917 - Method PHPExcel_Worksheet::setDefaultStyle is not working
  511. - Bugfix: (ET) Work item 10897 - PHPExcel_Reader_CSV::canRead() sometimes says false when it shouldn't
  512. - Bugfix: (ET) Work item 10922 - Changes in workbook not picked up between two saves with PHPExcel_Writer_Excel2007
  513. - Bugfix: (ET) Work item 10913 - Decimal and thousands separators missing in HTML and PDF output
  514. - Bugfix: (ET) Work item 10936 - Notices with PHPExcel_Reader_Excel5 and named array constants
  515. - Bugfix: (MBaker) Work item 10938 - Calculation engine limitation on 32-bit platform with integers > 2147483647
  516. - Bugfix: (ET) Work item 10959 - Shared(?) formulae containing absolute cell references not read correctly using Excel5 Reader
  517. - Bugfix: (MBaker) Work item 10962 - Warning messages with intersection operator involving single cell
  518. - Bugfix: (ET) Work item 10980 - Infinite loop in Excel5 reader caused by zero-length string in SST
  519. - Bugfix: (ET) Work item 10983 - Remove unnecessary cell sorting to improve speed by approx. 18% in HTML and PDF writers
  520. - Bugfix: (MBaker) Work item 10977 - Cannot read A1 cell content - OO_Reader
  521. - Bugfix: (ET) Work item 11000 - Transliteration failed, invalid encoding
  522. 2009/11/02 (v1.7.1):
  523. - General: (ET) Work item 10687 - ereg() function deprecated in PHP 5.3.0
  524. - General: (MB) Work item 10739 - Writer Interface Inconsequence - setTempDir and setUseDiskCaching
  525. - General: (ET) Upgrade to TCPDF 4.8.009
  526. - Feature: (ET) Work item 7333 - Support for row and column styles (feature request)
  527. - Basic implementation for Excel2007/Excel5 reader/writer
  528. - Feature: (ET) Work item 10459 - Hyperlink to local file in Excel5 reader/writer
  529. - Feature: (MB) Work item 10472 - Color Tab (Color Sheet's name)
  530. - Feature: (ET) Work item 10488 - Border style "double" support in PHPExcel_Writer_HTML
  531. - Feature: (ET) Work item 10492 - Multi-section number format support in HTML/PDF/CSV writers
  532. - Feature: (MBaker) - Some additional performance tweaks in the calculation engine
  533. - Feature: (MBaker) - Fix result of DB() and DDB() Financial functions to 2dp when in Gnumeric Compatibility mode
  534. - Feature: (MBaker) - Added AMORDEGRC(), AMORLINC() and COUPNUM() Financial function (no validation of parameters yet)
  535. - Feature: (MBaker) - Improved accuracy of TBILLEQ(), TBILLPRICE() and TBILLYIELD() Financial functions when in Excel or Gnumeric mode
  536. - Feature: (MBaker) - Added INDIRECT() Lookup/Reference function (only supports full addresses at the moment)
  537. - Feature: (MB) Work item 10498 - PHPExcel_Reader_CSV::canRead() improvements
  538. - Feature: (ET) Work item 10500 - Input encoding option for PHPExcel_Reader_CSV
  539. - Feature: (ET) Work item 10493 - Colored number format support, e.g. [Red], in HTML/PDF output
  540. - Feature: (ET) Work item 10559 - Color Tab (Color Sheet's name) [Excel5 reader/writer support]
  541. - Feature: (MBaker) Initial version of SYLK (slk) and Excel 2003 XML Readers (Cell data and basic cell formatting)
  542. - Feature: (MBaker) Initial version of Open Office Calc (ods) Reader (Cell data only)
  543. - Feature: (MBaker) Initial use of "pass by reference" in the calculation engine for ROW() and COLUMN() Lookup/Reference functions
  544. - Feature: (MBaker) Work item 2346 - COLUMNS() and ROWS() Lookup/Reference functions, and SUBSTITUTE() Text function
  545. - Feature: (ET) Work item 10502 - AdvancedValueBinder(): Re-enable zero-padded string-to-number conversion, e.g '0004' -> 4
  546. - Feature: (ET) Work item 10600 - Make PHP type match Excel datatype
  547. - Feature: (MB) Work item 10630 - Change first page number on header
  548. - Feature: (MB) Applied patch 3941
  549. - Feature: (MB,ET) Work item 10745 - Hidden sheets
  550. - Feature: (ET) Work item 10761 - mbstring fallback when iconv is broken
  551. - Feature: (MBaker) Added support for matrix/value comparisons (e.g. ={1,2;3,4}>=3 or 2<>{1,2;3,4}) - Note, can't yet handle comparison of two matrices
  552. - Feature: (MBaker) Improved handling for validation and error trapping in a number of functions
  553. - Feature: (MBaker) Improved support for fraction number formatting
  554. - Feature: (ET) Work item 10455 - Support Reading CSV with Byte Order Mark (BOM)
  555. - Feature: (ET) Work item 10860 - addExternalSheet() at specified index
  556. - Bugfix: (MBaker) Work item 10684 - Named range can no longer be passed to worksheet->getCell()
  557. - Bugfix: (ET) Work item 10455 - RichText HTML entities no longer working in PHPExcel 1.7.0
  558. - Bugfix: (ET) Work item 7610 - Fit-to-width value of 1 is lost after read/write of Excel2007 spreadsheet [+ support for simultaneous scale/fitToPage]
  559. - Bugfix: (MB) Work item 10469 - Performance issue identified by profiling
  560. - Bugfix: (ET) Work item 10473 - setSelectedCell is wrong
  561. - Bugfix: (ET) Work item 10481 - Images get squeezed/stretched with (Mac) Verdana 10 Excel files using Excel5 reader/writer
  562. - Bugfix: (MBaker) Work item 10482 - Error in argument count for DATEDIF() function
  563. - Bugfix: (MBaker) Work item 10452 - updateFormulaReferences is buggy
  564. - Bugfix: (MB) Work item 10485 - CellIterator returns null Cell if onlyExistingCells is set and key() is in use
  565. - Bugfix: (MBaker) Work item 10453 - Wrong RegEx for parsing cell references in formulas
  566. - Bugfix: (MB) Work item 10486 - Optimisation subverted to devastating effect if IterateOnlyExistingCells is clear
  567. - Bugfix: (ET) Work item 10494 - Fatal error: Uncaught exception 'Exception' with message 'Unrecognized token 6C in formula'... with PHPExcel_Reader_Excel5
  568. - Bugfix: (MBaker) Work item 10490 - Fractions stored as text are not treated as numbers by PHPExcel's calculation engine
  569. - Bugfix: (ET) Work item 10503 - AutoFit (autosize) row height not working in PHPExcel_Writer_Excel5
  570. - Bugfix: (MBaker) Fixed problem with null values breaking the calculation stack
  571. - Bugfix: (ET) Work item 10524 - Date number formats sometimes fail with PHPExcel_Style_NumberFormat::toFormattedString, e.g. [$-40047]mmmm d yyyy
  572. - Bugfix: (MBaker) Fixed minor problem with DATEDIFF YM calculation
  573. - Bugfix: (MB) Applied patch 3695
  574. - Bugfix: (ET) Work item 10536 - setAutosize() and Date cells not working properly
  575. - Bugfix: (ET) Work item 10556 - Time value hour offset in output by HTML/PDF/CSV writers (system timezone problem)
  576. - Bugfix: (ET) Work item 10558 - Control characters 0x14-0x1F are not treated by PHPExcel
  577. - Bugfix: (ET) Work item 10560 - PHPExcel_Writer_Excel5 not working when open_basedir restriction is in effect
  578. - Bugfix: (MBaker) Work item 10563 - IF formula calculation problem in PHPExcel 1.7.0 (string comparisons)
  579. - Bugfix: (MBaker) Improved CODE() Text function result for UTF-8 characters
  580. - Bugfix: (ET) Work item 10568 - Empty rows are collapsed with HTML/PDF writer
  581. - Bugfix: (ET) Work item 10569 - Gaps between rows in output by PHPExcel_Writer_PDF (Upgrading to TCPDF 4.7.003)
  582. - Bugfix: (ET) Work item 10575 - Problem reading formulas (Excel5 reader problem with "fake" shared formulas)
  583. - Bugfix: (MBaker) Work item 10588 - Error type in formula: "_raiseFormulaError message is Formula Error: An unexpected error occured"
  584. - Bugfix: (ET) Work item 10599 - Miscellaneous column width problems in Excel5/Excel2007 writer
  585. - Bugfix: (ET) Work item 10615 - Reader/Excel5 'Unrecognized token 2D in formula' in latest version
  586. - Bugfix: (ET) Work item 10623 - on php 5.3 PHPExcel 1.7 Excel 5 reader fails in _getNextToken, token = 2C, throws exception
  587. - Bugfix: (ET) Work item 10617 - Fatal error when altering styles after workbook has been saved
  588. - Bugfix: (ET) Work item 10661 - Images vertically stretched or squeezed when default font size is changed (PHPExcel_Writer_Excel5)
  589. - Bugfix: (ET) Work item 10676 - Styles not read in "manipulated" Excel2007 workbook
  590. - Bugfix: (ET) Work item 10059 - Windows 7 says corrupt file by PHPExcel_Writer_Excel5 when opening in Excel
  591. - Bugfix: (MBaker) Work item 10708 - Calculations sometimes not working with cell references to other sheets
  592. - Bugfix: (ET) Work item 10706 - Problem with merged cells after insertNewRowBefore()
  593. - Bugfix: (MBaker) Applied patch 4023
  594. - Bugfix: (MBaker) Fix to SUMIF() and COUNTIF() Statistical functions for when condition is a match against a string value
  595. - Bugfix: (ET) Work item 10721 - PHPExcel_Cell::coordinateFromString should throw exception for bad string parameter
  596. - Bugfix: (ET) Work item 10723 - EucrosiaUPC (Thai font) not working with PHPExcel_Writer_Excel5
  597. - Bugfix: (MBaker) Improved the return of calculated results when the result value is an array
  598. - Bugfix: (MBaker) Allow calculation engine to support Functions prefixed with @ within formulae
  599. - Bugfix: (MBaker) Work item 10632 - Intersection operator (space operator) fatal error with calculation engine
  600. - Bugfix: (ET) Work item 10742 - Chinese, Japanese, Korean characters show as squares in PDF
  601. - Bugfix: (ET) Work item 10756 - sheet title allows invalid characters
  602. - Bugfix: (ET) Work item 10757 - Sheet!$A$1 as function argument in formula causes infinite loop in Excel5 writer
  603. - Bugfix: (MBaker) Work item 10740 - Cell range involving name not working with calculation engine - Modified calculation parser to handle range operator (:), but doesn't currently handle worksheet references with spaces or other non-alphameric characters, or trap erroneous references
  604. - Bugfix: (MBaker) Work item 10798 - DATE function problem with calculation engine (says too few arguments given)
  605. - Bugfix: (MBaker) Work item 10799 - Blank cell can cause wrong calculated value
  606. - Bugfix: (MBaker) Modified ROW() and COLUMN() Lookup/Reference Functions to return an array when passed a cell range, plus some additional work on INDEX()
  607. - Bugfix: (ET) Work item 10817 - Images not showing in Excel 97 using PHPExcel_Writer_Excel5 (patch by Jordi Gutiérrez Hermoso)
  608. - Bugfix: (ET) Work item 10785 - When figures are contained in the excel sheet, Reader was stopped
  609. - Bugfix: (MBaker) Work item 10818 - Formulas changed after insertNewRowBefore()
  610. - Bugfix: (ET) Work item 10825 - Cell range row offset problem with shared formulas using PHPExcel_Reader_Excel5
  611. - Bugfix: (MBaker) Work item 10832 - Warning: Call-time pass-by-reference has been deprecated
  612. - Bugfix: (ET) Work item 10849 - Image should "Move but don't size with cells" instead of "Move and size with cells" with PHPExcel_Writer_Excel5
  613. - Bugfix: (ET) Work item 10856 - Opening a Excel5 generated XLS in Excel 2007 results in header/footer entry not showing on input
  614. - Bugfix: (ET) Work item 10859 - addExternalSheet() not returning worksheet
  615. - Bugfix: (MBaker) Work item 10629 - Invalid results in formulas with named ranges
  616. 2009/08/10 (v1.7.0):
  617. - General: (ET) Work item 9893 - Expand documentation: Number formats
  618. - General: (ET) Work item 9941 - Class 'PHPExcel_Cell_AdvancedValueBinder' not found
  619. - General: (MB) Work item 9960 - Change return type of date functions to PHPExcel_Calculation_Functions::RETURNDATE_EXCEL
  620. - Feature: (MBaker) - New RPN and stack-based calculation engine for improved performance of formula calculation
  621. - Faster (anything between 2 and 12 times faster than the old parser, depending on the complexity and nature of the formula)
  622. - Significantly more memory efficient when formulae reference cells across worksheets
  623. - Correct behaviour when referencing Named Ranges that exist on several worksheets
  624. - Support for Excel ^ (Exponential) and % (Percentage) operators
  625. - Support for matrices within basic arithmetic formulae (e.g. ={1,2,3;4,5,6;7,8,9}/2)
  626. - Better trapping/handling of NaN and infinity results (return #NUM! error)
  627. - Improved handling of empty parameters for Excel functions
  628. - Optional logging of calculation steps
  629. - Feature: (MBaker) - New calculation engine can be accessed independently of workbooks (for use as a standalone calculator)
  630. - Feature: (MBaker) Work Item 2346 - Implement more Excel calculation functions
  631. - Initial implementation of the COUNTIF() and SUMIF() Statistical functions
  632. - Added ACCRINT() Financial function
  633. - Feature: (MBaker) - Modifications to number format handling for dddd and ddd masks in dates, use of thousand separators even when locale only implements it for money, and basic fraction masks (0 ?/? and ?/?)
  634. - Feature: (ET) Work item 9794 - Support arbitrary fixed number of decimals in PHPExcel_Style_NumberFormat::toFormattedString()
  635. - Feature: (ET) Work item 6857 - Improving performance and memory on data dumps
  636. - Various style optimizations (merging from branch wi6857-memory)
  637. - Moving hyperlink and dataValidation properties from cell to worksheet for lower PHP memory usage
  638. - Feature: (MB) Work item 9869 - Provide fluent interfaces where possible
  639. - Feature: (ET) Work item 9899 - Make easy way to apply a border to a rectangular selection
  640. - Feature: (ET) Work item 9906 - Support for system window colors in PHPExcel_Reader_Excel5
  641. - Feature: (ET) Work item 9911 - Horizontal center across selection
  642. - Feature: (ET) Work item 9919 - Merged cells record, write to full record size in PHPExcel_Writer_Excel5
  643. - Feature: (MB) Work item 9895 - Add page break between sheets in exported PDF
  644. - Feature: (ET) Work item 9902 - Sanitization of UTF-8 input for cell values
  645. - Feature: (ET) Work item 9930 - Read cached calculated value with PHPExcel_Reader_Excel5
  646. - Feature: (ET) Work item 9896 - Miscellaneous CSS improvements for PHPExcel_Writer_HTML
  647. - Feature: (ET) Work item 9947 - getProperties: setCompany feature request
  648. - Feature: (MB) Patch 2981 - Insert worksheet at a specified index
  649. - Feature: (MB) Patch 3018 - Change worksheet index
  650. - Feature: (MB) Patch 3039 - Readfilter for CSV reader
  651. - Feature: (ET) Work item 10172 - Check value of mbstring.func_overload when saving with PHPExcel_Writer_Excel5
  652. - Feature: (ET) Work item 10251 - Eliminate dependency of an include path pointing to class directory
  653. - Feature: (ET) Work item 10292 - Method for getting the correct reader for a certain file (contribution)
  654. - Feature: (ET) Work item 10287 - Choosing specific row in fromArray method
  655. - Feature: (ET) Work item 10319 - Shared formula support in PHPExcel_Reader_Excel5
  656. - Feature: (MB,ET) Work item 10345 - Right-to-left column direction in worksheet
  657. - Bugfix: (ET) Work item 9824 - PHPExcel_Reader_Excel5 not reading PHPExcel_Style_NumberFormat::FORMAT_NUMBER ('0')
  658. - Bugfix: (ET) Work item 9858 - Fractional row height in locale other than English results in corrupt output using PHPExcel_Writer_Excel2007
  659. - Bugfix: (ET) Work item 9846 - Fractional (decimal) numbers not inserted correctly when locale is other than English
  660. - Bugfix: (ET) Work item 9863 - Fractional calculated value in locale other than English results in corrupt output using PHPExcel_Writer_Excel2007
  661. - Bugfix: (ET) Work item 9830 - Locale aware decimal and thousands separator in exported formats HTML, CSV, PDF
  662. - Bugfix: (MB) Work item 9819 - Cannot Add Image with Space on its Name
  663. - Bugfix: (ET) Work item 9884 - Black line at top of every page in output by PHPExcel_Writer_PDF
  664. - Bugfix: (ET) Work item 9885 - Border styles and border colors not showing in HTML output (regression since 1.6.4)
  665. - Bugfix: (ET) Work item 9888 - Hidden screen gridlines setting in worksheet not read by PHPExcel_Reader_Excel2007
  666. - Bugfix: (MB) Work item 9913 - Some valid sheet names causes corrupt output using PHPExcel_Writer_Excel2007
  667. - Bugfix: (ET) Work item 9934 - More than 32,767 characters in a cell gives corrupt Excel file
  668. - Bugfix: (ET) Work item 9937 - Images not getting copyied with the ->copy() function
  669. - Bugfix: (ET) Work item 9940 - Bad calculation of column width setAutoSize(true) function
  670. - Bugfix: (ET) Work item 9968 - Dates are sometimes offset by 1 day in output by HTML and PDF writers depending on system timezone setting
  671. - Bugfix: (ET) Work item 10003 - Wingdings symbol fonts not working with PHPExcel_Writer_Excel5
  672. - Bugfix: (MB) Work item 10010 - White space string prefix stripped by PHPExcel_Writer_Excel2007
  673. - Bugfix: (ET) Work item 10023 - The name of the Workbook stream MUST be "Workbook", not "Book"
  674. - Bugfix: (ET) Work item 10030 - Avoid message "Microsoft Excel recalculates formulas..." when closing xls file from Excel
  675. - Bugfix: (ET) Work item 10031 - Non-unique newline representation causes problems with LEN formula
  676. - Bugfix: (ET) Work item 10033 - Newline in cell not showing with PHPExcel_Writer_HTML and PHPExcel_Writer_PDF
  677. - Bugfix: (ET) Work item 10046 - Rich-Text strings get prefixed by   when output by HTML writer
  678. - Bugfix: (ET) Work item 10052 - Leading spaces do not appear in output by HTML/PDF writers
  679. - Bugfix: (MB) Work item 10061 - Empty Apache POI-generated file can not be read
  680. - Bugfix: (ET) Work item 10068 - Column width not scaling correctly with font size in HTML and PDF writers
  681. - Bugfix: (ET) Work item 10069 - Inaccurate row heights with HTML writer
  682. - Bugfix: (MB) Patch 2992 - Reference helper
  683. - Bugfix: (MBaker) - Excel 5 Named ranges should not be local to the worksheet, but accessible from all worksheets
  684. - Bugfix: (ET) Work item 10088 - Row heights are ignored by PHPExcel_Writer_PDF
  685. - Bugfix: (MB) Patch 3003 - Write raw XML
  686. - Bugfix: (ET) Work item 10098 - removeRow(), removeColumn() not always clearing cell values
  687. - Bugfix: (ET) Work item 10142 - Problem reading certain hyperlink records with PHPExcel_Reader_Excel5
  688. - Bugfix: (ET) Work item 10143 - Hyperlink cell range read failure with PHPExcel_Reader_Excel2007
  689. - Bugfix: (MB) Work item 10149 - 'Column string index can not be empty.'
  690. - Bugfix: (ET) Work item 10204 - getHighestColumn() sometimes says there are 256 columns with PHPExcel_Reader_Excel5
  691. - Bugfix: (ET) Work item 10220 - extractSheetTitle fails when sheet title contains exclamation mark (!)
  692. - Bugfix: (ET) Work item 10221 - setTitle() sometimes erroneously appends integer to sheet name
  693. - Bugfix: (ET) Work item 10229 - Mac BIFF5 Excel file read failure (missing support for Mac OS Roman character set)
  694. - Bugfix: (ET) Work item 10230 - BIFF5 header and footer incorrectly read by PHPExcel_Reader_Excel5
  695. - Bugfix: (ET) Work item 10259 - iconv notices when reading hyperlinks with PHPExcel_Reader_Excel5
  696. - Bugfix: (ET) Work item 10252 - Excel5 reader OLE read failure with small Mac BIFF5 Excel files
  697. - Bugfix: (ET) Work item 10272 - Problem in reading formula : IF( IF ) with PHPExcel_Reader_Excel5
  698. - Bugfix: (ET) Work item 10274 - Error reading formulas referencing external sheets with PHPExcel_Reader_Excel5
  699. - Bugfix: (ET) Work item 10291 - Image horizontally stretched when default font size is increased (PHPExcel_Writer_Excel5)
  700. - Bugfix: (ET) Work item 10333 - Undefined offset in Reader\Excel5.php on line 3572
  701. - Bugfix: (MB) Work item 10340 - PDF output different then XLS (copied data)
  702. - Bugfix: (ET) Work item 10352 - Internal hyperlinks with UTF-8 sheet names not working in PHPExcel_Writer_Excel5
  703. - Bugfix: (ET) Work item 10361 - String shared formula result read error with PHPExcel_Reader_Excel5
  704. - Bugfix: (ET) Work item 10363 - Uncaught exception 'Exception' with message 'Valid scale is between 10 and 400.' in Classes/PHPExcel/Worksheet/PageSetup.php:338
  705. - Bugfix: (ET) Work item 10355 - Using setLoadSheetsOnly fails if you do not use setReadDataOnly(true) and sheet is not the first sheet
  706. - Bugfix: (MB) Work item 10362 - getCalculatedValue() sometimes incorrect with IF formula and 0-values
  707. - Bugfix: (MBaker) Work Item 10198 - Excel Reader 2007 problem with "shared" formulae when "master" is an error
  708. - Bugfix: (MBaker) Work Item 10106 - Named Range Bug, using the same range name on different worksheets
  709. - Bugfix: (MBaker) Work Item 10004 - Java code in JAMA classes
  710. - Bugfix: (MBaker) Work Item 9659 - getCalculatedValue() not working with some formulas involving error types
  711. - Bugfix: (MBaker) Work Item 9447 - evaluation of both return values in an IF() statement returning an error if either result was an error, irrespective of the IF evaluation
  712. - Bugfix: (MBaker) Work Item 6203 - Power in formulas: new calculation engine no longer treats ^ as a bitwise XOR operator
  713. - Bugfix: (MBaker) - Bugfixes and improvements to many of the Excel functions in PHPExcel
  714. - Added optional "places" parameter in the BIN2HEX(), BIN2OCT, DEC2BIN(), DEC2OCT(), DEC2HEX(), HEX2BIN(), HEX2OCT(), OCT2BIN() and OCT2HEX() Engineering Functions
  715. - Trap for unbalanced matrix sizes in MDETERM() and MINVERSE() Mathematic and Trigonometric functions
  716. - Fix for default characters parameter value for LEFT() and RIGHT() Text functions
  717. - Fix for GCD() and LCB() Mathematical functions when the parameters include a zero (0) value
  718. - Fix for BIN2OCT() Engineering Function for 2s complement values (which were returning hex values)
  719. - Fix for BESSELK() and BESSELY() Engineering functions
  720. - Fix for IMDIV() Engineering Function when result imaginary component is positive (wasn't setting the sign)
  721. - Fix for ERF() Engineering Function when called with an upper limit value for the integration
  722. - Fix to DATE() Date/Time Function for year value of 0
  723. - Set ISPMT() function as category FINANCIAL
  724. - Fix for DOLLARDE() and DOLLARFR() Financial functions
  725. - Fix to EFFECT() Financial function (treating $nominal_rate value as a variable name rather than a value)
  726. - Fix to CRITBINOM() Statistical function (CurrentValue and EssentiallyZero treated as constants rather than variables)
  727. Note that an Error in the function logic can still lead to a permanent loop
  728. - Fix to MOD() Mathematical function to work with floating point results
  729. - Fix for QUOTIENT() Mathematical function
  730. - Fix to HOUR(), MINUTE() and SECOND() Date/Time functions to return an error when passing in a floating point value of 1.0 or greater, or less than 0
  731. - LOG() Function now correctly returns base-10 log when called with only one parameter, rather than the natural log as the default base
  732. - Modified text functions to handle multibyte character set (UTF-8).
  733. 2009/04/22 (v1.6.7):
  734. - General: (MB) Work item 9416 - Deprecate misspelled setStriketrough() and getStriketrough() methods
  735. - General: (MB) Work item 9526 - Performance improvement when saving file
  736. - Feature: (MB) Work item 9598 - Check that sheet title has maximum 31 characters
  737. - Feature: (MB, ET) Work item 9631 - True support for Excel built-in number format codes
  738. - Feature: (ET) Work item 9683 - Ability to read defect BIFF5 Excel file without CODEPAGE record
  739. - Feature: (MB) Work item 9701 - Auto-detect which reader to invoke
  740. - Feature: (ET) Work item 9214 - Deprecate insertion of dates using PHP-time (Unix time) [request for removal of feature]
  741. - Feature: (ET) Work item 9747 - Support for entering time values like '9:45', '09:45' using AdvancedValueBinder
  742. - Feature: (ET) Work item 9797 - DataType dependent horizontal alignment in HTML and PDF writer
  743. - Bugfix: (MB) Work item 9375 - Cloning data validation object causes script to stop
  744. - Bugfix: (ET) Work item 9400 - Simultaneous repeating rows and repeating columns not working with PHPExcel_Writer_Excel5
  745. - Bugfix: (MB) Work item 9399 - Simultaneous repeating rows and repeating columns not working with PHPExcel_Writer_Excel2007
  746. - Bugfix: (ET) Work item 9437 - Row outline level not working with PHPExcel_Writer_Excel5
  747. - Bugfix: (ET) Work item 9452 - Occasional notices with PHPExcel_Reader_Excel5 when Excel file contains drawing elements
  748. - Bugfix: (ET) Work item 9453 - PHPExcel_Reader_Excel5 fails as a whole when workbook contains images other than JPEG/PNG
  749. - Bugfix: (ET) Work item 9444 - Excel5 writer checks for iconv but does not necessarily use it
  750. - Bugfix: (ET) Work item 9463 - Altering a style on copied worksheet alters also the original
  751. - Bugfix: (MB) Work item 9480 - Formulas are incorrectly updated when a sheet is renamed
  752. - Bugfix: (MB) Work item 9513 - PHPExcel_Worksheet::extractSheetTitle not treating single quotes correctly
  753. - Bugfix: (MB) Work item 9477 - PHP Warning raised in function array_key_exists
  754. - Bugfix: (MB) Work item 9599 - getAlignWithMargins() gives wrong value when using PHPExcel_Reader_Excel2007
  755. - Bugfix: (MB) Work item 9600 - getScaleWithDocument() gives wrong value when using PHPExcel_Reader_Excel2007
  756. - Bugfix: (MB) Work item 9630 - PHPExcel_Reader_Excel2007 not reading the first user-defined number format
  757. - Bugfix: (MB) Work item 9647 - Print area converted to uppercase after read with PHPExcel_Reader_Excel2007
  758. - Bugfix: (MB) Work item 9661 - Incorrect reading of scope for named range using PHPExcel_Reader_Excel2007
  759. - Bugfix: (MB) Work item 9690 - Error with pattern (getFillType) and rbg (getRGB)
  760. - Bugfix: (ET) Work item 9712 - AdvancedValueBinder affected by system timezone setting when inserting date values
  761. - Bugfix: (ET) Work item 9743 - PHPExcel_Reader_Excel2007 not reading value of active sheet index
  762. - Bugfix: (ET) Work item 9742 - getARGB() sometimes returns SimpleXMLElement object instead of string with PHPExcel_Reader_Excel2007
  763. - Bugfix: (ET) Work item 9731 - Negative image offset causes defects in 14excel5.xls and 20readexcel5.xlsx
  764. - Bugfix: (ET) Work item 9758 - HTML & PDF Writer not working with mergeCells (regression since 1.6.5)
  765. - Bugfix: (ET) Work item 9774 - Too wide columns with HTML and PDF writer
  766. - Bugfix: (MB) Work item 9775 - PDF and cyrillic fonts
  767. - Bugfix: (ET) Work item 9793 - Percentages not working correctly with HTML and PDF writers (shows 0.25% instead of 25%)
  768. - Bugfix: (ET) Work item 9791 - PHPExcel_Writer_HTML creates extra borders around cell contents using setUseInlineCss(true)
  769. - Bugfix: (ET) Work item 9784 - Problem with text wrap + merged cells in HTML and PDF writer
  770. - Bugfix: (ET) Work item 9814 - Adjacent path separators in include_path causing IOFactory to violate open_basedir restriction
  771. --------------------------------------------------------------------------------
  772. BREAKING CHANGE! In previous versions of PHPExcel up to and including 1.6.6,
  773. when a cell had a date-like number format code, it was possible to enter a date
  774. directly using an integer PHP-time without converting to Excel date format.
  775. Starting with PHPExcel 1.6.7 this is no longer supported. Refer to the developer
  776. documentation for more information on entering dates into a cell.
  777. --------------------------------------------------------------------------------
  778. 2009/03/02 (v1.6.6):
  779. - General: (MB) Work item 9102 - Improve support for built-in number formats in PHPExcel_Reader_Excel2007
  780. - General: (ET) Work item 9281 - Source files are in both UNIX and DOS formats - changed to UNIX
  781. - General: (MB) Work item 9338 - Update documentation: Which language to write formulas in?
  782. - Feature: (ET) Work item 8817 - Ignore DEFCOLWIDTH records with value 8 in PHPExcel_Reader_Excel5
  783. - Feature: (ET) Work item 8847 - Support for width, height, offsetX, offsetY for images in PHPExcel_Reader_Excel5
  784. - Feature: (MB) Work item 8870 - Disk Caching in specific folder
  785. - Feature: (MBaker) Work item 2346 - Added SUMX2MY2, SUMX2PY2, SUMXMY2, MDETERM and MINVERSE Mathematical and Trigonometric Functions
  786. - Feature: (MBaker) Work item 2346 - Added CONVERT Engineering Function
  787. - Feature: (MBaker) Work item 2346 - Added DB, DDB, DISC, DOLLARDE, DOLLARFR, INTRATE, IPMT, PPMT, PRICEDISC, PRICEMAT and RECEIVED Financial Functions
  788. - Feature: (MBaker) Work item 2346 - Added ACCRINTM, CUMIPMT, CUMPRINC, TBILLEQ, TBILLPRICE, TBILLYIELD, YIELDDISC and YIELDMAT Financial Functions
  789. - Feature: (MBaker) Work item 2346 - Added DOLLAR Text Function
  790. - Feature: (MBaker) Work item 2346 - Added CORREL, COVAR, FORECAST, INTERCEPT, RSQ, SLOPE and STEYX Statistical Functions
  791. - Feature: (MBaker) Work item 2346 - Added PEARSON Statistical Functions as a synonym for CORREL
  792. - Feature: (MBaker) Work item 2346 - Added LINEST, LOGEST (currently only valid for stats = false), TREND and GROWTH Statistical Functions
  793. - Feature: (MBaker) Work item 2346 - Added RANK and PERCENTRANK Statistical Functions
  794. - Feature: (MBaker) Work item 2346 - Added ROMAN Mathematical Function (Classic form only)
  795. - Feature: (MB) Work item 8931 - Update documentation to show example of getCellByColumnAndRow($col, $row)
  796. - Feature: (MB) Work item 8770 - Implement worksheet, row and cell iterators
  797. - Feature: (MB) Work item 9001 - Support for arbitrary defined names (named range)
  798. - Feature: (MB, ET) Work item 9016 - Update formulas when sheet title / named range title changes
  799. - Feature: (MB) Work item 9103 - Ability to read cached calculated value
  800. - Feature: (MBaker, ET) Work item 8483 - Support for Excel 1904 calendar date mode (Mac)
  801. - Feature: (ET) Work item 9194 - PHPExcel_Writer_Excel5 improvements writing shared strings table
  802. - Feature: (ET) Work item 9248 - PHPExcel_Writer_Excel5 iconv fallback when mbstring extension is not enabled
  803. - Feature: (ET) Work item 9253 - UTF-8 support in font names in PHPExcel_Writer_Excel5
  804. - Feature: (MB) Work item 9215 - Implement value binding architecture
  805. - Feature: (MB) Work item 6742 - PDF writer not working with UTF-8
  806. - Feature: (ET) Work item 9355 - Eliminate duplicate style entries in multisheet workbook written by PHPExcel_Writer_Excel5
  807. - Bugfix: (ET) Work item 8810 - Redirect to client browser fails due to trailing white space in class definitions
  808. - Bugfix: (MB) Work item 8816 - Spurious column dimension element introduced in blank worksheet after using PHPExcel_Writer_Excel2007
  809. - Bugfix: (ET) Work item 8830 - Image gets slightly narrower than expected when using PHPExcel_Writer_Excel5
  810. - Bugfix: (ET) Work item 8831 - Image laid over non-visible row gets squeezed in height when using PHPExcel_Writer_Excel5
  811. - Bugfix: (ET) Work item 8860 - PHPExcel_Reader_Excel5 fails when there are 10 or more images in the workbook
  812. - Bugfix: (MB) Work item 8909 - Different header/footer images in different sheets not working with PHPExcel_Writer_Excel2007
  813. - Bugfix: (MB, ET) Work item 8924 - Fractional seconds disappear when using PHPExcel_Reader_Excel2007 and PHPExcel_Reader_Excel5
  814. - Bugfix: (ET) Work item 7994 - Images not showing in OpenOffice when using PHPExcel_Writer_Excel5
  815. - Bugfix: (ET) Work item 9047 - Images not showing on print using PHPExcel_Writer_Excel5
  816. - Bugfix: (ET) Work item 9085 - PHPExcel_Writer_Excel5 maximum allowed record size 4 bytes too short
  817. - Bugfix: (MB) Work item 9119 - Not numeric strings are formatted as dates and numbers using worksheet's toArray method
  818. - Bugfix: (ET) Work item 9132 - Excel5 simple formula parsing error
  819. - Bugfix: (ET) Work item 9206 - Problems writing dates with CSV
  820. - Bugfix: (ET) Work item 9203 - PHPExcel_Reader_Excel5 reader fails with fatal error when reading group shapes
  821. - Bugfix: (ET) Work item 9231 - PHPExcel_Writer_Excel5 fails completely when workbook contains more than 57 colors
  822. - Bugfix: (ET) Work item 9244 - PHPExcel_Writer_PDF not compatible with autoload
  823. - Bugfix: (ET) Work item 9250 - Fatal error: Call to a member function getNestingLevel() on a non-object in PHPExcel/Reader/Excel5.php on line 690
  824. - Bugfix: (MB) Work item 9246 - Notices when running test 04printing.php on PHP 5.2.8
  825. - Bugfix: (MB) Work item 9294 - insertColumn() spawns creation of spurious RowDimension
  826. - BugFix: (MBaker) Work item 9296 - Fix declarations for methods in extended Trend classes
  827. - Bugfix: (MBaker) Work item 2346 - Fix to parameters for the FORECAST Statistical Function
  828. - Bugfix: (MB) Work item 7083 - PDF writer problems with cell height and text wrapping
  829. - Bugfix: (MBaker) Work Item 9337 - Fix test for calculated value in case the returned result is an array
  830. - Bugfix: (ET) Work Item 9354 - Column greater than 256 results in corrupt Excel file using PHPExcel_Writer_Excel5
  831. - Bugfix: (MB) Work item 9351 - Excel Numberformat 0.00 results in non internal decimal places values in toArray() Method
  832. - Bugfix: (MB,ET) Work item 9356 - setAutoSize not taking into account text rotation
  833. - Bugfix: (ET) Work item 9372 - Call to undefined method PHPExcel_Worksheet_MemoryDrawing::getPath() in PHPExcel/Writer/HTML.php
  834. 2009/01/05 (v1.6.5):
  835. - General: (MB) Applied patch 2063
  836. - General: (MB) Applied patch from work item 8073 - Optimise Shared Strings
  837. - General: (MB) Applied patch from work item 8074 - Optimise Cell Sorting
  838. - General: (MB) Applied patch from work item 8075 - Optimise Style Hashing
  839. - General: (ET) Applied patch from work item 8245 - UTF-8 enhancements
  840. - General: (ET) Applied patch from work item 8283 - PHPExcel_Writer_HTML validation errors against strict HTML 4.01 / CSS 2.1
  841. - General: (MB) Documented work items 6203 and 8110 in manual
  842. - General: (ET) Restructure package hierachy so classes can be found more easily in auto-generated API (from work item 8468)
  843. - General: (MB) Work item 8806 - Redirect output to a client's browser: Update recommendation in documentation
  844. - Feature: (ET) Work item 7897 - PHPExcel_Reader_Excel5 support for print gridlines
  845. - Feature: (ET) Work item 7899 - Screen gridlines support in Excel5 reader/writer
  846. - Feature: (MB, ET) Work item 7552 - Option for adding image to spreadsheet from image resource in memory
  847. - Feature: (ET) Work item 7862 - PHPExcel_Reader_Excel5 style support for BIFF5 files (Excel 5.0 - Excel 95)
  848. - Feature: (ET) Work item 7918 - PHPExcel_Reader_Excel5 support for user-defined colors and special built-in colors
  849. - Feature: (ET) Work item 7992 - Support for freeze panes in PHPExcel_Reader_Excel5
  850. - Feature: (ET) Work item 7996 - Support for header and footer margins in PHPExcel_Reader_Excel5
  851. - Feature: (ET) Work item 7997 - Support for active sheet index in Excel5 reader/writer
  852. - Feature: (MB) Work item 7991 - Freeze panes not read by PHPExcel_Reader_Excel2007
  853. - Feature: (MB, ET) Work item 7993 - Support for screen zoom level (feature request)
  854. - Feature: (ET) Work item 8012 - Support for default style in PHPExcel_Reader_Excel5
  855. - Feature: (MB) Work item 8094 - Apple iWork / Numbers.app incompatibility
  856. - Feature: (MB) Work item 7931 - Support "between rule" in conditional formatting
  857. - Feature: (MB) Work item 8308 - Comment size, width and height control (feature request)
  858. - Feature: (ET) Work item 8418 - Improve method for storing MERGEDCELLS records in PHPExcel_Writer_Excel5
  859. - Feature: (ET) Work item 8435 - Support for protectCells() in Excel5 reader/writer
  860. - Feature: (ET) Work item 8472 - Support for fitToWidth and fitToHeight pagesetup properties in PHPExcel_Reader_Excel5
  861. - Feature: (ET) Work item 8489 - Support for setShowSummaryBelow() and setShowSummaryRight() in PHPExcel_Writer_Excel5
  862. - Feature: (MB) Work item 8483 - Support for Excel 1904 calendar date mode (Mac)
  863. - Feature: (ET) Work item 7538 - Excel5 reader: Support for reading images (bitmaps)
  864. - Feature: (ET) Work item 8787 - Support for default style in PHPExcel_Writer_Excel5
  865. - Feature: (MBaker) Modified calculate() method to return either an array or the first value from the array for those functions that return arrays rather than single values (e.g the MMULT and TRANSPOSE function). This performance can be modified based on the $returnArrayAsType which can be set/retrieved by calling the setArrayReturnType() and getArrayReturnType() methods of the PHPExcel_Calculation class.
  866. - Feature: (MBaker) Work item 2346 - Added ERROR.TYPE Information Function, MMULT Mathematical and Trigonometry Function, and TRANSPOSE Lookup and Reference Function
  867. - Bugfix: (ET) Work item 7896 - setPrintGridlines(true) not working with PHPExcel_Writer_Excel5
  868. - Bugfix: (ET) Work item 7907 - Incorrect mapping of fill patterns in PHPExcel_Writer_Excel5
  869. - Bugfix: (MB) Work item 7898 - setShowGridlines(false) not working with PHPExcel_Writer_Excel2007
  870. - Bugfix: (MB) Work item 7905 - getShowGridlines() gives inverted value when reading sheet with PHPExcel_Reader_Excel2007
  871. - Bugfix: (ET) Work item 7944 - User-defined column width becomes slightly larger after read/write with Excel5
  872. - Bugfix: (ET) Work item 7949 - Incomplete border style support in PHPExcel_Writer_Excel5
  873. - Bugfix: (MB) Work item 7928 - Conditional formatting "containsText" read/write results in MS Office Excel 2007 crash
  874. - Bugfix: (MB) Work item 7995 - All sheets are always selected in output when using PHPExcel_Writer_Excel2007
  875. - Bugfix: (MB) Work item 8013 - COLUMN function warning message during plain read/write
  876. - Bugfix: (MB) Work item 8155 - setValue(0) results in string data type '0'
  877. - Bugfix: (MB) Work item 8226 - Styles not removed when removing rows from sheet
  878. - Bugfix: (MB) Work item 8301 - =IF formula causes fatal error during $objWriter->save() in Excel2007 format
  879. - Bugfix: (ET) Work item 8333 - Exception thrown reading valid xls file: "Excel file is corrupt. Didn't find CONTINUE record while reading shared strings"
  880. - Bugfix: (ET) Work item 8320 - MS Outlook corrupts files generated by PHPExcel_Writer_Excel5
  881. - Bugfix: (MB) Work item 8351 - Undefined method PHPExcel_Worksheet::setFreezePane() in ReferenceHelper.php on line 271
  882. - Bugfix: (MB) Work item 8401 - Ampersands (&), left and right angles (<, >) in Rich-Text strings leads to corrupt output using PHPExcel_Writer_Excel2007
  883. - Bugfix: (ET) Work item 8408 - Print header and footer not supporting UTF-8 in PHPExcel_Writer_Excel5
  884. - Bugfix: (ET) Work item 8463 - Vertical page breaks not working with PHPExcel_Writer_Excel5
  885. - Bugfix: (ET) Work item 8476 - Missing support for accounting underline types in PHPExcel_Writer_Excel5
  886. - Bugfix: (ET) Work item 8482 - Infinite loops when reading corrupt xls file using PHPExcel_Reader_Excel5
  887. - Bugfix: (ET) Work item 8566 - Sheet protection password not working with PHPExcel_Writer_Excel5
  888. - Bugfix: (ET) Work item 8596 - PHPExcel_Style_NumberFormat::FORMAT_NUMBER ignored by PHPExcel_Writer_Excel5
  889. - Bugfix: (ET) Work item 8781 - PHPExcel_Reader_Excel5 fails a whole when workbook contains a chart
  890. - Bugfix: (ET) Work item 8788 - Occasional loss of column widths using PHPExcel_Writer_Excel5
  891. - Bugfix: (ET) Work item 8795 - Notices while reading formulas with deleted sheet references using PHPExcel_Reader_Excel5
  892. - Bugfix: (MB) Work item 8807 - Default style not read by PHPExcel_Reader_Excel2007
  893. - Bugfix: (MB) Work item 9341 - Blank rows occupy too much space in file generated by PHPExcel_Writer_Excel2007
  894. 2008/10/27 (v1.6.4):
  895. - General: (ET) Work item 7882 - RK record number error in MS developer documentation: 0x007E should be 0x027E
  896. - Feature: (MBaker) Work item 7878 - getHighestColumn() returning "@" for blank worksheet causes corrupt output
  897. - Feature: (MBaker) Work item 2346 - Implement ROW and COLUMN Lookup/Reference Functions (when specified with a parameter)
  898. - Feature: (MBaker) Work item 2346 - Implement initial work on OFFSET Lookup/Reference Function (returning address rather than value at address)
  899. - Feature: (ET) Work item 7416 - Excel5 reader: Page margins
  900. - Feature: (ET) Work item 7417 - Excel5 reader: Header & Footer
  901. - Feature: (ET) Work item 7449 - Excel5 reader support for page setup (paper size etc.)
  902. - Feature: (MB) Work item 7445 - Improve speed and memory consumption of PHPExcel_Writer_CSV
  903. - Feature: (MB) Work item 7432 - Better recognition of number format in HTML, CSV, and PDF writer
  904. - Feature: (MB) Work item 7485 - Font support: Superscript and Subscript
  905. - Feature: (ET) Work item 7509 - Excel5 reader font support: Super- and subscript
  906. - Feature: (ET) Work item 7521 - Excel5 reader style support: Text rotation and stacked text
  907. - Feature: (ET) Work item 7530 - Excel5 reader: Support for hyperlinks
  908. - Feature: (MB, ET) Work item 7557 - Import sheet by request
  909. - Feature: (ET) Work item 7607 - PHPExcel_Reader_Excel5 support for page breaks
  910. - Feature: (ET) Work item 7622 - PHPExcel_Reader_Excel5 support for shrink-to-fit
  911. - Feature: (MB, ET) Work item 7675 - Support for error types
  912. - Feature: (ET) Work item 7388 - Excel5 reader true formula support
  913. - Feature: (ET) Work item 7701 - Support for named ranges (defined names) in PHPExcel_Reader_Excel5
  914. - Feature: (ET) Work item 7781 - Support for repeating rows and repeating columns (print titles) in PHPExcel_Reader_Excel5
  915. - Feature: (ET) Work item 7783 - Support for print area in PHPExcel_Reader_Excel5
  916. - Feature: (ET) Work item 7795 - Excel5 reader and writer support for horizontal and vertical centering of page
  917. - Feature: (MB) Applied patch 1962
  918. - Feature: (ET) Work item 7866 - Excel5 reader and writer support for hidden cells (formulas)
  919. - Feature: (MB, ET) Work item 7612 - Support for indentation in cells (feature request)
  920. - Feature: (MB, ET) Work item 7828 - Option for reading only specified interval of rows in a sheet
  921. - Bugfix: (MBaker) Work item 7367 - PHPExcel_Calculation_Functions::DATETIMENOW() and PHPExcel_Calculation_Functions::DATENOW() to force UTC
  922. - Bugfix: (MBaker) Work item 7395 - Modified PHPExcel_Shared_Date::FormattedPHPToExcel() and PHPExcel_Shared_Date::ExcelToPHP to force datatype for return values
  923. - Bugfix: (ET) Work item 7450 - Excel5 reader not producing UTF-8 strings with BIFF5 files
  924. - Bugfix: (MB) Work item 7470 - Array constant in formula gives run-time notice with Excel2007 writer
  925. - Bugfix: (MB) Work item 7494 - PHPExcel_Reader_Excel2007 setReadDataOnly(true) returns Rich-Text
  926. - Bugfix: (ET) Work item 7496 - PHPExcel_Reader_Excel5 setReadDataOnly(true) returns Rich-Text
  927. - Bugfix: (MB) Work item 7497 - Characters before superscript or subscript losing style
  928. - Bugfix: (MB) Work item 7507 - Subscript not working with HTML writer
  929. - Bugfix: (MB) Work item 7508 - DefaultColumnDimension not working on first column (A)
  930. - Bugfix: (MB) Work item 7527 - Negative numbers are stored as text in PHPExcel_Writer_2007
  931. - Bugfix: (ET) Work item 7531 - Text rotation and stacked text not working with PHPExcel_Writer_Excel5
  932. - Bugfix: (MB) Work item 7536 - PHPExcel_Shared_Date::isDateTimeFormatCode erroneously says true
  933. - Bugfix: (MB) Work item 7559 - Different images with same filename in separate directories become duplicates
  934. - Bugfix: (ET) Work item 7568 - PHPExcel_Reader_Excel5 not returning sheet names as UTF-8 using for Excel 95 files
  935. - Bugfix: (MB) Work item 7575 - setAutoSize(true) on empty column gives column width of 10 using PHPExcel_Writer_Excel2007
  936. - Bugfix: (MB, ET) Work item 7573 - setAutoSize(true) on empty column gives column width of 255 using PHPExcel_Writer_Excel5
  937. - Bugfix: (MB) Work item 7514 - Worksheet_Drawing bug
  938. - Bugfix: (MB) Work item 7593 - getCalculatedValue() with REPT function causes script to stop
  939. - Bugfix: (MB) Work item 7594 - getCalculatedValue() with LEN function causes script to stop
  940. - Bugfix: (MB) Work item 7600 - Explicit fit-to-width (page setup) results in fit-to-height becoming 1
  941. - Bugfix: (MB) Work item 7610 - Fit-to-width value of 1 is lost after read/write of Excel2007 spreadsheet
  942. - Bugfix: (MB) Work item 7516 - Conditional styles not read properly using PHPExcel_Reader_Excel2007
  943. - Bugfix: (MB) Work item 7611 - PHPExcel_Writer_2007: Default worksheet style works only for first sheet
  944. - Bugfix: (ET) Work item 6940 - Cannot Lock Cells using PHPExcel_Writer_Excel5
  945. - Bugfix: (ET) Work item 7621 - Incorrect cell protection values found when using Excel5 reader
  946. - Bugfix: (ET) Work item 7623 - Default row height not working above highest row using PHPExcel_Writer_Excel5
  947. - Bugfix: (ET) Work item 7637 - Default column width does not get applied when using PHPExcel_Writer_Excel5
  948. - Bugfix: (ET) Work item 7642 - Broken support for UTF-8 string formula results in PHPExcel_Reader_Excel5
  949. - Bugfix: (ET) Work item 7643 - UTF-8 sheet names not working with PHPExcel_Writer_Excel5
  950. - Bugfix: (MB) Work item 7631 - getCalculatedValue() with ISNONTEXT function causes script to stop
  951. - Bugfix: (ET) Work item 7652 - Missing BIFF3 functions in PHPExcel_Writer_Excel5: USDOLLAR (YEN), FINDB, SEARCHB, REPLACEB, LEFTB, RIGHTB, MIDB, LENB, ASC, DBCS (JIS)
  952. - Bugfix: (ET) Work item 7663 - Excel5 reader doesn't read numbers correctly in 64-bit systems
  953. - Bugfix: (ET) Work item 7667 - Missing BIFF5 functions in PHPExcel_Writer_Excel5: ISPMT, DATEDIF, DATESTRING, NUMBERSTRING
  954. - Bugfix: (ET) Work item 7668 - Missing BIFF8 functions in PHPExcel_Writer_Excel5: GETPIVOTDATA, HYPERLINK, PHONETIC, AVERAGEA, MAXA, MINA, STDEVPA, VARPA, STDEVA, VARA
  955. - Bugfix: (MB) Work item 7657 - Wrong host value in PHPExcel_Shared_ZipStreamWrapper::stream_open()
  956. - Bugfix: (ET) Work item 7676 - PHPExcel_Reader_Excel5 not reading explicitly entered error types in cells
  957. - Bugfix: (ET) Work item 7678 - Boolean and error data types not preserved for formula results in PHPExcel_Reader_Excel5
  958. - Bugfix: (MB) Work item 7695 - PHPExcel_Reader_Excel2007 ignores cell data type
  959. - Bugfix: (ET) Work item 7712 - PHPExcel_Reader_Excel5 ignores cell data type
  960. - Bugfix: (ET) Work item 7587 - PHPExcel_Writer_Excel5 not aware of data type
  961. - Bugfix: (ET) Work item 7713 - Long strings sometimes truncated when using PHPExcel_Reader_Excel5
  962. - Bugfix: (ET) Work item 7727 - Direct entry of boolean or error type in cell not supported by PHPExcel_Writer_Excel5
  963. - Bugfix: (MB) Work item 7714 - PHPExcel_Reader_Excel2007: Error reading cell with data type string, date number format, and numeric-like cell value
  964. - Bugfix: (ET) Work item 7735 - Row and column outlines (group indent level) not showing after using PHPExcel_Writer_Excel5
  965. - Bugfix: (ET) Work item 7737 - Missing UTF-8 support in number format codes for PHPExcel_Writer_Excel5
  966. - Bugfix: (ET) Work item 7750 - Missing UTF-8 support with PHPExcel_Writer_Excel5 for explicit string in formula
  967. - Bugfix: (MB) Work item 7726 - Problem with class constants in PHPExcel_Style_NumberFormat
  968. - Bugfix: (ET) Work item 7758 - Sometimes errors with PHPExcel_Reader_Excel5 reading hyperlinks
  969. - Bugfix: (ET) Work item 7759 - Hyperlink in cell always results in string data type when using PHPExcel_Writer_Excel5
  970. - Bugfix: (ET) Work item 7771 - Excel file with blank sheet seen as broken in MS Office Excel 2007 when created by PHPExcel_Writer_Excel5
  971. - Bugfix: (ET) Work item 7785 - PHPExcel_Reader_Excel5: Incorrect reading of formula with explicit string containing (escaped) double-quote
  972. - Bugfix: (MB) Work item 7787 - getCalculatedValue() fails on formula with sheet name containing (escaped) single-quote
  973. - Bugfix: (MB) Work item 7786 - getCalculatedValue() fails on formula with explicit string containing (escaped) double-quote
  974. - Bugfix: (MB) Work item 7780 - Problems with simultaneous repeatRowsAtTop and repeatColumnsAtLeft using Excel2007 reader and writer
  975. - Bugfix: (ET) Work item 7802 - PHPExcel_Reader_Excel5: Error reading formulas with sheet reference containing special characters
  976. - Bugfix: (ET) Work item 7831 - Off-sheet references sheet!A1 not working with PHPExcel_Writer_Excel5
  977. - Bugfix: (ET) Work item 7834 - Repeating rows/columns (print titles), print area not working with PHPExcel_Writer_Excel5
  978. - Bugfix: (ET) Work item 7849 - Formula having datetime number format shows as text when using PHPExcel_Writer_Excel5
  979. - Bugfix: (MBaker) Work item 7863 - Cannot set formula to hidden using applyFromArray()
  980. - Bugfix: (MBaker) Work item 7805 - HTML/PDF Writers limited to 26 columns by calculateWorksheetDimension (erroneous comparison in getHighestColumn() method)
  981. - Bugfix: (MB) Work item 7873 - Formula returning error type is lost when read by PHPExcel_Reader_Excel2007
  982. - Bugfix: (ET) Work item 7883 - PHPExcel_Reader_Excel5: Cell style lost for last column in group of blank cells
  983. - Bugfix: (MB) Work item 7886 - Column width sometimes collapses to auto size using Excel2007 reader/writer
  984. - Bugfix: (MB) Work item 9343 - Data Validation Formula = 0 crashes Excel
  985. 2008/08/25 (v1.6.3):
  986. - Bugfix: (MBaker) Work item 7367 - Modified PHPExcel_Shared_Date::PHPToExcel() to force UTC
  987. - General: (MB) Applied patch 1629
  988. - General: (MB) Applied patch 1644
  989. - General: (MB) Work item 6485 - Implement repeatRow and repeatColumn in Excel5 writer
  990. - General: (MB) Work item 6838 - Remove scene3d filter in Excel2007 drawing
  991. - Feature: (MBaker) Work item 2346 - Implement CHOOSE and INDEX Lookup/Reference Functions
  992. - Feature: (MBaker) Work item 2346 - Implement CLEAN Text Functions
  993. - Feature: (MBaker) Work item 2346 - Implement YEARFRAC Date/Time Functions
  994. - Feature: (MB) Work item 6508 - Implement 2 options for print/show gridlines
  995. - Feature: (MB) Work item 7270 - Add VLOOKUP function (contribution)
  996. - Feature: (MB) Work item 7182 - Implemented: ShrinkToFit
  997. - Feature: (MB) Work item 7218 - Row heights not updated correctly when inserting new rows
  998. - Feature: (MB) Work item 7157 - Copy worksheets within the same workbook
  999. - Feature: (ET) Work item 7290 - Excel5 reader style support: horizontal and vertical alignment plus text wrap
  1000. - Feature: (ET) Work item 7294 - Excel5 reader support for merged cells
  1001. - Feature: (ET) Work item 7296 - Excel5 reader: Sheet Protection
  1002. - Feature: (ET) Work item 7297 - Excel5 reader: Password for sheet protection
  1003. - Feature: (ET) Work item 7299 - Excel5 reader: Column width
  1004. - Feature: (ET) Work item 7301 - Excel5 reader: Row height
  1005. - Feature: (ET) Work item 7304 - Excel5 reader: Font support
  1006. - Feature: (ET) Work item 7324 - Excel5 reader: support for locked cells
  1007. - Feature: (ET) Work item 7330 - Excel5 reader style support: Fill (background colors and patterns)
  1008. - Feature: (ET) Work item 7332 - Excel5 reader style support: Borders (style and color)
  1009. - Feature: (ET) Work item 7346 - Excel5 reader: Rich-Text support
  1010. - Feature: (MB) Work item 7313 - Read Excel built-in number formats with Excel 2007 reader
  1011. - Feature: (ET) Work item 7317 - Excel5 reader: Number format support
  1012. - Feature: (MB) Work item 7362 - Creating a copy of PHPExcel object
  1013. - Feature: (ET) Work item 7373 - Excel5 reader: support for row / column outline (group)
  1014. - Feature: (MB) Work item 7380 - Implement default row/column sizes
  1015. - Feature: (MB) Work item 7364 - Writer HTML - option to return styles and table separately
  1016. - Feature: (ET) Work item 7393 - Excel5 reader: Support for remaining built-in number formats
  1017. - Bugfix: (MBaker) Fixed rounding in HOUR MINUTE and SECOND Time functions, and improved performance for these
  1018. - Bugfix: (MBaker) Fix to TRIM function
  1019. - Bugfix: (MBaker) Fixed range validation in TIME Functions.php
  1020. - Bugfix: (MBaker) EDATE and EOMONTH functions now return date values based on the returnDateType flag
  1021. - Bugfix: (MBaker) Write date values that are the result of a calculation function correctly as Excel serialized dates rather than PHP serialized date values
  1022. - Bugfix: (MB) Work item 6690 - Excel2007 reader not always reading boolean correctly
  1023. - Bugfix: (MB) Work item 6275 - Columns above IZ
  1024. - Bugfix: (MB) Work item 6853 - Other locale than English causes Excel2007 writer to produce broken xlsx
  1025. - Bugfix: (MB) Work item 7061 - Typo: Number_fromat in NumberFormat.php
  1026. - Bugfix: (MB) Work item 6865 - Bug in Worksheet_BaseDrawing setWidth()
  1027. - Bugfix: (MB) Work item 6891 - PDF writer collapses column width for merged cells
  1028. - Bugfix: (MB) Work item 6867 - Issues with drawings filenames
  1029. - Bugfix: (MB) Work item 7073 - fromArray() local variable isn't defined
  1030. - Bugfix: (MB) Work item 7276 - PHPExcel_Writer_Excel5->setTempDir() not passed to all classes involved in writing to a file
  1031. - Bugfix: (MB) Work item 7277 - Excel5 reader not handling UTF-8 properly
  1032. - Bugfix: (MB) Work item 7327 - If you write a 0 value in cell, cell shows as empty
  1033. - Bugfix: (MB) Work item 7302 - Excel2007 writer: Row height ignored for empty rows
  1034. - Bugfix: (MB) Work item 7281 - Excel2007 (comments related error)
  1035. - Bugfix: (MB) Work item 7345 - Column width in other locale
  1036. - Bugfix: (MB) Work item 7347 - Excel2007 reader not reading underlined Rich-Text
  1037. - Bugfix: (ET) Work item 7357 - Excel5 reader converting booleans to strings
  1038. - Bugfix: (MB) Work item 7365 - Recursive Object Memory Leak
  1039. - Bugfix: (MB) Work item 7372 - Excel2007 writer ignoring row dimensions without cells
  1040. - Bugfix: (ET) Work item 7382 - Excel5 reader is converting formatted numbers / dates to strings
  1041. 2008/06/23 (v1.6.2):
  1042. - General: (MB) Work item 6088 - Document style array values
  1043. - General: (MB) Applied patch 1195
  1044. - General: (MB) Work item 6178 - Redirecting output to a client’s web browser - http headers
  1045. - General: (MB) Work item 6187 - Improve worksheet garbage collection
  1046. - General: (MBaker) Functions that return date values can now be configured to return as Excel serialized date/time, PHP serialized date/time, or a PHP date/time object.
  1047. - General: (MBaker) Functions that explicitly accept dates as parameters now permit values as Excel serialized date/time, PHP serialized date/time, a valid date string, or a PHP date/time object.
  1048. - General: (MBaker) Implement ACOSH, ASINH and ATANH functions for those operating platforms/PHP versions that don't include these functions
  1049. - General: (MBaker) Implement ATAN2 logic reversing the arguments as per Excel
  1050. - General: (MBaker) Additional validation of parameters for COMBIN
  1051. - General: (MBaker) Fixed validation for CEILING and FLOOR when the value and significance parameters have different signs; and allowed default value of 1 or -1 for significance when in GNUMERIC compatibility mode
  1052. - Feature: (MBaker) Work item 2346 - Implement ADDRESS, ISLOGICAL, ISTEXT and ISNONTEXT functions
  1053. - Feature: (MBaker) Work item 2346 - Implement COMPLEX, IMAGINARY, IMREAL, IMARGUMENT, IMCONJUGATE, IMABS, IMSUB, IMDIV, IMSUM, IMPRODUCT, IMSQRT, IMEXP, IMLN, IMLOG10, IMLOG2, IMPOWER IMCOS and IMSIN Engineering functions
  1054. - Feature: (MBaker) Work item 2346 - Implement NETWORKDAYS and WORKDAY Date/Time functions
  1055. - Feature: (MB) Work item 6100 - Make cell column AAA available
  1056. - Feature: (MB) Work item 6095 - Mark particular cell as selected when opening Excel
  1057. - Feature: (MB) Work item 6120 - Multiple sheets in PDF and HTML
  1058. - Feature: (MB) Work item 6227 - Implement PHPExcel_ReaderFactory and PHPExcel_WriterFactory
  1059. - Feature: (MB) Work item 6249 - Set image root of PHPExcel_Writer_HTML
  1060. - Feature: (MB) Work item 6264 - Enable/disable calculation cache
  1061. - Feature: (MB) Work item 6259 - PDF writer and multi-line text
  1062. - Feature: (MB) Work item 6350 - Feature request - setCacheExpirationTime()
  1063. - Feature: (JB) Work item 6370 - Implement late-binding mechanisms to reduce memory footprint
  1064. - Feature: (JB) Work item 6430 - Implement shared styles
  1065. - Feature: (MB) Work item 6391 - Copy sheet from external Workbook to active Workbook
  1066. - Feature: (MB) Work item 6428 - Functions in Conditional Formatting
  1067. - Bugfix: (MB) Work item 6096 - Default Style in Excel5
  1068. - Bugfix: (MB) Work item 6150 - Numbers starting with '+' cause Excel 2007 errors
  1069. - Bugfix: (MB) Work item 6092 - ExcelWriter5 is not PHP5 compatible, using it with E_STRICT results in a bunch of errors (applied patches)
  1070. - Bugfix: (MB) Work item 6179 - Error Reader Excel2007 line 653 foreach ($relsDrawing->Relationship as $ele)
  1071. - Bugfix: (MB) Work item 6229 - Worksheet toArray() screws up DATE
  1072. - Bugfix: (MB) Work item 6253 - References to a Richtext cell in a formula
  1073. - Bugfix: (MB) Work item 6285 - insertNewColumnBefore Bug
  1074. - Bugfix: (MB) Work item 6319 - Error reading Excel2007 file with shapes
  1075. - Bugfix: (MBaker) Work item 6302 - Determine whether date values need conversion from PHP dates to Excel dates before writing to file, based on the data type (float or integer)
  1076. - Bugfix: (MBaker) Fixes to DATE function when it is given negative input parameters
  1077. - Bugfix: (MB) Work item 6347 - PHPExcel handles empty cells other than Excel
  1078. - Bugfix: (MB) Work item 6348 - PHPExcel handles 0 and "" as being the same
  1079. - Bugfix: (MB) Work item 6357 - Problem Using Excel2007 Reader for Spreadsheets containing images
  1080. - Bugfix: (MB) Work item 6359 - ShowGridLines ignored when reading/writing Excel 2007
  1081. - Bugfix: (MB) Work item 6426 - Bug With Word Wrap in Excel 2007 Reader
  1082. 2008/04/28 (v1.6.1):
  1083. - General: (MB) Work item 5532 - Fix documentation printing
  1084. - General: (MB) Work item 5586 - Memory usage improvements
  1085. - General: (MB) Applied patch 990
  1086. - General: (MB) Applied patch 991
  1087. - Feature: (BM) Work item 2841 - Implement PHPExcel_Reader_Excel5
  1088. - Feature: (MB) Work item 5564 - Implement "toArray" and "fromArray" method
  1089. - Feature: (MB) Work item 5665 - Read shared formula
  1090. - Feature: (MB) Work item 5681 - Read image twoCellAnchor
  1091. - Feature: (MB) Work item 4446 - &G Image as bg for headerfooter
  1092. - Feature: (MB) Work item 5834 - Implement page layout functionality for Excel5 format
  1093. - Feature: (MB) Work item 6039 - Feature request: PHPExcel_Writer_PDF
  1094. - Bugfix: (MB) Work item 5517 - DefinedNames null check
  1095. - Bugfix: (MB) Work item 5463 - Hyperlinks should not always have trailing slash
  1096. - Bugfix: (MB) Work item 5592 - Saving Error - Uncaught exception (#REF! named range)
  1097. - Bugfix: (MB) Work item 5634 - Error when creating Zip file on Linux System (Not Windows)
  1098. - Bugfix: (MB) Work item 5876 - Time incorrecly formated
  1099. - Bugfix: (MB) Work item 5914 - Conditional formatting - second rule not applied
  1100. - Bugfix: (MB) Work item 5978 - PHPExcel_Reader_Excel2007 cannot load PHPExcel_Shared_File
  1101. - Bugfix: (MB) Work item 6020 - Output redirection to web browser
  1102. 2008/02/14 (v1.6.0):
  1103. - General: (MB) Work item 3156 - Use PHPExcel datatypes in formula calculation
  1104. - Feature: (MB) Work item 5019 - Center on page when printing
  1105. - Feature: (MB) Work item 5099 - Hyperlink to other spreadsheet
  1106. - Feature: (MB) Work item 5104 - Set the print area of a worksheet
  1107. - Feature: (MB) Work item 5118 - Read "definedNames" property of worksheet
  1108. - Feature: (MB) Work item 5338 - Set default style for all cells
  1109. - Feature: (MB) Work item 4216 - Named Ranges
  1110. - Feature: (MB) Work item 5398 - Implement worksheet references (Sheet1!A1)
  1111. - Bugfix: (MB) Work item 4967 - Redirect output to a client's web browser
  1112. - Bugfix: (MB) Work item 5008 - "File Error: data may have been lost." seen in Excel 2007 and Excel 2003 SP3 when opening XLS file
  1113. - Bugfix: (MB) Work item 5165 - Bug in style's getHashCode()
  1114. - Bugfix: (MB) Work item 5165 - PHPExcel_Reader not correctly reading numeric values
  1115. - Bugfix: (MB) Work item 5324 - Text rotation is read incorrectly
  1116. - Bugfix: (MB) Work item 5326 - Enclosure " and data " result a bad data : \" instead of ""
  1117. - Bugfix: (MB) Work item 5332 - Formula parser - IF statement returning array instead of scalar
  1118. - Bugfix: (MB) Work item 5351 - setFitToWidth(nbpage) & setFitToWidth(nbpage) work partially
  1119. - Bugfix: (MB) Work item 5361 - Worksheet::setTitle() causes unwanted renaming
  1120. - Bugfix: (MB) Work item 5407 - Hyperlinks not working. Results in broken xlsx file.
  1121. 2007/12/24 (v1.5.5):
  1122. - General: (MB) Work item 4135 - Grouping Rows
  1123. - General: (MB) Work item 4427 - Semi-nightly builds
  1124. - Feature: (MB) Work item 3155 - Implement "date" datatype
  1125. - Feature: (MB) Work item 4150 - Date format not honored in CSV writer
  1126. - Feature: (MB) Work item 4199 - RichText and sharedStrings
  1127. - Feature: (MB) Work item 2346 - Implement more Excel calculation functions
  1128. - Addition of DATE, DATEDIF, DATEVALUE, DAY, DAYS360
  1129. - Feature: (MBaker) Work item 2346 - Implement more Excel calculation functions
  1130. - Addition of AVEDEV, HARMEAN and GEOMEAN
  1131. - Addition of the BINOMDIST (Non-cumulative only), COUNTBLANK, EXPONDIST, FISHER, FISHERINV, NORMDIST, NORMSDIST, PERMUT, POISSON (Non-cumulative only) and STANDARDIZE Statistical Functions
  1132. - Addition of the CEILING, COMBIN, EVEN, FACT, FACTDOUBLE, FLOOR, MULTINOMIAL, ODD, ROUNDDOWN, ROUNDUP, SIGN, SQRTPI and SUMSQ Mathematical Functions
  1133. - Addition of the NORMINV, NORMSINV, CONFIDENCE and SKEW Statistical Functions
  1134. - Addition of the CRITBINOM, HYPGEOMDIST, KURT, LOGINV, LOGNORMDIST, NEGBINOMDIST and WEIBULL Statistical Functions
  1135. - Addition of the LARGE, PERCENTILE, QUARTILE, SMALL and TRIMMEAN Statistical Functions
  1136. - Addition of the BIN2HEX, BIN2OCT, DELTA, ERF, ERFC, GESTEP, HEX2BIN, HEX2DEC, HEX2OCT, OCT2BIN and OCT2HEX Engineering Functions
  1137. - Addition of the CHIDIST, GAMMADIST and GAMMALN Statistical Functions
  1138. - Addition of the GCD, LCM, MROUND and SUBTOTAL Mathematical Functions
  1139. - Addition of the LOWER, PROPER and UPPER Text Functions
  1140. - Addition of the BETADIST and BETAINV Statistical Functions
  1141. - Addition of the CHIINV and GAMMAINV Statistical Functions
  1142. - Addition of the SERIESSUM Mathematical Function
  1143. - Addition of the CHAR, CODE, FIND, LEN, REPT, SEARCH, T, TRIM Text Functions
  1144. - Addition of the FALSE and TRUE Boolean Functions
  1145. - Addition of the TDIST and TINV Statistical Functions
  1146. - Addition of the EDATE, EOMONTH, YEAR, MONTH, TIME, TIMEVALUE, HOUR, MINUTE, SECOND, WEEKDAY, WEEKNUM, NOW, TODAY and Date/Time Function
  1147. - Addition of the BESSELI, BESSELJ, BESSELK and BESSELY Engineering Functions
  1148. - Addition of the SLN and SYD Financial Functions
  1149. - reworked MODE calculation to handle floating point numbers
  1150. - Improved error trapping for invalid input values
  1151. - Fix to SMALL, LARGE, PERCENTILE and TRIMMEAN to eliminate non-numeric values
  1152. - Added CDF to BINOMDIST and POISSON
  1153. - Fix to a potential endless loop in CRITBINOM, together with other bugfixes to the algorithm
  1154. - Fix to SQRTPI so that it will work with a real value parameter rather than just integers
  1155. - Trap for passing negative values to FACT
  1156. - Improved accuracy of the NORMDIST cumulative function, and of the ERF and ERFC functions
  1157. - Replicated Excel data-type and error handling for BIN, DEC, OCT and HEX conversion functions
  1158. - Replicated Excel data-type and error handling for AND and OR Boolean functions
  1159. - Bugfix to MROUND
  1160. - Rework of the DATE, DATEVALUE, DAY, DAYS360 and DATEDIF date/Time functions to use Excel dates rather than straight PHP dates
  1161. - Rework of the AND, OR Boolean functions to ignore string values
  1162. - Rework of the BIN2DEC, BIN2HEX, BIN2OCT, DEC2BIN, DEC2HEX, DEC2OCT Engineering functions to handle two's complement
  1163. - Excel, Gnumeric and OpenOffice Calc compatibility flag for functions
  1164. Note, not all functions have yet been written to work with the Gnumeric and OpenOffice Calc compatibility flags
  1165. - 1900 or 1904 Calendar flag for date functions
  1166. - Reworked ExcelToPHP date method to handle the Excel 1900 leap year
  1167. Note that this will not correctly return values prior to 13-Dec-1901 20:45:52 as this is the minimum value that PHP date serial values can handle. If you need to work with dates prior to this, then an ExcelToPHPObject method has been added which will work correctly with values between Excel's 1900 calendar base date of 1-Jan-1900, and 13-Dec-1901
  1168. - Addition of ExcelToPHPObject date method to return a PHP DateTime object from an Excel date serial value
  1169. - PHPToExcel method modified to accept either PHP date serial numbers or PHP DateTime objects
  1170. - Addition of FormattedPHPToExcel which will accept a date and time broken to into year, month, day, hour, minute, second and return an Excel date serial value
  1171. - Feature: (MB) Work item 4485 - Control characters in Excel 2007
  1172. - Feature: (MB) Work item 4796 - BaseDrawing::setWidthAndHeight method request
  1173. - Feature: (MB) Work item 4798 - Page Setup -> Print Titles -> Sheet -> 'Rows to repeat at top'
  1174. - Feature: (MB) Work item 4433 - Comment functionality
  1175. - Bugfix: (MB) Work item 4124 - Undefined variable in PHPExcel_Writer_Serialized
  1176. - Bugfix: (MB) Work item 4125 - Notice: Object of class PHPExcel_RichText could not be converted to int
  1177. - Bugfix: (MB) Work item 4126 - Excel5Writer: utf8 string not converted to utf16
  1178. - Bugfix: (MB) Work item 4180 - PHPExcel_RichText and autosize
  1179. - Bugfix: (MB) Work item 4574 - Excel5Writer produces broken xls files after change mentioned in work item 4126
  1180. - Bugfix: (MB) Work item 4797 - Small bug in PHPExcel_Reader_Excel2007 function _readStyle
  1181. 2007/10/23 (v 1.5.0):
  1182. - General: (MB) Work item 3265 - Refactor PHPExcel Drawing
  1183. - Feature: (CS) Work item 3079 - Update Shared/OLE.php to latest version from PEAR
  1184. - Feature: (MB) Work item 3217 - Excel2007 vs Excel2003 compatibility pack
  1185. - Feature: (MB) Work item 3234 - Cell protection (lock/unlock)
  1186. - Feature: (MB) Work item 3543 - Create clickable links (hyperlinks)
  1187. - Feature: (MB) Work item 3241 - Additional page setup parameters
  1188. - Feature: (MB) Work item 3300 - Make temporary file path configurable (Excel5)
  1189. - Feature: (MB) Work item 3306 - Small addition to applyFromArray for font
  1190. - Feature: (MB) Work item 3373 - Better feedback when save of file is not possible
  1191. - Bugfix: (MB) Work item 3181 - Text Rotation
  1192. - Bugfix: (MB) Work item 3237 - Small bug in Page Orientation
  1193. - Bugfix: (MB) Work item 3812 - insertNewColumnBeforeByColumn undefined
  1194. - Bugfix: (MB) Work item 3893 - Sheet references not working in formula (Excel5 Writer)
  1195. 2007/08/23 (v 1.4.5):
  1196. - General: (MB) Work item 3003 - Class file endings
  1197. - General: (MB) Work item 3081 - Different calculation engine improvements
  1198. - General: (MB) Work item 3082 - Different improvements in PHPExcel_Reader_Excel2007
  1199. - General: (MB) Work item 3146 - Set XML indentation in PHPExcel_Writer_Excel2007
  1200. - Feature: (MB) Work item 3159 - Optionally store temporary Excel2007 writer data in file instead of memory
  1201. - Feature: (MB) Work item 3063 - Implement show/hide gridlines
  1202. - Feature: (MB) Work item 3064 - Implement option to read only data
  1203. - Feature: (MB) Work item 3080 - Optionally disable formula precalculation
  1204. - Feature: (MB) Work item 3154 - Explicitly set cell datatype
  1205. - Feature: (MBaker) Work item 2346 - Implement more Excel calculation functions
  1206. - Addition of MINA, MAXA, COUNTA, AVERAGEA, MEDIAN, MODE, DEVSQ, STDEV, STDEVA, STDEVP, STDEVPA, VAR, VARA, VARP and VARPA Excel Functions
  1207. - Fix to SUM, PRODUCT, QUOTIENT, MIN, MAX, COUNT and AVERAGE functions when cell contains a numeric value in a string datatype, bringing it in line with MS Excel behaviour
  1208. - Bugfix: (MB) Work item 2881 - File_exists on ZIP fails on some installations
  1209. - Bugfix: (MB) Work item 2879 - Argument in textRotation should be -90..90
  1210. - Bugfix: (MB) Work item 2883 - Excel2007 reader/writer not implementing OpenXML/SpreadsheetML styles 100% correct
  1211. - Bugfix: (MB) Work item 2513 - Active sheet index not read/saved
  1212. - Bugfix: (MB) Work item 2935 - Print and print preview of generated XLSX causes Excel2007 to crash
  1213. - Bugfix: (MB) Work item 2952 - Error in Calculations - COUNT() function
  1214. - Bugfix: (MB) Work item 3002 - HTML and CSV writer not writing last row
  1215. - Bugfix: (MB) Work item 3017 - Memory leak in Excel5 writer
  1216. - Bugfix: (MB) Work item 3044 - Printing (PHPExcel_Writer_Excel5)
  1217. - Bugfix: (MB) Work item 3046 - Problems reading zip://
  1218. - Bugfix: (MB) Work item 3047 - Error reading conditional formatting
  1219. - Bugfix: (MB) Work item 3067 - Bug in Excel5 writer (storePanes)
  1220. - Bugfix: (MB) Work item 3077 - Memory leak in PHPExcel_Style_Color
  1221. 2007/07/23 (v 1.4.0):
  1222. - General: (MB) Work item 2687 - Coding convention / code cleanup
  1223. - General: (MB) Work item 2717 - Use set_include_path in tests
  1224. - General: (MB) Work item 2812 - Move PHPExcel_Writer_Excel5 OLE to PHPExcel_Shared_OLE
  1225. - Feature: (MB) Work item 2679 - Hide/Unhide Column or Row
  1226. - Feature: (MB) Work item 2271 - Implement multi-cell styling
  1227. - Feature: (MB) Work item 2720 - Implement CSV file format (reader/writer)
  1228. - Feature: (MB) Work item 2845 - Implement HTML file format
  1229. - Bugfix: (MB) Work item 2513 - Active sheet index not read/saved
  1230. - Bugfix: (MB) Work item 2678 - Freeze Panes with PHPExcel_Writer_Excel5
  1231. - Bugfix: (MB) Work item 2680 - OLE.php
  1232. - Bugfix: (MB) Work item 2736 - Copy and pasting multiple drop-down list cells breaks reader
  1233. - Bugfix: (MB) Work item 2775 - Function setAutoFilterByColumnAndRow takes wrong arguments
  1234. - Bugfix: (MB) Work item 2858 - Simplexml_load_file fails on ZipArchive
  1235. 2007/06/27 (v 1.3.5):
  1236. - General: (MB) Work item 15 - Documentation
  1237. - Feature: (JV) PHPExcel_Writer_Excel5
  1238. - Feature: (JV) PHPExcel_Reader_Excel2007: Image shadows
  1239. - Feature: (MB) Work item 2385 - Data validation
  1240. - Feature: (MB) Work item 187 - Implement richtext strings
  1241. - Bugfix: (MB) Work item 2443 - Empty relations when adding image to any sheet but the first one
  1242. - Bugfix: (MB) Work item 2536 - Excel2007 crashes on print preview
  1243. 2007/06/05 (v 1.3.0):
  1244. - General: (MB) Work item 1942 - Create PEAR package
  1245. - General: (MB) Work item 2331 - Replace *->duplicate() by __clone()
  1246. - Feature: (JV) PHPExcel_Reader_Excel2007: Column auto-size, Protection, Merged cells, Wrap text, Page breaks, Auto filter, Images
  1247. - Feature: (MB) Work item 245 - Implement "freezing" panes
  1248. - Feature: (MB) Work item 2273 - Cell addressing alternative
  1249. - Feature: (MB) Work item 2270 - Implement cell word-wrap attribute
  1250. - Feature: (MB) Work item 2282 - Auto-size column
  1251. - Feature: (MB) Work item 241 - Implement formula calculation
  1252. - Feature: (MB) Work item 2375 - Insert/remove row/column
  1253. - Bugfix: (MB) Work item 1931 - PHPExcel_Worksheet::getCell() should not accept absolute coordinates
  1254. - Bugfix: (MB) Work item 2272 - Cell reference without row number
  1255. - Bugfix: (MB) Work item 2276 - Styles with same coordinate but different worksheet
  1256. - Bugfix: (MB) Work item 2290 - PHPExcel_Worksheet->getCellCollection() usort error
  1257. - Bugfix: (SS) Work item 2353 - Bug in PHPExcel_Cell::stringFromColumnIndex
  1258. - Bugfix: (JV) Work item 2353 - Reader: numFmts can be missing, use cellStyleXfs instead of cellXfs in styles
  1259. 2007/04/26 (v 1.2.0):
  1260. - General: (MB) Stringtable attribute "count" not necessary, provides wrong info to Excel sometimes...
  1261. - General: (MB) Updated tests to address more document properties
  1262. - General: (MB) Some refactoring in PHPExcel_Writer_Excel2007_Workbook
  1263. - General: (MB) New package: PHPExcel_Shared
  1264. - General: (MB) Password hashing algorithm implemented in PHPExcel_Shared_PasswordHasher
  1265. - General: (MB) Moved pixel conversion functions to PHPExcel_Shared_Drawing
  1266. - General: (MB) Work item 244 - Switch over to LGPL license
  1267. - General: (MB) Work item 5 - Include PHPExcel version in file headers
  1268. - Feature: (MB) Work item 6 - Autofilter
  1269. - Feature: (MB) Work item 7 - Extra document property: keywords
  1270. - Feature: (MB) Work item 8 - Extra document property: category
  1271. - Feature: (MB) Work item 9 - Document security
  1272. - Feature: (MB) Work item 10 - PHPExcel_Writer_Serialized and PHPExcel_Reader_Serialized
  1273. - Feature: (MB) Work item 11 - Alternative syntax: Addressing a cell
  1274. - Feature: (MB) Work item 12 - Merge cells
  1275. - Feature: (MB) Work item 13 - Protect ranges of cells with a password
  1276. - Bugfix: (JV) Work item 14 - (style/fill/patternFill/fgColor or bgColor can be empty)
  1277. 2007/03/26 (v 1.1.1):
  1278. - Bugfix: (MB) Work item 1250 - Syntax error in "Classes/PHPExcel/Writer/Excel2007.php" on line 243
  1279. - General: (MB) Work item 1282 - Reader should check if file exists and throws an exception when it doesn't
  1280. 2007/03/22 (v 1.1.0):
  1281. - Changed filenames of tests
  1282. - Bugfix: (MB) Work item 836 - Style information lost after passing trough Excel2007_Reader
  1283. - Bugfix: (MB) Work item 913 - Number of columns > AZ fails fixed in PHPExcel_Cell::columnIndexFromString
  1284. - General: (MB) Added a brief file with installation instructions
  1285. - Feature: (MB) Page breaks (horizontal and vertical)
  1286. - Feature: (MB) Image shadows
  1287. 2007/02/22 (v 1.0.0):
  1288. - Changelog now includes developer initials
  1289. - Bugfix: (JV) PHPExcel->removeSheetByIndex now re-orders sheets after deletion, so no array indexes are lost
  1290. - Bugfix: (JV) PHPExcel_Writer_Excel2007_Worksheet::_writeCols() used direct assignment to $pSheet->getColumnDimension('A')->Width instead of $pSheet->getColumnDimension('A')->setWidth()
  1291. - Bugfix: (JV) DocumentProperties used $this->LastModifiedBy instead of $this->_lastModifiedBy.
  1292. - Bugfix: (JV) Only first = should be removed when writing formula in PHPExcel_Writer_Excel2007_Worksheet.
  1293. - General: (JV) Consistency of method names to camelCase
  1294. - General: (JV) Updated tests to match consistency changes
  1295. - General: (JV) Detection of mime-types now with image_type_to_mime_type()
  1296. - General: (JV) Constants now hold string value used in Excel 2007
  1297. - General: (MB) Fixed folder name case (WorkSheet -> Worksheet)
  1298. - Feature: (MB) PHPExcel classes (not the Writer classes) can be duplicated, using a duplicate() method.
  1299. - Feature: (MB) Cell styles can now be duplicated to a range of cells using PHPExcel_Worksheet->duplicateStyle()
  1300. - Feature: (MB) Conditional formatting
  1301. - Feature: (JV) Reader for Excel 2007 (not supporting full specification yet!)
  1302. 2007/01/31 (v 1.0.0 RC):
  1303. - Project name has been changed to PHPExcel
  1304. - Project homepage is now http://www.codeplex.com/PHPExcel
  1305. - Started versioning at number: PHPExcel 1.0.0 RC
  1306. 2007/01/22:
  1307. - Fixed some performance issues on large-scale worksheets (mainly loops vs. indexed arrays)
  1308. - Performance on creating StringTable has been increased
  1309. - Performance on writing Excel2007 worksheet has been increased
  1310. 2007/01/18:
  1311. - Images can now be rotated
  1312. - Fixed bug: When drawings have full path specified, no mime type can be deducted
  1313. - Fixed bug: Only one drawing can be added to a worksheet
  1314. 2007/01/12:
  1315. - Refactoring of some classes to use ArrayObject instead of array()
  1316. - Cell style now has support for number format (i.e. #,##0)
  1317. - Implemented embedding images
  1318. 2007/01/02:
  1319. - Cell style now has support for fills, including gradient fills
  1320. - Cell style now has support for fonts
  1321. - Cell style now has support for border colors
  1322. - Cell style now has support for font colors
  1323. - Cell style now has support for alignment
  1324. 2006/12/21:
  1325. - Support for cell style borders
  1326. - Support for cell styles
  1327. - Refactoring of Excel2007 Writer into multiple classes in package SpreadSheet_Writer_Excel2007
  1328. - Refactoring of all classes, changed public members to public properties using getter/setter
  1329. - Worksheet names are now unique. On duplicate worksheet names, a number is appended.
  1330. - Worksheet now has parent SpreadSheet object
  1331. - Worksheet now has support for page header and footer
  1332. - Worksheet now has support for page margins
  1333. - Worksheet now has support for page setup (only Paper size and Orientation)
  1334. - Worksheet properties now accessible by using getProperties()
  1335. - Worksheet now has support for row and column dimensions (height / width)
  1336. - Exceptions thrown have a more clear description
  1337. Initial version:
  1338. - Create a Spreadsheet object
  1339. - Add one or more Worksheet objects
  1340. - Add cells to Worksheet objects
  1341. - Export Spreadsheet object to Excel 2007 OpenXML format
  1342. - Each cell supports the following data formats: string, number, formula, boolean.