Skip to content

Commit

Permalink
Documentation Update
Browse files Browse the repository at this point in the history
  • Loading branch information
oleibman committed Feb 15, 2025
1 parent 9d1ad14 commit e2d68f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/Looping the Loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $inputFileName = __DIR__ . '/../Financial Sample.xlsx';

$reader = IOFactory::createReader($inputFileType);
$spreadsheet = $reader->load($inputFileName);

$worksheet = $spreadsheet->getActiveSheet();

$dataArray = $worksheet->toArray();

Expand Down

0 comments on commit e2d68f7

Please sign in to comment.