Changelog for
php5-pear-phpexcel-1.7.8-2.1.noarch.rpm :
Thu Feb 21 13:00:00 2013 jweberhoferAATTweberhofer.at
- Version 1.7.8
- BREAKING CHANGE! As part of the planned changes for handling array formulae
in workbooks, there are some changes that will affect the PHPExcel_Cell
object methods.
- More changes
* Phar builder script to add phar file as a distribution option
* 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
* Initial version of HTML Reader
* Implement support for AutoFilter in PHPExcel_Writer_Excel5
* Modified ERF and ERFC Engineering functions to accept Excel 2010\'s modified
acceptance of negative arguments
* Support SheetView `view` attribute (Excel2007)
* 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.
* option for the CSV Writer will generate files with this formatting for easy
import into Excel2007 and below.
* Language implementations for Turkish (tr)
* Added fraction tests to advanced value binder
* Allow call to font setUnderline() for underline format to specify a simple
* boolean for UNDERLINE_NONE or UNDERLINE_SINGLE
* Add Currency detection to the Advanced Value Binder
* setCellValueExplicitByColumnAndRow() do not return PHPExcel_Worksheet
* Reader factory doesn\'t read anymore XLTX and XLT files
* Magic __toString() method added to Cell object to return raw data value as
a string
* Add cell indent to html rendering
* ZeroHeight for rows in sheet format
* OOCalc cells containing
inside the tag
* Fix to listWorksheetInfo() method for OOCalc Reader
* Support for \"e\" (epoch) date format mask
- Rendered as a 4-digit CE year in non-Excel outputs
* Background color cell is always black when editing cell
* Allow \"no impact\" to formats on Conditional Formatting
* OOCalc Reader fix for NULL cells
* Fix to excel2007 Chart Writer when a $plotSeriesValues is empty
* Various fixes to Chart handling
* Error loading xlsx file with column breaks
* OOCalc Reader now handles percentage and currency data types
* mb_stripos empty delimiter
* getNestingLevel() Error on Excel5 Read
* Fix to Excel5 Reader when cell annotations are defined before their
referenced text objects
* OOCalc Reader modified to process number-rows-repeated
* Chart Title compatibility on Excel 2007
* Chart Refresh returning cell reference rather than values
* Autoshape being identified in twoCellAnchor when includeCharts is TRUE
triggering load error
* v-type texts for series labels now recognised and parsed correctly
* load file failed if the file has no extensionType
* Pattern fill colours in Excel2007 Style Writer
* Excel2007 Writer order of font style elements to conform with Excel2003
using compatibility pack
* Problems with $_activeSheetIndex when decreased below 0.
* PHPExcel_CachedObjectStorage_SQLite3::cacheMethodIsAvailable() uses
class_exists - autoloader throws error
* Cannot access private property
* PHPExcel_CachedObjectStorageFactory::$_cacheStorageMethod
* Data titles for charts
- PHPExcel_Chart_Layout now has methods for getting/setting switches for
displaying/hiding chart data labels
* Discard single cell merge ranges when reading (stupid that Excel allows
them in the first place)
* Discard hidden autoFilter named ranges
- Version 1.7.7
* Support for Rich-Text in PHPExcel_Writer_Excel5
* OOCalc cells contain same data bug?
* listWorksheetInfo() method added to Readers... courtesy of Christopher
Mullins
* Options for cell caching using Igbinary and SQLite/SQlite3.
* Additional row iterator options: allow a start row to be defined in the
constructor; seek(), and prev() methods added.
* Implement document properties in Excel5 writer
* 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
* Fix to build to ensure that Examples are included with the documentation
* Reduce cell caching overhead using dirty flag to ensure that cells are only
rewritten to the cache if they have actually been changed
* Improved memory usage in CSV Writer
* Improved speed and memory usage in Excel5 Writer
* Experimental - getHighestDataRow(), getHighestRowAndColumn() and
calculateWorksheetDataDimension() methods for the worksheet that return the
highest row and column that have cell records
* Change iterators to implement Iterator rather than extend CachingIterator,
as a fix for PHP 5.4. changes in SPL
* Invalid cell coordinate in Autofilter for Excel2007 Writer
* PCLZip library issue
* Excel2007 Reader canRead function bug 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
* ini_set() call in Calculation class destructor
* RangeToArray strange array keys
* INDIRECT() function doesn\'t work with named ranges
* Locale-specific fix to text functions when passing a boolean argument
instead of a string
* reader/CSV fails on this file auto_detect_line_endings now set in CSV
reader
* $arguments improperly used in CachedObjectStorage/PHPTemp.php
Bug In Cache System (cell reference when throwing caching errors)
* PHP Invalid index notice on writing excel file when active sheet has been
deleted
* External links in Excel2010 files cause Fatal error
* Previous calculation engine error conditions trigger cyclic reference
errors
* PHPExcel_Style::applyFromArray() returns null rather than style object in
advanced mode
* Cell::getFormattedValue returns RichText object instead of string
Indexed colors do not refer to Excel\'s indexed colors?
* Indexed colors should be consistent with Excel and start from 1 (current
index starts at 0)
* Named Range definition in .xls when sheet reeference is quote wrapped
* duplicateStyle() method doesn\'t duplicate conditional formats
* method for duplicating conditional styles
* =sumproduct(A,B) <> =sumproduct(B,A) in xlsx
* Support for Rich-Text in PHPExcel_Writer_Excel5
* Two easy to fix Issues concerning PHPExcel_Token_Stack (l10n/UC)
* Locale file paths not fit for windows
* Add file directory as a cache option for cache_to_discISAM
* Datatype.php & constant TYPE_NULL
* Ensure use of system temp directory for all temporary work files, unless
explicitly specified
* [Patch] faster stringFromColumnIndex()
* Fix for projects that still use old autoloaders
* Unknown codepage: 10007 Additional Mac codepages
Sat Apr 14 14:00:00 2012 jweberhoferAATTweberhofer.at
- Fix requirements for non-suse based distributions
Sat Apr 14 14:00:00 2012 jweberhoferAATTweberhofer.at
- Fix for environments where there is no access to /tmp but to upload_tmp_dir
See: http://phpexcel.codeplex.com/workitem/17840
Mon Dec 5 13:00:00 2011 jweberhoferAATTweberhofer.at
- Improved Provide/Obsoletes section
Fri May 20 14:00:00 2011 opendevelAATTweberhofer.at
- package version 1.7.6
- Fixed Fedora-based Require issue
- Fixed some dependency issues