PhpSpreadsheet/Classes/PHPExcel
Mark Baker bb34668146 Modify underlying PHP_OLE to support multiple streams
This is preparatory to providing support for workbook properties (and extended properties) in the Excel5 Writer, because properties are stored in the SummaryInformation and DocumentSummaryInformation streams, and not in the workbook stream.
Previously, PHP_OLE could only save a single stream, so this had to be the workbook stream; so document property information was discarded by the Excel5 Writer.

git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@77804 2327b42d-5241-43d6-9e2a-de5ac946f064
2011-08-05 14:04:07 +00:00
..
CachedObjectStorage General: Reduce cell caching overhead using dirty flag to ensure that cells are only rewritten to the cache if they have actually been changed 2011-04-25 14:25:53 +00:00
Calculation Bugfix: Locale-specific fix to text functions when passing a boolean argument instead of a string 2011-05-15 22:58:20 +00:00
Cell Call dataTypeForValue() method in self rather than PHPExcel_Cell_Datatype 2011-05-30 22:20:13 +00:00
Reader Bugfix: Work item 15537 - Excel2007 Reader canRead function bug 2011-03-17 11:29:14 +00:00
RichText Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00
Shared Modify underlying PHP_OLE to support multiple streams 2011-08-05 14:04:07 +00:00
Style Feature: Improved toFormattedString() handling for Currency and Accounting format masks to render currency symbols 2011-01-31 17:18:10 +00:00
Worksheet Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00
Writer Improved speed and memory usage in Excel5 Writer 2011-06-01 23:09:12 +00:00
locale Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00
Autoloader.php Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00
CachedObjectStorageFactory.php Migration from off-site Subversion repository (part 1). 2010-08-26 19:14:53 +00:00
Calculation.php Bugfix: Work item 15707 - ini_set() call in Calculation class destructor 2011-04-19 21:40:35 +00:00
Cell.php Update to phpdoc comments 2011-05-30 22:26:55 +00:00
Comment.php Feature: Added support for cell comments in the Gnumeric and Excel2003XML Readers 2011-01-21 13:11:28 +00:00
DocumentProperties.php Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00
DocumentSecurity.php Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00
HashTable.php Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00
IComparable.php Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00
IOFactory.php General: Removed Serialized Reader/Writer as these no longer work. 2011-02-22 10:21:38 +00:00
NamedRange.php Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00
ReferenceHelper.php Bugfix: Work item 15409 - Full column/row references in named ranges not supported by updateCellReference() 2011-02-27 22:33:42 +00:00
RichText.php Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00
Settings.php Bugfix: Work item 15518 - PCLZip library issue 2011-03-14 13:52:49 +00:00
Style.php Feature: Added support for cell comments in the Gnumeric and Excel2003XML Readers 2011-01-21 13:11:28 +00:00
Worksheet.php Minor performance tweak 2011-05-30 22:25:04 +00:00
WorksheetIterator.php Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00