New Reader Feature: listWorksheetInfo() method added to Readers... courtesy of Christopher Mullins (schir1964)

git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@88719 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
Mark Baker 2012-03-31 19:16:53 +00:00
parent af6d270947
commit 47c94fb28a
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ configuration settings, allowing more flexibility.
Fixed in SVN:
- Bugfix: (Progi1984) Work item 8916 - Support for Rich-Text in PHPExcel_Writer_Excel5
- 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