Hi, I am seeing an error in one of the Formula cells in my worksheet. Please find the attached image for the error description. Could you please let me know the possible cause of this error?
http://apache-poi.1045710.n5.nabble.com/file/n3359452/Excel_Error.jpg Below is the code block that is showing the error: String formula = "SUM(A1:A90)"; Cell cell = row.createCell(col); cell.setCellType(2); cell.setCellFormula(formula); cell.setCellStyle(locked); Thanks for your help! Shankar -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Error-displayed-in-one-of-the-formula-cells-of-the-Excel-sheet-tp3359452p3359452.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]
