General: Improved performance for the Excel2007 Writer

git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@63537 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
Mark Baker 2010-11-09 13:02:55 +00:00
parent c0ae3911b6
commit b16083246e
1 changed files with 1 additions and 1 deletions

View File

@ -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):