On Sat, Dec 13, 2008 at 4:37 AM, Yegor Kozlov <[email protected]> wrote: > The following code snippet works fine with 3.5-beta4: > > Workbook wb = new XSSFWorkbook(); > Sheet sh = wb.createSheet(); > Cell cell = sh.createRow(0).createCell(0); > > cell.setCellType(Cell.CELL_TYPE_FORMULA); > cell.setCellFormula("1"); >
This snippet indeed works. It seems my case is not as straightforward, so I apologize for making it look as such. I will try to reproduce the behaviour consistently. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
