Skip to content

Commit 8288a7f

Browse files
TerjeBrPowerKiKi
authored andcommitted
Documentation change for column indexing
1 parent 67767e1 commit 8288a7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/topics/accessing-cells.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,7 @@ Setting a cell value by coordinate can be done using the worksheet's
274274
$spreadsheet->getActiveSheet()->setCellValueByColumnAndRow(1, 5, 'PhpSpreadsheet');
275275
```
276276

277-
**Note** that column references start with `0` for column `A`, rather
278-
than from `1`.
277+
**Note** that column references start with `1` for column `A`.
279278

280279
## Retrieving a cell value by column and row
281280

0 commit comments

Comments
 (0)