PhpSpreadsheet/tests/data/Reader
oleibman 38fab4e632
Fix for #1505 (#1525)
This problem is the same as #1238, which was resolved by #1239.
For that issue, the fix was to check in one place whether
$this->mapCellXfIndex[$xfIndex] was set before using it.
The sample spreadsheet supplied as a description for this
problem had exactly the same problem in 2 other places in the code.
In addition, there were 7 other places in the code where that
particular item was used unchecked. This fix corrects all 9 locations.
The spreadsheet supplied with the problem is used as the basis
for some new tests, which particularly test column dimensions
and styles, the problems involved in this case.
2020-06-19 21:01:18 +02:00
..
CSV CSV Sample File Was Miscoded (#1489) 2020-05-24 19:57:39 +09:00
HTML Best effort to support invalid colspan values in HTML reader 2019-07-27 23:31:23 -07:00
Ods Refactoring xlsx reader (#1033) 2019-06-30 23:42:25 +02:00
XLS Fix for #1505 (#1525) 2020-06-19 21:01:18 +02:00
XLSX Conditionals - Extend Support for (NOT)CONTAINSBLANKS (#1278) 2020-01-04 18:50:04 +01:00
Xml CVE-2019-12331 (#1041) 2019-07-01 00:55:25 +02:00