PhpSpreadsheet/docs
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
..
assets Add documentation welcome page 2016-11-27 19:34:17 +09:00
extra Workaround for RTD search 2017-05-05 11:56:18 +02:00
references Spaces instead of tabs 2017-10-10 23:32:51 +09:00
topics Consistent `stringFromColumnIndex()` and `columnIndexFromString()` 2017-11-26 15:29:08 +09:00
faq.md Improve doc formatting with backticks 2017-03-13 14:57:37 +09:00
index.md Simplify IOFactory to rely on autoloading 2017-10-22 01:54:14 +09:00