https://issues.apache.org/bugzilla/show_bug.cgi?id=46729
Josh Micich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Component|HSSF |XSSF Summary|maxParams is limited for |maxParams for excel |excel functions |functions in XSSF should be | |255 --- Comment #1 from Josh Micich <[email protected]> 2009-02-18 10:14:28 PST --- 30 is correct for HSSF. FormulaParser probably needs a flag to distinguish whether it is parsing for XSSF or HSSF. In this case, the alternate 'maxParams' may be selected at line 624 of FormulaParser: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/formula/FormulaParser.java?annotate=744749 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
