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


Josh Micich <[EMAIL PROTECTED]> changed:

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




--- Comment #2 from Josh Micich <[EMAIL PROTECTED]>  2008-09-27 19:13:20 PST ---
Fixed in svn r699761.

Quite a lot of stuff needed to be done to get your test code working.  

Formula rendering was fixed so that external references get rendered with
workbook name (as Excel does)

The formula parser can now parse external references properly (as long as the
same workbook+sheet combination already exists in the LinkTable). HSSFWorkbook
probably still needs modifying to allow creation of new external references.

The formula evaluator was extended to allow evaluation of formulas across
multiple workbooks (see TestWorkbookEvaluator.testEvaluateMultipleWorkbooks()).
 We probably need to add examples for this functionality to the POI
documentation.

junits added


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