DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34944>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34944





------- Additional Comments From [EMAIL PROTECTED]  2005-05-19 15:41 -------
OK, from the bug, it looks to me that ...

this works
cell.setCellFormula("A!A1+A!B1"); //cell is in sheet B

but this doesnt
FormulaParser fp = new FormulaParser("A!A1+A!B1", null);
fp.parse();

but should it matter? HSSFCell should do the right thing internally. Why would
you want to direcly access fp from outside?

But Eric, maybe I dont understand your use case. In particular, is the above all
you are trying to achieve in bug 21923?  I havent answered your question there
since I dont think I have understood this yet. 



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/

Reply via email to