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

--- Comment #7 from Nick Burch <nick.bu...@alfresco.com> 2011-11-09 22:54:51 
UTC ---
In HSSF UserModel, the support for working with Shared Formulas is centred
around FormulaRecordAggregate and SharedFormulaRecord

In EventUserModel, you have to do something similar, but it won't be the
simplest of things. When you hit a shared formula, you'll have to track it
somewhere, so we can refer to it from later cells that re-use the same one

(In this case, the event code is also POI, so that handling needs to be
somewhere in POI itself, likely in the text extraction related code)

-- 
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: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to