PhpSpreadsheet/docs/topics
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
..
images Update documentation with composer instructions 2017-03-13 12:30:26 +09:00
accessing-cells.md Consistent `stringFromColumnIndex()` and `columnIndexFromString()` 2017-11-26 15:29:08 +09:00
architecture.md Update documentation with composer instructions 2017-03-13 12:30:26 +09:00
autofilters.md Merge all examples together 2017-10-01 17:48:59 +09:00
calculation-engine.md Clarify documentation about `DateTime` 2017-07-30 22:25:24 +02:00
creating-spreadsheet.md Improve doc formatting with backticks 2017-03-13 14:57:37 +09:00
file-formats.md Improve doc formatting with backticks 2017-03-13 14:57:37 +09:00
links-and-tools.md Update documentation with composer instructions 2017-03-13 12:30:26 +09:00
memory_saving.md Refactor CachedObjectStorage to PSR-16 2017-04-14 16:56:27 +09:00
migration-from-PHPExcel.md Consistent `stringFromColumnIndex()` and `columnIndexFromString()` 2017-11-26 15:29:08 +09:00
reading-and-writing-to-file.md Support custom PDF library instances or configurations 2017-11-04 16:01:09 +09:00
reading-files.md Rename classes to keep them in their related namespaces 2017-10-29 17:39:42 +09:00
recipes.md Rename classes to keep them in their related namespaces 2017-10-29 17:39:42 +09:00
settings.md Refactor CachedObjectStorage to PSR-16 2017-04-14 16:56:27 +09:00
worksheets.md Update worksheets.md (#243) 2017-10-10 16:14:19 +09:00