https://bz.apache.org/ooo/show_bug.cgi?id=127512

oooforum (fr) <ooofo...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ooofo...@free.fr

--- Comment #1 from oooforum (fr) <ooofo...@free.fr> ---
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.

Reply via email to