Making cells with numeric values causes error of unrecoverable content.
Do you have any ideas?
My code is
- Code: Select all
Row row = Context.getsmlObjectFactory().createRow();
Cell cell = Context.getsmlObjectFactory().createCell();
cell.setV(value);
row.setOutlineLevel(outlineLevel);
row.getC().add(cell);