I'm trying to implement an Excel formula via a java action using the IExcel library. grid.getColumn(fIndex).getCell(row).setStyle(cellStyle); grid.getColumn(fIndex).setCellType(CellType.NUMERIC); grid.getColumn(Index).getCell(row).setContent("=SUM(C3:C7)"); The outcome produces the cell with that string content. Is there something I am missing or is this not possible?
asked
Simon Martyr
1 answers
0
Take a look at this post. From the examples I would remove the =.