Development

Changeset 11112 for plugins/sfPhpExcelPlugin

You must first sign up to be able to contribute.

Show
Ignore:
Timestamp:
08/25/08 16:54:22 (3 months ago)
Author:
Garfield-fr
Message:

Upgrade to PHPExcel 1.6.3

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfPhpExcelPlugin/trunk/PHPExcel_Changelog.txt

    r10164 r11112  
    2020* @copyright  Copyright (c) 2006 - 2008 PHPExcel (http://www.codeplex.com/PHPExcel) 
    2121* @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL 
    22 * @version    ##VERSION##, ##DATE## 
     22* @version    1.6.3, 2008-08-25 
    2323************************************************************************************** 
    2424 
    2525 
    2626To be planned: 
     27- Bugfix:   (MBaker) Work item 7367 - Modified PHPExcel_Shared_Date::PHPToExcel() to force UTC 
     28- General:  (MB) Applied patch 1629 
     29- General:  (MB) Applied patch 1644 
     30- General:  (MB) Work item 6485 - Implement repeatRow and repeatColumn in Excel5 writer 
     31- General:  (MB) Work item 6838 - Remove scene3d filter in Excel2007 drawing 
     32- Feature:  (MBaker) Work item 2346 - Implement CHOOSE and INDEX Lookup/Reference Functions 
     33- Feature:  (MBaker) Work item 2346 - Implement CLEAN Text Functions 
     34- Feature:  (MBaker) Work item 2346 - Implement YEARFRAC Date/Time Functions 
     35- Feature:  (MB) Work item 6508 - Implement 2 options for print/show gridlines 
     36- Feature:  (MB) Work item 7270 - Add VLOOKUP function (contribution) 
     37- Feature:  (MB) Work item 7182 - Implemented: ShrinkToFit 
     38- Feature:  (MB) Work item 7218 - Row heights not updated correctly when inserting new rows 
     39- Feature:  (MB) Work item 7157 - Copy worksheets within the same workbook 
     40- Feature:  (ET) Work item 7290 - Excel5 reader style support: horizontal and vertical alignment plus text wrap 
     41- Feature:  (ET) Work item 7294 - Excel5 reader support for merged cells 
     42- Feature:  (ET) Work item 7296 - Excel5 reader: Sheet Protection 
     43- Feature:  (ET) Work item 7297 - Excel5 reader: Password for sheet protection 
     44- Feature:  (ET) Work item 7299 - Excel5 reader: Column width 
     45- Feature:  (ET) Work item 7301 - Excel5 reader: Row height 
     46- Feature:  (ET) Work item 7304 - Excel5 reader: Font support 
     47- Feature:  (ET) Work item 7324 - Excel5 reader: support for locked cells 
     48- Feature:  (ET) Work item 7330 - Excel5 reader style support: Fill (background colors and patterns) 
     49- Feature:  (ET) Work item 7332 - Excel5 reader style support: Borders (style and color) 
     50- Feature:  (ET) Work item 7346 - Excel5 reader: Rich-Text support 
     51- Feature:  (MB) Work item 7313 - Read Excel built-in number formats with Excel 2007 reader 
     52- Feature:  (ET) Work item 7317 - Excel5 reader: Number format support 
     53- Feature:  (MB) Work item 7362 - Creating a copy of PHPExcel object 
     54- Feature:  (ET) Work item 7373 - Excel5 reader: support for row / column outline (group) 
     55- Feature:  (MB) Work item 7380 - Implement default row/column sizes 
     56- Feature:  (MB) Work item 7364 - Writer HTML - option to return styles and table separately 
     57- Feature:  (ET) Work item 7393 - Excel5 reader: Support for remaining built-in number formats 
     58- Bugfix:   (MBaker) Fixed rounding in HOUR MINUTE and SECOND Time functions, and improved performance for these 
     59- Bugfix:   (MBaker) Fix to TRIM function 
     60- Bugfix:   (MBaker) Fixed range validation in TIME Functions.php 
     61- Bugfix:   (MBaker) EDATE and EOMONTH functions now return date values based on the returnDateType flag 
     62- Bugfix:   (MBaker) Write date values that are the result of a calculation function correctly as Excel serialized dates rather than PHP serialized date values 
     63- Bugfix:   (MB) Work item 6690 - Excel2007 reader not always reading boolean correctly 
     64- Bugfix:   (MB) Work item 6275 - Columns above IZ 
     65- Bugfix:   (MB) Work item 6853 - Other locale than English causes Excel2007 writer to produce broken xlsx 
     66- Bugfix:   (MB) Work item 7061 - Typo: Number_fromat in NumberFormat.php 
     67- Bugfix:   (MB) Work item 6865 - Bug in Worksheet_BaseDrawing setWidth() 
     68- Bugfix:   (MB) Work item 6891 - PDF writer collapses column width for merged cells 
     69- Bugfix:   (MB) Work item 6867 - Issues with drawings filenames 
     70- Bugfix:   (MB) Work item 7073 - fromArray() local variable isn't defined 
     71- Bugfix:   (MB) Work item 7276 - PHPExcel_Writer_Excel5->setTempDir() not passed to all classes involved in writing to a file 
     72- Bugfix:   (MB) Work item 7277 - Excel5 reader not handling UTF-8 properly 
     73- Bugfix:   (MB) Work item 7327 - If you write a 0 value in cell, cell shows as empty 
     74- Bugfix:   (MB) Work item 7302 - Excel2007 writer: Row height ignored for empty rows 
     75- Bugfix:   (MB) Work item 7281 - Excel2007 (comments related error) 
     76- Bugfix:   (MB) Work item 7345 - Column width in other locale 
     77- Bugfix:   (MB) Work item 7347 - Excel2007 reader not reading underlined Rich-Text 
     78- Bugfix:   (ET) Work item 7357 - Excel5 reader converting booleans to strings 
     79- Bugfix:   (MB) Work item 7365 - Recursive Object Memory Leak 
     80- Bugfix:   (MB) Work item 7372 - Excel2007 writer ignoring row dimensions without cells 
     81- Bugfix:   (ET) Work item 7382 - Excel5 reader is converting formatted numbers / dates to strings 
    2782 
    2883 
     
    3085- General:  (MB) Work item 6088 - Document style array values 
    3186- General:  (MB) Applied patch 1195 
    32 - General:  (MB) Work item 6178 - Redirecting output to a clientís web browser - http headers 
     87- General:  (MB) Work item 6178 - Redirecting output to a clients web browser - http headers 
    3388- General:  (MB) Work item 6187 - Improve worksheet garbage collection 
    3489- 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. 
  • plugins/sfPhpExcelPlugin/trunk/lib

    • Property svn:externals changed from
      PHPExcel svn://svn.phpexcel.net/PHPExcel/branches/v1.6.2/Classes
      to
      PHPExcel svn://svn.phpexcel.net/PHPExcel/branches/v1.6.3/Classes