https://bz.apache.org/ooo/show_bug.cgi?id=127512
oooforum (fr) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from oooforum (fr) <[email protected]> --- For me, input a number or a date must be set with Value property. This code works as expected: oCell = oTable.getCellByName("C1") oCell.setString("Hello") oCell = oTable.getCellByName("C2") oCell.setValue("123.45") oCell = oTable.getCellByName("C3") oCell.setValue(dateValue("17/08/2017")) -- You are receiving this mail because: You are the assignee for the issue.
