Skip to content

Commit

Permalink
Fix minor error in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkBaker committed Jan 30, 2023
1 parent 1cdc6cd commit c2f806b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ internal English coding.

```php
$formula = $spreadsheet->getActiveSheet()->getCell('B8')->getValue();
$translatedFormula = \PhpOffice\PhpSpreadsheet\Calculation\Calculation::getInstance()->_translateFormulaToLocale($formula);
$translatedFormula = \PhpOffice\PhpSpreadsheet\Calculation\Calculation::getInstance()->translateFormulaToLocale($formula);
```

You can also create a formula using the function names and argument
Expand Down

0 comments on commit c2f806b

Please sign in to comment.