PhpSpreadsheet/tests/data
Adrien Crivelli e31878ceb1
Check for MIME type to know if CSV reader can read a file
CSV reader used to accept any file without any kind of check. That made
users incorrectly believe that things were ok, even though there is no
way for CSV reader to read anything else that plain text files.

Fixes #167
2018-02-05 21:33:23 +09:00
..
Calculation COLUMNS and ROWS functions crashed in some cases 2018-01-13 18:01:50 +09:00
Cell Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
Reader Check for MIME type to know if CSV reader can read a file 2018-02-05 21:33:23 +09:00
Shared Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
Style Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
Writer/Ods Writer\Ods\Content: Set "CompatibilityMode" before and after running the tests in 2017-03-04 17:18:18 +01:00
CalculationBinaryComparisonOperation.php Refactor tests data from custom format to PHP 2016-08-16 21:00:19 +09:00
CellAbsoluteCoordinate.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
CellAbsoluteReference.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
CellBuildRange.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
CellCoordinates.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
CellExtractAllCellReferencesInRange.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
CellGetRangeBoundaries.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
CellMergeRangesInCollection.php Fix cell ranges causing coordinate merge error 2018-01-22 12:26:37 +09:00
CellRangeBoundaries.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
CellRangeDimension.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
CellSplitRange.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
ColumnIndex.php Consistent `stringFromColumnIndex()` and `columnIndexFromString()` 2017-11-26 15:29:08 +09:00
ColumnString.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
CoordinateIsRange.php Fix cell ranges causing coordinate merge error 2018-01-22 12:26:37 +09:00