We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is:
Save SUMIFS function to XLSX without _xlfn prefix.
SUMIFS
_xlfn
PhpSpreadsheet adds a _xlfn prefix to SUMIFS, which breaks LO Calc compatibility.
I think SUMIFS function was mistakenly categorized as released in Excel 2019 in FunctionPrefix.php#L133 . As I can see it was added in Excel 2007.
XLSX
The text was updated successfully, but these errors were encountered:
SUMIFS Does Not Require _xlfn
dab6ba8
Fix PHPOffice#4182. It was on our list as "introduced in 2019". It was, in fact, available with Excel 2007 (https://support.microsoft.com/en-us/office/excel-functions-alphabetical-b3944572-255d-4efb-bb96-c6d90033e188#bm19), so does not require a prefix when writing it to a spreadsheet.
Successfully merging a pull request may close this issue.
This is:
What is the expected behavior?
Save
SUMIFS
function to XLSX without_xlfn
prefix.What is the current behavior?
PhpSpreadsheet adds a
_xlfn
prefix toSUMIFS
, which breaks LO Calc compatibility.What are the steps to reproduce?
I think
SUMIFS
function was mistakenly categorized as released in Excel 2019 in FunctionPrefix.php#L133. As I can see it was added in Excel 2007.
What features do you think are causing the issue
Does an issue affect all spreadsheet file formats? If not, which formats are affected?
XLSX
Which versions of PhpSpreadsheet and PHP are affected?
The text was updated successfully, but these errors were encountered: