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-24 01:00:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3bd2b89ff6aa00135500dafc76caed94e05117ec
PhpSpreadsheet
/
Classes
/
PHPExcel
/
Reader
T
History
Mark Baker
3bd2b89ff6
Bugfix: Work item GH-130 - Single cell print area
2013-01-22 21:43:31 +00:00
..
Excel5
…
Excel2007
…
Abstract.php
…
CSV.php
…
DefaultReadFilter.php
…
Excel5.php
Bugfix: Work item GH-130 - Single cell print area
2013-01-22 21:43:31 +00:00
Excel2003XML.php
…
Excel2007.php
Bugfix: Work item GH-130 - Single cell print area
2013-01-22 21:43:31 +00:00
Exception.php
General: (dbonsch) Work item GH-78 - Restructuring of PHPExcel Exceptions
2013-01-15 21:42:28 +00:00
Gnumeric.php
Initial modifications for XML-based sheet readers to use XMLReader via streaming for large files in the listWorksheetNames() and listWorksheetInfo() methods... still needs some additional work for merged cells to work correctly, but gives a hell of a memory boost and executes more quickly - the same principles will be applied to the core data readers, but that still requires a lot more work. However, when completed, the effort should be worth it for both speed and memory usage, and the code should be a lot cleaner for the core data reader as well
2013-01-12 12:52:00 +00:00
HTML.php
Bugfix: Work item GH-104 - echo statements in HTML.php
2012-12-11 21:55:46 +00:00
IReader.php
…
IReadFilter.php
…
OOCalc.php
Modify listWorksheetNames() and listWorksheetInfo to use XMLReader with streamed XML rather than SimpleXML
2013-01-13 23:36:04 +00:00
SYLK.php
…