This website requires JavaScript.
Explore
Help
Sign In
geckon01
/
PhpSpreadsheet
Watch
1
Star
0
Fork
0
You've already forked PhpSpreadsheet
mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced
2026-09-25 01:31:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7854955cff33a5e774bbdcf9271101ccddd67d34
PhpSpreadsheet
/
Classes
/
PHPExcel
T
History
Filippo Tessarotto
e525c695dd
Fix key dereferencing
2012-11-25 09:01:45 +01:00
..
CachedObjectStorage
…
Calculation
…
Cell
…
Chart
…
locale
…
Reader
add read/write page-break-preview in Excel5
2012-11-22 14:57:47 +09:00
RichText
…
Shared
General: Work items 17936 and 17840 - Fix for environments where there is no access to /tmp but to upload_tmp_dir
2012-11-20 21:34:24 +00:00
Style
…
Worksheet
Fix key dereferencing
2012-11-25 09:01:45 +01:00
Writer
Various tweaks and fixes
2012-11-24 22:48:44 +00:00
Autoloader.php
…
CachedObjectStorageFactory.php
Bugfix: Work item GH-67 - Cache directory for DiscISAM cache storage cannot be set
2012-11-20 22:25:12 +00:00
Calculation.php
…
Cell.php
…
Chart.php
…
Comment.php
…
DocumentProperties.php
…
DocumentSecurity.php
…
Exception.php
…
HashTable.php
…
IComparable.php
…
IOFactory.php
…
NamedRange.php
…
ReferenceHelper.php
…
RichText.php
…
Settings.php
…
Style.php
Modified applyFromArray() method of PHPExcel_Style to use PHPExcel::cellXfExists() call instead of expensive hash test.
2012-11-20 23:55:18 +00:00
Worksheet.php
Search style by identity in PHPExcel_Worksheet::duplicateStyle()
2012-11-20 01:28:00 +06:00
WorksheetIterator.php
…