Hi Nick,
Thanks for the quick reply.I could able to solve the issue.It was issue with
the formula.
Formula was:IF(B33,B33/B34,0)

It is corrected to IF(B33>0,B33/B34,0) which is now working.

Any how thanks for the reply.

Regards,
Sc
----------------------------------


Nick Burch wrote:
> 
> On Tue, 8 Jul 2008, Sharath2k wrote:
>> Im getting below error when trying to update a Excel sheet containing
>> formulas.
>> Im using poi-3.1-FINAL-20080629.jar
> 
> Could you open a new bug on bugzilla, and upload a small file that 
> triggers the issue? Josh, our resident formula parser guru, will need a 
> file that triggers the problem to be able to look into it
> 
> Nick
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/java.lang.ClassCastException%3A-org.apache.poi.hssf.record.formula.eval.Ref2DEval-tp18339828p18346833.html
Sent from the POI - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to