Skip to content

Commit b980e29

Browse files
committed
Minor readme
1 parent 1f9bd91 commit b980e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ $worksheetId1 = $xlsxFastEditor->getWorksheetNumber('Sheet1');
4444
$worksheetId2 = $xlsxFastEditor->getWorksheetNumber('Sheet2');
4545

4646
$f = $xlsxFastEditor->readFloat($worksheetId1, 'B2');
47-
$c = $xlsxFastEditor->readInt($worksheetId1, 'C3');
48-
$i = $xlsxFastEditor->readString($worksheetId2, 'D4');
47+
$i = $xlsxFastEditor->readInt($worksheetId1, 'C3');
48+
$s = $xlsxFastEditor->readString($worksheetId2, 'D4');
4949

5050
// If you want to force Excel to recalculate formulas on next load:
5151
$xlsxFastEditor->setFullCalcOnLoad($worksheetId2, true);

0 commit comments

Comments
 (0)