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
2.6.2
Property MaxNumOperands in Excel 2007 is 255 https://github.com/nissl-lab/npoi/blob/master/main/SS/Formula/Functions/MultiOperandNumericFunction.cs#L118
在下图这个函数中,如果operand超过30个就报错了,Excel2007中,应为 255
请参考apache poi
The text was updated successfully, but these errors were encountered:
Nice catch, the value 30 is for Excel 97. Apache POI returns the value for Excel 2007: https://github.com/apache/poi/blob/76b1a6fee4c78ec334fbdd729ae5c9d2957ae9c5/poi/src/main/java/org/apache/poi/ss/formula/functions/MultiOperandNumericFunction.java#L58C36-L58C36
Would you like to contribute?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
NPOI Version
2.6.2
File Type
Issue Description
Property MaxNumOperands in Excel 2007 is 255
https://github.com/nissl-lab/npoi/blob/master/main/SS/Formula/Functions/MultiOperandNumericFunction.cs#L118
在下图这个函数中,如果operand超过30个就报错了,Excel2007中,应为 255
请参考apache poi
The text was updated successfully, but these errors were encountered: