From b16083246e86f34ff2b9cd74cba815ae2b413804 Mon Sep 17 00:00:00 2001 From: Mark Baker Date: Tue, 9 Nov 2010 13:02:55 +0000 Subject: [PATCH] General: Improved performance for the Excel2007 Writer git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@63537 2327b42d-5241-43d6-9e2a-de5ac946f064 --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 204a2068..571234a1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -54,7 +54,7 @@ Fixed in SVN: - Bugfix: (MBaker) Workitem 14425 - Wrong exception message while deleting column - General: (MBaker) Applied patch 6609 - Removes a unnecessary loop through each cell when applying conditional formatting to a range. - General: (MBaker) Applied patch 7169 - Removed spurious PHP end tags (?>) -- General: (MBaker) Improved performance specifically for the Excel5 Writer, but also some general improvement for all Writers +- General: (MBaker) Improved performance specifically for the Excel5 and Excel2007 Writers, but also some general improvement for all Writers 2010-08-26 (v1.7.4):