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

Nick Burch <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #9 from Nick Burch <[email protected]> ---
Looks like Excel wants it to be a Value not a Reference

Are you able to create a few different formulas in POI and Excel, eg
if(expr,val,val), if(expr,val,func), if(exp,func,func), if(expr,func,val),
if(func_expr,val,val), and check with BiffViewer what kind of Ptgs POI and
Excel produces for these cases? (Need to work out if it's always one or the
other, or if we need detection logic to work out which)

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

Reply via email to