We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdc6cd commit c2f806bCopy full SHA for c2f806b
docs/topics/recipes.md
@@ -187,7 +187,7 @@ internal English coding.
187
188
```php
189
$formula = $spreadsheet->getActiveSheet()->getCell('B8')->getValue();
190
-$translatedFormula = \PhpOffice\PhpSpreadsheet\Calculation\Calculation::getInstance()->_translateFormulaToLocale($formula);
+$translatedFormula = \PhpOffice\PhpSpreadsheet\Calculation\Calculation::getInstance()->translateFormulaToLocale($formula);
191
```
192
193
You can also create a formula using the function names and argument
0 commit comments