Documentation change for column indexing

This commit is contained in:
Terje Bråten 2017-12-18 19:38:37 +00:00 committed by Adrien Crivelli
parent 67767e1402
commit 8288a7f029
1 changed files with 1 additions and 2 deletions

View File

@ -274,8 +274,7 @@ Setting a cell value by coordinate can be done using the worksheet's
$spreadsheet->getActiveSheet()->setCellValueByColumnAndRow(1, 5, 'PhpSpreadsheet'); $spreadsheet->getActiveSheet()->setCellValueByColumnAndRow(1, 5, 'PhpSpreadsheet');
``` ```
**Note** that column references start with `0` for column `A`, rather **Note** that column references start with `1` for column `A`.
than from `1`.
## Retrieving a cell value by column and row ## Retrieving a cell value by column and row