diff --git a/docs/topics/accessing-cells.md b/docs/topics/accessing-cells.md index 0fce4853..503ebc5e 100644 --- a/docs/topics/accessing-cells.md +++ b/docs/topics/accessing-cells.md @@ -274,8 +274,7 @@ Setting a cell value by coordinate can be done using the worksheet's $spreadsheet->getActiveSheet()->setCellValueByColumnAndRow(1, 5, 'PhpSpreadsheet'); ``` -**Note** that column references start with `0` for column `A`, rather -than from `1`. +**Note** that column references start with `1` for column `A`. ## Retrieving a cell value by column and row