From 47c94fb28acd01bbe82905f7ddb95d2ba3a957be Mon Sep 17 00:00:00 2001 From: Mark Baker Date: Sat, 31 Mar 2012 19:16:53 +0000 Subject: [PATCH] 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 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 61603903..5997be86 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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