Preparing 1.7.6
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@69504 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
parent
aedff36d4e
commit
fb9a1e2ca8
|
@ -24,6 +24,9 @@
|
||||||
|
|
||||||
|
|
||||||
Fixed in SVN:
|
Fixed in SVN:
|
||||||
|
|
||||||
|
|
||||||
|
2011-02)27 (v1.7.6):
|
||||||
- Feature: (MBaker) Provide option to use PCLZip as an alternative to ZipArchive.
|
- Feature: (MBaker) Provide option to use PCLZip as an alternative to ZipArchive.
|
||||||
This allows the writing of Excel2007 files, even without ZipArchive enabled (it does require zlib), or when php_zip is one of the buggy PHP 5.2.6 or 5.2.8 versions
|
This allows the writing of Excel2007 files, even without ZipArchive enabled (it does require zlib), or when php_zip is one of the buggy PHP 5.2.6 or 5.2.8 versions
|
||||||
It can be enabled using PHPExcel_Settings::setZipClass(PHPExcel_Settings::PCLZIP);
|
It can be enabled using PHPExcel_Settings::setZipClass(PHPExcel_Settings::PCLZIP);
|
||||||
|
@ -75,8 +78,6 @@ Fixed in SVN:
|
||||||
- General: (MBaker) Removed Serialized Reader/Writer as these no longer work.
|
- General: (MBaker) Removed Serialized Reader/Writer as these no longer work.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2010-12-10 (v1.7.5):
|
2010-12-10 (v1.7.5):
|
||||||
- Feature: (MBaker) Work item 8769 - Implement Gnumeric File Format
|
- Feature: (MBaker) Work item 8769 - Implement Gnumeric File Format
|
||||||
Initial work on Gnumeric Reader (Worksheet Data, Document Properties and basic Formatting)
|
Initial work on Gnumeric Reader (Worksheet Data, Document Properties and basic Formatting)
|
||||||
|
|
Loading…
Reference in New Issue