Install Excel
Install Excel
Install Excel
******
* 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/PHPExc
el)
* @license
http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
LGPL
* @version
1.8.0, 2014-03-02
********************************************************************************
******
2014-03-02 (v1.8.0):
- Bugfix: (MBaker)
Work
in CSV Reader
- Bugfix: (MBaker)
Work
sor.php
- Bugfix: (MBaker)
in PDF Writer
- Bugfix: (MBaker)
s
- Bugfix: (tavoarcila)
Work
les
- Bugfix: (MBaker)
Work
eference used in shared formula
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 scr
ipt on line 2976 (stack pop check)
- Bugfix: (MBaker)
Work item 18794 - CSV files without a file extension be
ing identified as HTML
- Bugfix: (AndreKR) Work item GH-66 - Wrong check for maximum number of row
s in Excel5 Writer
- Bugfix: (MBaker)
Work item GH-67 - Cache directory for DiscISAM cache st
orage cannot be set
- Bugfix: (MBaker)
Work item 17976 - Fix to Excel2007 Reader for hyperlink
s with an anchor fragment (following a #), otherwise they were treated as sheet
references
- Bugfix: (MBaker)
Work item 18963 - getSheetNames() fails on numeric (flo
ating 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 curr
ency
- 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 stil
l 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 PHPE
xcel_Reader_Excel5
- General: (MBaker)
Work item GH-78 - Modify listWorksheetNames() and listW
orksheetInfo 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 independent
ly for different workbooks
- General: (MBaker)
Modify cell's getCalculatedValue() me
thod to return the content of RichText objects rather than the RichText object i
tself
- Bugfix: (techhead) Work item GH-70 - Fixed formula/formatting bug when rem
oving rows
- Bugfix: (alexgann) Work item GH-63 - Fix to cellExists for non-existent na
medRanges
- Bugfix: (MBaker)
Work item 18844 - cache_in_memory_gzip "eats" last work
sheet 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 fi
les: in ODS files from Google Docs there is no mimetype file
- Bugfix: (MBaker)
Work item GH-80 - "Sheet index is out of bounds." Excep
tion
- Bugfix: (ccorliss) Work item GH-105 - Fixed number format fatal error
- Bugfix: (MBaker)
- Add DROP TABLE in destructor for SQLi
bundle
- Feature: (MBaker)
Initial version of HTML Reader
- Feature: (Progi1984) & (blazzy) Work items 9605 - Implement support for AutoF
ilter in PHPExcel_Writer_Excel5
- Feature: (MBaker)
Modified ERF and ERFC Engineering functions to accept E
xcel 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 a
nd 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 X
LTX and XLT files
- General: (MBaker)
Magic __toString() method added to Cell object to retur
n 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> insid
e 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 a
lways black when editing cell
- Bugfix: (MBaker)
Work items 15905 and 18183 - Allow "no impact" to forma
ts 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 b
reaks
- 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 Rea
d
- 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 20
07
- Bugfix: (MBaker)
Work item 18146 - Chart Refresh returning cell referenc
e rather than values
- Bugfix: (MBaker)
Work item 18145 - Autoshape being identified in twoCell
Anchor when includeCharts is TRUE triggering load error
- Bugfix: (MBaker)
Work item 18325 - v-type texts for series labels now re
cognised and parsed correctly
- Bugfix: (wolf5x)
Work item 18492 - load file failed if the file has no e
xtensionType
- Bugfix: (dverspui) Pattern fill colours in Excel2007 Style Writer
- Bugfix: (MBaker)
Excel2007 Writer order of font style elements to confor
m 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 PHPExc
el_CachedObjectStorageFactory::$_cacheStorageMethod
- Bugfix: (MBaker)
Work item 18397 - Data titles for charts
PHPExcel_Chart_Layout now has methods for getting/setti
ng switches for displaying/hiding chart data labels
- Bugfix: (MBaker)
Discard single cell merge ranges when reading (stupid t
hat 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_Write
r_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/SQlit
e3.
- 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 (EXPERIMENT
AL)
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 t
he 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(), getHi
2011-02-27 (v1.7.6):
- Feature: (MBaker) Provide option to use PCLZip as an alternative to ZipArchi
ve.
This allows the writing of Excel2007 files, even without Z
ipArchive enabled (it does require zlib), or when php_zip is one of the buggy PH
P 5.2.6 or 5.2.8 versions
It can be enabled using PHPExcel_Settings::setZipClass(PHP
Excel_Settings::PCLZIP);
Note that it is not yet implemented as an alternative to Z
ipArchive for those Readers that are extracting from zips
- Feature: (MBaker) Work item 14979 - Added listWorksheetNames() method to Rea
ders 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 t
o 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') o
r a Named Range name.
Modified the toArray() method so that it actually uses ran
geToArray().
- Feature: (MBaker) Added support for cell comments in the OOCalc, Gnumeric an
d Excel2003XML Readers, and in the Excel5 Reader
- Feature: (MBaker) Improved toFormattedString() handling for Currency and Acc
ounting formats to render currency symbols
- Feature: (MBaker) Work Item 2346 - Implement more Excel calculation functio
ns
Implemented the DAVERAGE(), DCOUNT(), DCOUNTA(), DGET(), D
MAX(), DMIN(), DPRODUCT(), DSTDEV(), DSTDEVP(), DSUM(), DVAR() and DVARP() Datab
ase functions
- Bugfix: (MBaker) Work item 14888 - Simple =IF() formula disappears
- Bugfix: (MBaker) Work item 14898 - PHP Warning: preg_match(): Compilation f
ailed: PCRE does not support \\L, \\l, \\N, \\P, \\p, \\U, \\u, or \\X
- Bugfix: (MBaker) Work item 14901 - VLOOKUP choking on parameters in PHPExce
l.1.7.5/PHPExcel_Writer_Excel2007
- Bugfix: (MBaker) Work item 14973 - PHPExcel_Cell::isInRange() incorrect res
ults - offset by one column
- Bugfix: (MBaker) Treat CodePage of 0 as CP1251 (for .xls files written by a
pplications 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 fo
r rows greater than 99,999
- Bugfix: (MBaker) Work item 14999 - PHPExcel Excel2007 Reader colour problem
s 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 prob
lem
- Bugfix: (MBaker) Work item 15094 - Merge cells 'un-merge' when using an exi
sting spreadsheet
- Bugfix: (MBaker) Work item 15129 - Worksheet fromArray() only working with
2-D arrays
- Bugfix: (xkeshav)
xistent cells
- Bugfix: (MBaker)
one function
- Bugfix: (MBaker)
s becomes a date when
- Bugfix: (MBaker)
for columns that are
- Bugfix: (MBaker)
rror
- Feature: (MBaker)
Added Contiguous flag for the CSV Reader, when working w
ith Read Filters
- Feature: (MBaker)
Added getFormattedValue() method for cell object
- Feature: (MBaker)
Added strictNullComparison argument to the worksheet fro
mArray() method
- Feature: (MBaker)
Fix to toFormattedString() method in PHPExcel_Style_Numb
erFormat 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 cont
aining 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 operat
or
- Bugfix: (MBaker)
Work item 14146 - Worksheet clone broken for CachedObjec
tStorage_Memory
- Bugfix: (MBaker)
Work item 12998 - PHPExcel_Reader_Excel2007 fails when g
radient fill without type is present in a file
- Bugfix: (MBaker)
Work item 14176 - @ format for numeric strings in XLSX t
o 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 ch
ar strings & Trouble reading one character string (thanks gorfou)
- Bugfix: (MBaker)
Work item 14256 - Worksheet title exception when duplica
te worksheet is being renamed but exceeds the 31 character limit
- Bugfix: (MBaker)
Work item 14086 - Named range with sheet name that conta
ins the $ throws exception when getting the cell
- Bugfix: (MBaker)
Added autoloader to DefaultValueBinder and AdvancedValue
Binder
- Bugfix: (MBaker)
Modified PHPExcel_Shared_Date::isDateTimeFormatCode() to
return false if format code begins with "_" or with "0 " to prevent false posit
ives
These leading characters are most commonly associated wi
th 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 ce
ll borders correctly
- Bugfix: (MBaker)
Work item 14831 - Style : applyFromArray() for 'allborde
rs' 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 overhead
s, 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
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_Workshe
et 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 mem
ory overhead by "Lazy Loading" of classes
- General: (MBaker) Modification to functions that accept a date parameter to s
upport 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 pag
e margins
- Feature: (ET)
Work item 11038 - Special characters and accents in SYLK re
ader
- Feature: (MBaker) Work Item 2346 - Implement more Excel calculation function
s
- Implemented the COUPDAYS(), COUPDAYBS(), COUPDAYSNC(), CO
UPNCD(), 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 setActiveSheetIndexByNam
e()
- Feature: (ET)
Work item 11550 - AdvancedValueBinder.php: Automatically wr
ap text when there is new line in string (ALT+"Enter")
- Feature: (ET)
Work item 10300 - Data validation support in PHPExcel_Reade
r_Excel5 and PHPExcel_Writer_Excel5
- Feature: (MB)
Work item 11616 - Improve autosize calculation
- Feature: (MBaker) Methods to translate locale-specific function names in form
ulae
- Language implementations for Czech (cs), Danish (da), Ger
man (de), English (uk), Spanish (es), Finnish (fi), French (fr), Hungarian (hu),
Italian (it), Dutch (nl), Norwegian (no), Polish (pl), Portuguese (pt), Brazili
an Portuguese (pt_br), Russian (ru) and Swedish (sv)
- Feature: (ET)
Work item 9759 - Implement document properties in Excel5 re
ader/writer
- Fixed so far for PHPExcel_Reader_Excel5
- Feature: (ET)
Work item 11849 - Show/hide row and column headers in works
heet
- 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 PHPEx
cel_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 Setting
s value, and provided methods to override paper size and page orientation with t
he 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 wor
kbooks to be managed, but at a cost in speed
- Feature: (MBaker) Added an identify() method to the IO Factory that identifie
s the reader which will be used to load a particular file without actually loadi
ng it.
- Bugfix: (MBaker) Work item 10979 - Warning messages with INDEX function havi
ng 2 arguments
- Bugfix: (ET)
Work item 11473 - setValue('=') should result in string ins
tead of formula
- Bugfix: (MBaker) Work item 11471 - method _raiseFormulaError should no be pr
ivate
- Bugfix: (ET)
Work item 11485 - Fatal error: Call to undefined function m
b_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 corre
ctly for $cell->setValue('hh:mm:ss')
- Bugfix: (MBaker) Fixed leap year handling for the YEARFRAC() Date/Time funct
ion when basis ia 1 (Actual/actual)
- Bugfix: (MBaker) Work item 11490 - Warning messages
- Calculation Engine code modified to enforce strict standa
rds 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 tit
les 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 PHPExce
l_Style_NumberFormat::toFormattedString()
- Bugfix: (ET)
Work item 11590 - Blank styled cells are not blank in outpu
t by HTML writer due to
- Bugfix: (MBaker) Work item 11587 - Calculation engine bug: Existing, blank c
ell + number gives #NUM
- Bugfix: (ET)
Work item 11608 - AutoSize only measures length of first li
ne in cell with multiple lines (ALT+Enter)
- Bugfix: (ET)
Work item 11608 - Fatal error running Tests/12serializedfil
eformat.php (PHPExcel 1.7.2)
- Bugfix: (MBaker) Fixed various errors in the WORKDAY() and NETWORKDAYS() Dat
e/Time functions (particularly related to holidays)
- Bugfix: (ET)
Work item 11660 - Uncaught exception 'Exception' with messa
ge '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 P
HPExcel_Reader_Excel5 (occuring with add-in functions)
- Bugfix: (ET)
Work item 11668 - Excel2007 reader not reading PHPExcel_Sty
le_Conditional::CONDITION_EXPRESSION
- Bugfix: (MBaker) Fix to the BESSELI(), BESSELJ(), BESSELK(), BESSELY() and C
OMPLEX() Engineering functions to use correct default values for parameters
- Bugfix: (MBaker) Work item 11525 - DATEVALUE function not working for pure t
ime 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: (ET)
Work item 12539 - Incorrect fallback order comment in Share
d/Strings.php ConvertEncoding()
- Bugfix: (ET)
Work item 12538 - IBM AIX iconv() will not work, should rev
ert to mbstring etc. instead
- Bugfix: (ET)
Work item 12568 - Excel5 writer and mbstring functions over
load
- Bugfix: (MBaker) Work item 12672 - OFFSET needs to flattenSingleValue the $r
ows and $columns args
- Bugfix: (MBaker) Work item 12546 - Formula with DMAX(): Notice: Undefined of
fset: 2 in ...\PHPExcel\Calculation.php on line 2365
- Note that the Database functions have not yet been implem
ented
- 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 PHPExce
l_Calculation_Functions::flattenArray() method and set calculation cache timer d
efault 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() Financia
l function by Matt Groves
- General: (MBaker) Work item 11052 - Put the example of formula with more argu
ments 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 record
s for borders, font color and fill color
- Feature: (MBaker) Work Item 2346 - Implement more Excel calculation function
s
- 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 PHPE
xcel_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_Wr
iter_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 tho
usands separator is empty
- Bugfix: (MB)
Work item 11401 - ReferenceHelper::updateNamedFormulas thro
ws errors if oldName is empty
- Bugfix: (MB)
Work item 11296 - parse_url() fails to parse path to an ima
ge 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 nume
ric 0 instead of 1-character string
- Bugfix: (ET)
Work item 10885 - Row height sometimes much too low after r
ead with PHPExcel_Reader_Excel5
- Bugfix: (ET)
Work item 10888 - Diagonal border. Miscellaneous missing su
pport.
- Constant PHPExcel_Style_Borders::DIAGONAL_BOTH added to s
upport double-diagonal (cross)
- PHPExcel_Reader_Excel2007 not always reading diagonal bor
ders (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 membe
r 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 i
nstance of PHPExcel_Writer_Excel5 (regression since 1.7.0)
- Bugfix: (ET)
Work item 10917 - Method PHPExcel_Worksheet::setDefaultStyl
e 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 n
amed array constants
- Bugfix: (MBaker) Work item 10938 - Calculation engine limitation on 32-bit p
latform with integers > 2147483647
- Bugfix: (ET)
Work item 10959 - Shared(?) formulae containing absolute ce
ll references not read correctly using Excel5 Reader
- Bugfix: (MBaker) Work item 10962 - Warning messages with intersection operat
or 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 improv
e 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 a
nd setUseDiskCaching
- General: (ET) Upgrade to TCPDF 4.8.009
- Feature: (ET) Work item 7333 - Support for row and column styles (feature re
quest)
- Basic implementation for Excel2007/Excel5 reader/writer
- Feature: (ET) Work item 10459 - Hyperlink to local file in Excel5 reader/writ
er
- Feature: (MB) Work item 10472 - Color Tab (Color Sheet's name)
- Feature: (ET) Work item 10488 - Border style "double" support in PHPExcel_Wri
ter_HTML
- Feature: (ET) Work item 10492 - Multi-section number format support in HTML/P
DF/CSV writers
- Feature: (MBaker) - Some additional performance tweaks in the calculation eng
ine
- Feature: (MBaker) - Fix result of DB() and DDB() Financial functions to 2dp w
hen in Gnumeric Compatibility mode
- Feature: (MBaker) - Added AMORDEGRC(), AMORLINC() and COUPNUM() Financial fun
ction (no validation of parameters yet)
- Feature: (MBaker) - Improved accuracy of TBILLEQ(), TBILLPRICE() and TBILLYIE
LD() 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 (C
ell 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 engin
e for ROW() and COLUMN() Lookup/Reference functions
- Feature: (MBaker) Work item 2346 - COLUMNS() and ROWS() Lookup/Reference func
tions, 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 nu
mber 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 wo
rksheet->getCell()
- Bugfix: (ET) Work item 10455 - RichText HTML entities no longer working in P
HPExcel 1.7.0
- Bugfix: (ET) Work item 7610 - Fit-to-width value of 1 is lost after read/wr
ite 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) Verd
ana 10 Excel files using Excel5 reader/writer
- Bugfix: (MBaker) Work item 10482 - Error in argument count for DATEDIF() fun
ction
- Bugfix: (MBaker) Work item 10452 - updateFormulaReferences is buggy
- Bugfix: (MB) Work item 10485 - CellIterator returns null Cell if onlyExistin
gCells is set and key() is in use
- Bugfix: (MBaker) Work item 10453 - Wrong RegEx for parsing cell references i
n 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' w
ith 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 sta
ck
- Bugfix: (ET) Work item 10524 - Date number formats sometimes fail with PHPEx
cel_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 prop
erly
- 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 PHPExce
l 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_Write
r_PDF (Upgrading to TCPDF 4.7.003)
- Bugfix: (ET) Work item 10575 - Problem reading formulas (Excel5 reader probl
em with "fake" shared formulas)
- Bugfix: (MBaker) Work item 10588 - Error type in formula: "_raiseFormulaErro
r 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 formu
la' 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 workbo
ok 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 wo
rkbook
- Bugfix: (ET) Work item 10059 - Windows 7 says corrupt file by PHPExcel_Write
r_Excel5 when opening in Excel
- Bugfix: (MBaker) Work item 10708 - Calculations sometimes not working with c
ell references to other sheets
- Bugfix: (ET) Work item 10706 - Problem with merged cells after insertNewRowB
efore()
- 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 th
row exception for bad string parameter
- Bugfix: (ET) Work item 10723 - EucrosiaUPC (Thai font) not working with PHPE
xcel_Writer_Excel5
- Bugfix: (MBaker) Improved the return of calculated results when the result v
alue is an array
- 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 c
orrupt 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(t
rue) 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 PHPEx
cel_Writer_Excel5
- Bugfix: (MB) Work item 10010 - White space string prefix stripped by PHPExce
l_Writer_Excel2007
- Bugfix: (ET) Work item 10023 - The name of the Workbook stream MUST be "Work
book", not "Book"
- Bugfix: (ET) Work item 10030 - Avoid message "Microsoft Excel recalculates f
ormulas..." when closing xls file from Excel
- Bugfix: (ET) Work item 10031 - Non-unique newline representation causes prob
lems with LEN formula
- Bugfix: (ET) Work item 10033 - Newline in cell not showing with PHPExcel_Wri
ter_HTML and PHPExcel_Writer_PDF
- Bugfix: (ET) Work item 10046 - Rich-Text strings get prefixed by when
output by HTML writer
- Bugfix: (ET) Work item 10052 - Leading spaces do not appear in output by HTM
L/PDF writers
- Bugfix: (MB) Work item 10061 - Empty Apache POI-generated file can not be re
ad
- 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 workshee
t, but accessible from all worksheets
- Bugfix: (ET) Work item 10088 - Row heights are ignored by PHPExcel_Writer_PD
F
- Bugfix: (MB) Patch 3003 - Write raw XML
- Bugfix: (ET) Work item 10098 - removeRow(), removeColumn() not always cleari
ng cell values
- Bugfix: (ET) Work item 10142 - Problem reading certain hyperlink records wit
h PHPExcel_Reader_Excel5
- Bugfix: (ET) Work item 10143 - Hyperlink cell range read failure with PHPExc
el_Reader_Excel2007
- Bugfix: (MB) Work item 10149 - 'Column string index can not be empty.'
- Bugfix: (ET) Work item 10204 - getHighestColumn() sometimes says there are 2
56 columns with PHPExcel_Reader_Excel5
- Bugfix: (ET) Work item 10220 - extractSheetTitle fails when sheet title cont
ains exclamation mark (!)
- Bugfix: (ET) Work item 10221 - setTitle() sometimes erroneously appends inte
ger to sheet name
- Bugfix: (ET) Work item 10229 - Mac BIFF5 Excel file read failure (missing su
pport for Mac OS Roman character set)
- Bugfix: (ET) Work item 10230 - BIFF5 header and footer incorrectly read by P
HPExcel_Reader_Excel5
- Bugfix: (ET) Work item 10259 - iconv notices when reading hyperlinks with PH
PExcel_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 PH
PExcel_Reader_Excel5
- Bugfix: (ET) Work item 10274 - Error reading formulas referencing external s
heets with PHPExcel_Reader_Excel5
- Bugfix: (ET) Work item 10291 - Image horizontally stretched when default fon
t 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 no
t 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 u
se 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 na
me on different worksheets
- Bugfix: (MBaker) Work Item 10004 - Java code in JAMA classes
- Bugfix: (MBaker) Work Item 9659 - getCalculatedValue() not working with som
e 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 t
he 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, DEC
2BIN(), DEC2OCT(), DEC2HEX(), HEX2BIN(), HEX2OCT(), OCT2BIN() and OCT2HEX() Engi
neering Functions
Trap for unbalanced matrix sizes in MDETERM() and MINVERSE() Ma
thematic and Trigonometric functions
Fix for default characters parameter value for LEFT() and RIGHT
() Text functions
Fix for GCD() and LCB() Mathematical functions when the paramet
ers 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 comp
onent is positive (wasn't setting the sign)
Fix for ERF() Engineering Function when called with an upper li
mit 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 valu
e as a variable name rather than a value)
Fix to CRITBINOM() Statistical function (CurrentValue and Essen
tiallyZero 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
-
- Bugfix: (MB) Work item 9690 - Error with pattern (getFillType) and rbg (getR
GB)
- Bugfix: (ET) Work item 9712 - AdvancedValueBinder affected by system timezon
e 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 o
bject instead of string with PHPExcel_Reader_Excel2007
- Bugfix: (ET) Work item 9731 - Negative image offset causes defects in 14exce
l5.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 an
d PDF writers (shows 0.25% instead of 25%)
- Bugfix: (ET) Work item 9791 - PHPExcel_Writer_HTML creates extra borders aro
und 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 causi
ng 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 PHP
Excel_Reader_Excel5
- Feature: (ET) Work item 8847 - Support for width, height, offsetX, offsetY fo
r 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, I
NTRATE, 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 s
ynonym 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 Fun
ctions
- Feature: (MBaker) Work item 2346 - Added ROMAN Mathematical Function (Classic
form only)
- Feature: (MB) Work item 8931 - Update documentation to show example of getCel
lByColumnAndRow($col, $row)
- Feature: (MB) Work item 8770 - Implement worksheet, row and cell iterators
- Feature: (MB) Work item 9001 - Support for arbitrary defined names (named ran
ge)
- Feature: (MB, ET) Work item 9016 - Update formulas when sheet title / named r
ange 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 m
ode (Mac)
- Feature: (ET) Work item 9194 - PHPExcel_Writer_Excel5 improvements writing sh
ared strings table
- Feature: (ET) Work item 9248 - PHPExcel_Writer_Excel5 iconv fallback when mbs
tring 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 multishee
t workbook written by PHPExcel_Writer_Excel5
- Bugfix: (ET) Work item 8810 - Redirect to client browser fails due to traili
ng white space in class definitions
- Bugfix: (MB) Work item 8816 - Spurious column dimension element introduced i
n blank worksheet after using PHPExcel_Writer_Excel2007
- Bugfix: (ET) Work item 8830 - Image gets slightly narrower than expected whe
n 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 sh
eets not working with PHPExcel_Writer_Excel2007
- Bugfix: (MB, ET) Work item 8924 - Fractional seconds disappear when using PH
PExcel_Reader_Excel2007 and PHPExcel_Reader_Excel5
- Bugfix: (ET) Work item 7994 - Images not showing in OpenOffice when using PH
PExcel_Writer_Excel5
- Bugfix: (ET) Work item 9047 - Images not showing on print using PHPExcel_Wri
ter_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 w
orkbook contains more than 57 colors
- Bugfix: (ET) Work item 9244 - PHPExcel_Writer_PDF not compatible with autolo
ad
- Bugfix: (ET) Work item 9250 - Fatal error: Call to a member function getNest
ingLevel() on a non-object in PHPExcel/Reader/Excel5.php on line 690
- Bugfix: (MB) Work item 9246 - Notices when running test 04printing.php on PH
P 5.2.8
- Bugfix: (MB) Work item 9294 - insertColumn() spawns creation of spurious Row
Dimension
- BugFix: (MBaker) Work item 9296 - Fix declarations for methods in extended T
rend classes
- Bugfix: (MBaker) Work item 2346 - Fix to parameters for the FORECAST Statist
ical 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 Exc
el file using PHPExcel_Writer_Excel5
- Bugfix: (MB) Work item 9351 - Excel Numberformat 0.00 results in non interna
l decimal places values in toArray() Method
- Bugfix: (MB,ET) Work item 9356 - setAutoSize not taking into account text ro
tation
- Bugfix: (ET) Work item 9372 - Call to undefined method PHPExcel_Worksheet_Me
moryDrawing::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 valida
tion 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 easil
y 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 gridl
ines
- Feature: (ET) Work item 7899 - Screen gridlines support in Excel5 reader/writ
er
- Feature: (MB, ET) Work item 7552 - Option for adding image to spreadsheet fro
m 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-define
d colors and special built-in colors
- Feature: (ET) Work item 7992 - Support for freeze panes in PHPExcel_Reader_Ex
cel5
- Feature: (ET) Work item 7996 - Support for header and footer margins in PHPEx
cel_Reader_Excel5
- Feature: (ET) Work item 7997 - Support for active sheet index in Excel5 reade
r/writer
- Feature: (MB) Work item 7991 - Freeze panes not read by PHPExcel_Reader_Excel
2007
- Feature: (MB, ET) Work item 7993 - Support for screen zoom level (feature req
uest)
- Feature: (ET) Work item 8012 - Support for default style in PHPExcel_Reader_E
xcel5
- Feature: (MB) Work item 8094 - Apple iWork / Numbers.app incompatibility
- Feature: (MB) Work item 7931 - Support "between rule" in conditional formatti
ng
- Feature: (MB) Work item 8308 - Comment size, width and height control (featur
e 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/wr
iter
- Feature: (ET) Work item 8472 - Support for fitToWidth and fitToHeight pageset
up properties in PHPExcel_Reader_Excel5
- Feature: (ET) Work item 8489 - Support for setShowSummaryBelow() and setShowS
ummaryRight() 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 (bit
maps)
- Feature: (ET) Work item 8787 - Support for default style in PHPExcel_Writer_E
xcel5
- Feature: (MBaker) Modified calculate() method to return either an array or th
e 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 mo
dified based on the $returnArrayAsType which can be set/retrieved by calling the
setArrayReturnType() and getArrayReturnType() methods of the PHPExcel_Calculati
on class.
- Feature: (MBaker) Work item 2346 - Added ERROR.TYPE Information Function, MMU
LT Mathematical and Trigonometry Function, and TRANSPOSE Lookup and Reference Fu
nction
- Bugfix: (ET) Work item 7896 - setPrintGridlines(true) not working with PHPEx
cel_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 PHPEx
cel_Writer_Excel2007
- Bugfix: (MB) Work item 7905 - getShowGridlines() gives inverted value when r
eading sheet with PHPExcel_Reader_Excel2007
- Bugfix: (ET) Work item 7944 - User-defined column width becomes slightly lar
ger after read/write with Excel5
- Bugfix: (ET) Work item 7949 - Incomplete border style support in PHPExcel_Wr
iter_Excel5
- Bugfix: (MB) Work item 7928 - Conditional formatting "containsText" read/wri
te 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 r
ead/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 she
et
- Bugfix: (MB) Work item 8301 - =IF formula causes fatal error during $objWrit
er->save() in Excel2007 format
- Bugfix: (ET) Work item 8333 - Exception thrown reading valid xls file: "Exce
l file is corrupt. Didn't find CONTINUE record while reading shared strings"
- Bugfix: (ET) Work item 8320 - MS Outlook corrupts files generated by PHPExce
l_Writer_Excel5
- Bugfix: (MB) Work item 8351 - Undefined method PHPExcel_Worksheet::setFreeze
Pane() in ReferenceHelper.php on line 271
- Bugfix: (MB) Work item 8401 - Ampersands (&), left and right angles (<, >) i
n Rich-Text strings leads to corrupt output using PHPExcel_Writer_Excel2007
- Bugfix: (ET) Work item 8408 - Print header and footer not supporting UTF-8 i
n 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 u
sing PHPExcel_Reader_Excel5
- Bugfix: (ET) Work item 8566 - Sheet protection password not working with PHP
Excel_Writer_Excel5
- Bugfix: (ET) Work item 8596 - PHPExcel_Style_NumberFormat::FORMAT_NUMBER ign
ored by PHPExcel_Writer_Excel5
- Bugfix: (ET) Work item 8781 - PHPExcel_Reader_Excel5 fails a whole when work
book contains a chart
- Bugfix: (ET) Work item 8788 - Occasional loss of column widths using PHPExce
l_Writer_Excel5
- Bugfix: (ET) Work item 8795 - Notices while reading formulas with deleted sh
eet references using PHPExcel_Reader_Excel5
- Bugfix: (MB) Work item 8807 - Default style not read by PHPExcel_Reader_Exce
l2007
- Bugfix: (MB) Work item 9341 - Blank rows occupy too much space in file gener
ated by PHPExcel_Writer_Excel2007
2008/10/27 (v1.6.4):
- General: (ET) Work item 7882 - RK record number error in MS developer documen
tation: 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/Re
ference 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 si
ze etc.)
- Feature: (MB) Work item 7445 - Improve speed and memory consumption of PHPExc
el_Writer_CSV
- Feature: (MB) Work item 7432 - Better recognition of number format in HTML, C
SV, and PDF writer
- Feature: (MB) Work item 7485 - Font support: Superscript and Subscript
- Feature: (ET) Work item 7509 - Excel5 reader font support: Super- and subscri
pt
- 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-f
it
- 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 PH
PExcel_Reader_Excel5
- Feature: (ET) Work item 7781 - Support for repeating rows and repeating colum
ns (print titles) in PHPExcel_Reader_Excel5
- Feature: (ET) Work item 7783 - Support for print area in PHPExcel_Reader_Exce
l5
- Feature: (ET) Work item 7795 - Excel5 reader and writer support for horizonta
l and vertical centering of page
- Feature: (MB) Applied patch 1962
- Feature: (ET) Work item 7866 - Excel5 reader and writer support for hidden ce
lls (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
BCS (JIS)
- Bugfix: (ET) Work item 7663 - Excel5 reader doesn't read numbers correctly i
n 64-bit systems
- Bugfix: (ET) Work item 7667 - Missing BIFF5 functions in PHPExcel_Writer_Exc
el5: ISPMT, DATEDIF, DATESTRING, NUMBERSTRING
- Bugfix: (ET) Work item 7668 - Missing BIFF8 functions in PHPExcel_Writer_Exc
el5: GETPIVOTDATA, HYPERLINK, PHONETIC, AVERAGEA, MAXA, MINA, STDEVPA, VARPA, ST
DEVA, VARA
- Bugfix: (MB) Work item 7657 - Wrong host value in PHPExcel_Shared_ZipStreamW
rapper::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 ty
pe
- 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 PH
PExcel_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) n
ot showing after using PHPExcel_Writer_Excel5
- Bugfix: (ET) Work item 7737 - Missing UTF-8 support in number format codes f
or PHPExcel_Writer_Excel5
- Bugfix: (ET) Work item 7750 - Missing UTF-8 support with PHPExcel_Writer_Exc
el5 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 r
eading hyperlinks
- Bugfix: (ET) Work item 7759 - Hyperlink in cell always results in string dat
a 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 f
ormula with explicit string containing (escaped) double-quote
- Bugfix: (MB) Work item 7787 - getCalculatedValue() fails on formula with she
et name containing (escaped) single-quote
- Bugfix: (MB) Work item 7786 - getCalculatedValue() fails on formula with exp
licit 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 a
rea 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 applyFr
omArray()
- 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 la
st 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/Referenc
e 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 inserti
ng new rows
- Feature: (MB) Work item 7157 - Copy worksheets within the same workbook
- Feature: (ET) Work item 7290 - Excel5 reader style support: horizontal and ve
rtical 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 an
d 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 outlin
e (group)
- Feature: (MB) Work item 7380 - Implement default row/column sizes
- Feature: (MB) Work item 7364 - Writer HTML - option to return styles and tabl
e 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, an
d 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 func
tion correctly as Excel serialized dates rather than PHP serialized date values
- Bugfix: (MB) Work item 6690 - Excel2007 reader not always reading boolean co
rrectly
- Bugfix:
2008/02/14 (v1.6.0):
- General: (MB) Work
- Feature: (MB) Work
- Feature: (MB) Work
- Feature: (MB) Work
- Feature: (MB) Work
- Feature: (MB) Work
- Feature: (MB) Work
- Feature: (MB) Work
- Bugfix: (MB) Work
- Bugfix: (MB) Work
Excel 2007 and Excel
- Bugfix: (MB) Work
- Bugfix: (MB) Work
values
- Bugfix: (MB) Work
- Bugfix: (MB) Work
instead of ""
- Bugfix: (MB) Work
instead of scalar
- Bugfix: (MB) Work
work partially
- Bugfix: (MB) Work
- Bugfix: (MB) Work
file.
2007/12/24
- General:
- General:
- Feature:
- Feature:
- Feature:
- Feature:
item
item
item
item
item
item
item
item
item
item
2003
item
item
(v1.5.5):
(MB) Work item 4135 - Grouping Rows
(MB) Work item 4427 - Semi-nightly builds
(MB) Work item 3155 - Implement "date" datatype
(MB) Work item 4150 - Date format not honored in CSV writer
(MB) Work item 4199 - RichText and sharedStrings
(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, EX
PONDIST, 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 Funct
ions
Addition of the NORMINV, NORMSINV, CONFIDENCE and SKEW Statisti
cal Functions
Addition of the CRITBINOM, HYPGEOMDIST, KURT, LOGINV, LOGNORMDI
ST, 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, HEX
2BIN, HEX2DEC, HEX2OCT, OCT2BIN and OCT2HEX Engineering Functions
Addition of the CHIDIST, GAMMADIST and GAMMALN Statistical Func
tions
Addition of the GCD, LCM, MROUND and SUBTOTAL Mathematical Func
tions
Addition of the LOWER, PROPER and UPPER Text Functions
Addition of the BETADIST and BETAINV Statistical Functions
xt Functions
-
(v 1.5.0):
(MB) Work item 3265 - Refactor PHPExcel Drawing
(CS) Work item 3079 - Update Shared/OLE.php to latest version from P
(MB)
(MB)
(MB)
(MB)
(MB)
(MB)
(MB)
Work
Work
Work
Work
Work
Work
Work
item
item
item
item
item
item
item
3217
3234
3543
3241
3300
3306
3373
(MB)
(MB)
(MB)
(MB)
Work
Work
Work
Work
item
item
item
item
3181
3237
3812
3893
Text Rotation
Small bug in Page Orientation
insertNewColumnBeforeByColumn undefined
Sheet references not working in formula (Excel
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_Exce
l2007
- General: (MB) Work item 3146 - Set XML indentation in PHPExcel_Writer_Excel20
07
- Feature: (MB) Work item 3159 - Optionally store temporary Excel2007 writer d
ata 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 fun
ctions when cell contains a numeric value in a string datatype, bringing it in l
ine 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 OpenX
ML/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 caus
es 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:
- Bugfix:
- Bugfix:
2007/07/23 (v 1.4.0):
- General: (MB) Work
- General: (MB) Work
- General: (MB) Work
ared_OLE
- Feature: (MB) Work
- Feature: (MB) Work
- Feature: (MB) Work
- Feature: (MB) Work
- Bugfix: (MB) Work
- Bugfix: (MB) Work
- Bugfix: (MB) Work
- Bugfix: (MB) Work
breaks reader
- Bugfix: (MB) Work
ng arguments
- Bugfix: (MB) Work
2679
2271
2720
2845
2513
2678
2680
2736
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 accep
t absolute coordinates
- Bugfix: (MB) Work item 2272 - Cell reference without row number
- Bugfix: (MB) Work item 2276 - Styles with same coordinate but different work
sheet
- 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 cellStyleX
fs instead of cellXfs in styles
2007/04/26 (v 1.2.0):
- General: (MB) Stringtable attribute "count" not necessary, provides wrong inf
o to Excel
- General:
- General:
- General:
- General:
ordHasher
- General:
- General:
- General:
- Feature:
- Feature:
- Feature:
- Feature:
- Feature:
erialized
- Feature:
- Feature:
- Feature:
- Bugfix:
e empty)
sometimes...
(MB) Updated tests to address more document properties
(MB) Some refactoring in PHPExcel_Writer_Excel2007_Workbook
(MB) New package: PHPExcel_Shared
(MB) Password hashing algorithm implemented in PHPExcel_Shared_Passw
(MB)
(MB)
(MB)
(MB)
(MB)
(MB)
(MB)
(MB)
(MB)
(MB)
(MB)
(JV)
Work
Work
Work
Work
item
item
item
item
11
12
13
14
2007/03/26 (v 1.1.1):
- Bugfix: (MB) Work item 1250 - Syntax error in "Classes/PHPExcel/Writer/Excel
2007.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 Exc
el2007_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 deletio
n, so no array indexes are lost
- Bugfix: (JV) PHPExcel_Writer_Excel2007_Worksheet::_writeCols() used direct a
ssignment to $pSheet->getColumnDimension('A')->Width instead of $pSheet->getColu
mnDimension('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, us
ing a duplicate() method.
- Feature: (MB) Cell styles can now be duplicated to a range of cells using PHP
Excel_Worksheet->duplicateStyle()
- Feature: (MB) Conditional formatting
- Feature: (JV) Reader for Excel 2007 (not supporting full specification yet!)
2007/01/22:
- Fixed some performance issues on large-scale worksheets (mainly loops vs. inde
xed 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 deducte
d
- 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
- Cell style
- Cell style
- Cell style
- Cell style
now
now
now
now
now
has
has
has
has
has
support
support
support
support
support
for
for
for
for
for
2006/12/21:
- Support for cell style borders
- Support for cell styles
- Refactoring of Excel2007 Writer into multiple classes in package SpreadSheet_W
riter_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 appe
nded.
- 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)
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, boolea
n.