https://issues.apache.org/bugzilla/show_bug.cgi?id=45348


Josh Micich <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Josh Micich <[EMAIL PROTECTED]>  2008-07-08 18:58:52 PST ---
Fixed in svn r675079.

This turned out to be a formula token class transformation problem.
The example code: cell.setCellFormula("sum(A1*1)") will reproduce this bug. 
The RVA stuff was not well supported before (3.1), but as it turns out, POI
3.0.2 handled this particular situation OK.

Junit tests were added to cover this example.

BTW It looks like there might be other bugs in
HSSFSheet.updateFormulasAfterShift().  For example, movement of area references
is currently not supported. The example provided only involves single cell
refs, which seem to be handled OK.


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

Reply via email to