PhpSpreadsheet/src/PhpSpreadsheet/Reader
Jan-Simon Winkelmann 96e843ceee Prevent notice during accessing "cached magnification factor" offset
Sheet View Settings Block should be 8-14 bytes long in BIFF8 Excel 97 according
to the open office file format documentation. However access to byte 10 and 12 is
not possible when record data is malformed, so getUInt2d throws notice.
2020-10-12 20:53:30 +09:00
..
Gnumeric Missing typing 2020-07-19 12:21:40 +09:00
Ods Improve Coverage for ODS Reader (#1545) 2020-07-26 12:40:49 +09:00
Security fixed php8 deprecation warning for libxml_disable_entity_loader() (#1625) 2020-10-08 15:02:14 +02:00
Xls Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
Xlsx PSR12 code style 2020-07-26 14:13:11 +09:00
Xml Stricter visibility 2020-07-19 12:30:31 +09:00
BaseReader.php Improve Coverage for HTML Reader 2020-06-25 22:42:38 -07:00
Csv.php Need to add application/csv to the list of valid CSV mime types 2020-10-09 14:57:45 +02:00
DefaultReadFilter.php More fixes from PhpStorm warnings 2017-10-08 02:00:30 +09:00
Exception.php Drop unused code and fix some PhpStorm warnings 2017-10-08 01:21:32 +09:00
Gnumeric.php Reader/Gnumeric Failure with PHP8 (#1662) 2020-10-01 12:38:36 +02:00
Html.php Merge branch 'readhtml' 2020-07-26 13:11:15 +09:00
IReader.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
IReadFilter.php Xlsx reader do not read rows and columns filtered out in readFilter at all 2018-05-26 13:30:21 +09:00
Ods.php Named formula implementation, and improved handling of Defined Names generally (#1535) 2020-07-26 12:00:06 +02:00
Slk.php Improve Coverage for Sylk (#1514) 2020-06-19 20:35:44 +02:00
Xls.php Prevent notice during accessing "cached magnification factor" offset 2020-10-12 20:53:30 +09:00
Xlsx.php Ensure that the list of shared formulae is maintained while chunk-reading Xlsx Files (#1680) 2020-10-12 13:22:32 +02:00
Xml.php Improving Coverage for Excel2003 XML Reader (#1557) 2020-10-11 13:26:56 +02:00