Skip to content

Commit 0a63194

Browse files
authored
Merge pull request #4608 from h-marumoto/fix_typo_in_reading-and-writing-to-file.md
Fix typo in reading-and-writing-to-file.md
2 parents b99dc60 + 965361b commit 0a63194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/reading-and-writing-to-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ $secondHtmlString = '<table>
10991099
$reader = new \PhpOffice\PhpSpreadsheet\Reader\Html();
11001100
$spreadsheet = $reader->loadFromString($firstHtmlString);
11011101
$reader->setSheetIndex(1);
1102-
$spreadhseet = $reader->loadFromString($secondHtmlString, $spreadsheet);
1102+
$spreadsheet = $reader->loadFromString($secondHtmlString, $spreadsheet);
11031103

11041104
$writer = \PhpOffice\PhpSpreadsheet\IOFactory::createWriter($spreadsheet, 'Xls');
11051105
$writer->save('write.xls');

0 commit comments

Comments
 (0)