Skip to content

Commit e2d68f7

Browse files
committed
Documentation Update
Fix #4365.
1 parent 9d1ad14 commit e2d68f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/Looping the Loop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $inputFileName = __DIR__ . '/../Financial Sample.xlsx';
1616

1717
$reader = IOFactory::createReader($inputFileType);
1818
$spreadsheet = $reader->load($inputFileName);
19-
19+
$worksheet = $spreadsheet->getActiveSheet();
2020

2121
$dataArray = $worksheet->toArray();
2222

0 commit comments

Comments
 (0)