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

Nick Burch <[email protected]> changed:

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

--- Comment #4 from Nick Burch <[email protected]> ---
I've done some work on this today, cherrypicking bits out of this patch, and
doing some fairly liberal refactoring of the formula code too. (Now we have
external name / sheet support in the XSSF formula parser, it's much clearer
which bits of the hssf external sheet support can be refactored and which ones
matter). It's quite a lot of work, but without this patch it's more than I'd
have considered even starting!

As of r1613317, POI can now correctly read and render a multi-sheet formula
string from a cell, i.e. cell.getCellFormula() now returns the right thing. If
you ask FormulaParser to parse a multi-sheet reference, it no longer objects,
and returns useful ptgs, but it doesn't yet do enough to support a
round-tripping of a formula

Next step - get the round-tripping working, so that the last part of
TestFormulaParser.testMultiSheetReference() can be enabled

Future step - evaluator support

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