Hi Casper, I also needed to read formula values. It was not supported by the version of POI I got at that moment. So i simply changed the source code a bit ;) To get number formula result is very easy it comes with FormulaRecord. For text result you need to catch "text" record (I don't remember the name of the record) following the FormulaRecord. It is all described in the pdf file about Excel format. You can find this file on the POI web site (at least it was there before).
Regards, Iouri. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
