PhpSpreadsheet/tests/data
Adrien Crivelli 8d76020590
Consistent `stringFromColumnIndex()` and `columnIndexFromString()`
Column indexes are always based on 1 everywhere in PhpSpreadsheet.
This is consistent with rows starting at 1, as well as Excel
function `COLUMN()`. It should also make it easier to reason about
columns and rows and remove any doubts whether a specific method is
expecting 0 based or 1 based indexes.

Fixes #273
Fixes https://github.com/PHPOffice/PHPExcel/issues/307
Fixes https://github.com/PHPOffice/PHPExcel/issues/476
2017-11-26 15:29:08 +09:00
..
Calculation INDEX(): fix getting row and col numbers from references (#239) 2017-10-06 14:01:20 +09:00
Cell Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
Reader Support missing attribute `r` in `c` node when reading xlsx 2017-09-22 14:49:38 +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 Merge data-validation collections to reduce the final file size 2017-09-08 02:27:18 +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