hello
In my application, data are extracted from a mysql database and write it to an ods worsheet
some cell contain currency number and are read from database with
MyWorksheet.WriteNumber( row,2, FieldByName('price').AsCurrency);
When reading the spreadsheet with Openoffice the price become for exemple '2' in place of '2.00' or "2.5" in place of '2.50'.
Is there a way to format the numeric cell containt
thank for your help
Claude