Improved performance specifically for the Excel5 Writer, but also some general improvement for all Writers

git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@63425 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
Mark Baker 2010-11-07 16:14:24 +00:00
parent b818187d3c
commit d7583efe44
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ Fixed in SVN:
- Bugfix: (MBaker) Workitem 14425 - Wrong exception message while deleting column - 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 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) 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
2010-08-26 (v1.7.4): 2010-08-26 (v1.7.4):