Bugfix: Work item 17471 - OOCalc cells contain same data bug?
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@90421 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
parent
762f12624b
commit
9ef758443d
|
@ -39,6 +39,7 @@ configuration settings, allowing more flexibility.
|
||||||
|
|
||||||
Fixed in SVN:
|
Fixed in SVN:
|
||||||
- Bugfix: (Progi1984) Work item 8916 - Support for Rich-Text in PHPExcel_Writer_Excel5
|
- 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: (schir1964) listWorksheetInfo() method added to Readers... courtesy of Christopher Mullins
|
||||||
- Feature: (MBaker) Options for cell caching using Igbinary and SQLite/SQlite3.
|
- 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: (MBaker) Additional row iterator options: allow a start row to be defined in the constructor; seek(), and prev() methods added.
|
||||||
|
@ -119,7 +120,7 @@ Fixed in SVN:
|
||||||
- Bugfix: (MBaker) Work item 15089 - PHPExcel_Worksheet->toArray() index problem
|
- 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 15094 - Merge cells 'un-merge' when using an existing spreadsheet
|
||||||
- Bugfix: (MBaker) Work item 15129 - Worksheet fromArray() only working with 2-D arrays
|
- Bugfix: (MBaker) Work item 15129 - Worksheet fromArray() only working with 2-D arrays
|
||||||
- Bugfix: (MBaker) Work item 15172 - rangeToarray function modified for non-existent cells
|
- 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 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) 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) Fix Excel5 Writer so that it only writes column dimensions for columns that are actually used rather than the full range (A to IV)
|
||||||
|
|
Loading…
Reference in New Issue