Documentation change for column indexing
This commit is contained in:
parent
67767e1402
commit
8288a7f029
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue