From 4a33c85f2609753c77d00bbb47af5f03cedccf4c Mon Sep 17 00:00:00 2001 From: Mark Baker Date: Tue, 8 Feb 2011 13:14:30 +0000 Subject: [PATCH] Work Item 15198 - FreezePane causing damaged or modified error git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@68177 2327b42d-5241-43d6-9e2a-de5ac946f064 --- changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index db70fcd5..29cf7245 100644 --- a/changelog.txt +++ b/changelog.txt @@ -54,7 +54,8 @@ Fixed in SVN: - 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) 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) The freezePaneByColumnAndRow() method row argument should default to 1 rather than 0. +- Bugfix: (MBaker) Work item 15198 - FreezePane causing damaged or modified error + The freezePaneByColumnAndRow() method row argument should default to 1 rather than 0. Default row argument for all __ByColumnAndRow() methods should be 1 - Bugfix: (MBaker) Work item 15121 - Column reference rather than cell reference in Print Area definition Fix Excel2007 Writer to handle print areas that are defined as row or column ranges rather than just as cell ranges