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/12/22 10:58:20 UTC

[Bug 62904] Simple Excel Array Formula Fails in POI

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

--- Comment #1 from gallon.fizik@gmail.com <ga...@gmail.com> ---
Hello Steven,
thanks for the report.

I encountered the same problem yesterday.

Reasonably enough yet unfortunately, the IF construct is being treated as "lazy
if", and the first argument is evaluated as a boolean scalar, never an array,
and determines the following evaluation flow. If you are interested, I can post
a dirty and almost untested 'works for me' patch.

Right now I am overloaded with work but hopefully I'll address the issue
properly during the holidays.

-- 
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