Update FunctionPrefix.php

This commit is contained in:
oleibman
2024-04-14 17:23:41 -07:00
committed by GitHub
parent 9c502b7d02
commit df26a76a30
@@ -5,7 +5,7 @@ namespace PhpOffice\PhpSpreadsheet\Writer\Xlsx;
class FunctionPrefix
{
const XLFNREGEXP = '/(?:_xlfn\.)?((?:_xlws\.)?\b('
// functions added with Excel 2010
// functions added with Excel 2010
. 'beta[.]dist'
. '|beta[.]inv'
. '|binom[.]dist'