Skip to content

Commit 9b320ee

Browse files
committed
Minor readme extra example
1 parent 46a5308 commit 9b320ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ try {
8989

9090
// Navigation methods for existing cells
9191
$cell = $row->getFirstCell();
92-
$cell = $row->getCellOrNull('D4');
92+
$cell = $row->getCellOrNull('D2');
93+
$cell = $row->getCellOrNull('D');
9394
$cell = $cell->getPreviousCell();
9495
$cell = $cell->getNextCell();
9596
$cell = $row->getLastCell();

0 commit comments

Comments
 (0)