Vladislav Selitskii
Vladislav Selitskii
Reverted because needs to be discussed. Code to solve the problem: ```CTRst is = ObjectUtils.defaultIfNull(newCell.getIs(), Context.getsmlObjectFactory().createCTRst()); CTXstringWhitespace t = ObjectUtils.defaultIfNull(is.getT(), Context.getsmlObjectFactory().createCTXstringWhitespace()); t.setValue(value); t.setSpace("preserve"); is.setT(t); newCell.setIs(is); newCell.setV(""); if (newCell.getT() == STCellType.S...
Hi @VarmaTech, Can not reproduce your issue. Please check https://github.com/cuba-platform/reports/issues/199. If it doesn't help can you please provide the report or minimal sample application to reproduce your issue?