You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2018/05/14 14:40:44 UTC

[Bug 62373] #VALUE! result from FREQUENCY formula

https://bz.apache.org/bugzilla/show_bug.cgi?id=62373

Nick Burch <ap...@gagravarr.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Nick Burch <ap...@gagravarr.org> ---
Frequency looks to be a function that can run on either as a "normal" function
on a range (returning a single value), or as as "array" function (returning
multiple values)

I *think* that adding support for the non-array version ought to be fairly easy
to do, if you want to have a try. Have a read of
http://poi.apache.org/spreadsheet/formula.html then
http://poi.apache.org/spreadsheet/eval.html then
http://poi.apache.org/spreadsheet/eval-devguide.html , next
http://home.apache.org/~yegor/apachecon_us2010/Evaluation_Of_Excel_Formulas_In_POI.pptx
, implement the function, then finally http://poi.apache.org/guidelines.html
for contributing it back!

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org