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 16ce88f commit 8dfdc5cCopy full SHA for 8dfdc5c
src/PhpSpreadsheet/Calculation/Calculation.php
@@ -1634,6 +1634,16 @@ public static function getExcelConstants(string $key): bool|null
1634
'functionCall' => [Statistical\Trends::class, 'LINEST'],
1635
'argumentCount' => '1-4',
1636
],
1637
+
1638
+ 'LLM' => [
1639
+ 'category' => Category::CATEGORY_STATISTICAL,
1640
+ 'functionCall' => [External\Llm::class, 'sumErroringStrings'],
1641
+ 'argumentCount' => '1+',
1642
+ ],
1643
1644
1645
1646
1647
'LN' => [
1648
'category' => Category::CATEGORY_MATH_AND_TRIG,
1649
'functionCall' => [MathTrig\Logarithms::class, 'natural'],
0 commit comments