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=34828>.
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=34828





------- Additional Comments From [EMAIL PROTECTED]  2005-05-17 05:26 -------
Thank you, Amol. It works!!

BTW, I found there are some minor errors in XDocs (eval.xml):
*line 56
 "evaluator.evaluate(formulaString);"
 should be
 evaluator.evaluate(cell);

*line 60
 "System.out.println(cellValue.getBooleanCellValue());"
 should be
 System.out.println(cellValue.getBooleanValue());

*line 63
 "System.out.println(cellValue.getNumberCellValue());"
 should be
 System.out.println(cellValue.getNumberValue());

*line 66
 "System.out.println(cellValue.getStringCellValue());"
 should be
 System.out.println(cellValue.getStringValue());

Hi, Amoy. Thanks again for your excellent job.

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

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