Skip to content

Commit cd7386f

Browse files
authored
Merge pull request #4367 from oleibman/issue4365
Documentation Update
2 parents 9978d06 + e2d68f7 commit cd7386f

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)