[Bug 56132] [PATCH] support ignore missing workbook references in XSSF

2014-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56132

Nick Burch apa...@gagravarr.org changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Nick Burch apa...@gagravarr.org ---
As of r1614729, FormulaEvaluator now has the setIgnoreMissingWorkbooks method,
and XSSF uses it. Unit tests added based on the existing HSSF case, by
switching in a different base workbook to evaluate against

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 56132] [PATCH] support ignore missing workbook references in XSSF

2014-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56132

Nick Burch apa...@gagravarr.org changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #3 from Nick Burch apa...@gagravarr.org ---
There is now some XSSF Formula support for external references in trunk

Any chance you could review that, then either make some changes to your patch
if needed, or comment that no further changes are needed if the patch is fine
as-is?

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 56132] [PATCH] support ignore missing workbook references in XSSF

2014-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56132

--- Comment #1 from Nick Burch apa...@gagravarr.org ---
I'd much rather someone implemented the external references support in XSSF,
rather than just hiding the problem!

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 56132] [PATCH] support ignore missing workbook references in XSSF

2014-02-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56132

--- Comment #2 from Tim Dettrick t.dettr...@uq.edu.au ---
Andre and I would ideally like to implement external references support too, as
we're currently doing this at the application level in an incomplete way. If we
do, then we'll certainly submit another patch.

For now, this patch replicates the HSSF functionality to ignore external
references, which is simpler than ForkedEvaluator for developers who are happy
to ignore external references but still want to evaluate local cells.

The previous behaviour is a runtime exception of not implemented yet with no
easy workaround, so this is an improvement.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org