From 8288a7f0298619131d83fa90c33e18a7f1d2d225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Terje=20Br=C3=A5ten?= Date: Mon, 18 Dec 2017 19:38:37 +0000 Subject: [PATCH] Documentation change for column indexing --- docs/topics/accessing-cells.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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