Cell format Excel export
Posted: Thu Apr 21, 2022 12:12 pm
Hello,
I try to export cells format as an integer or a float (numeric) to Excel but only dateTime seems work well.
Here is how I do :
The cells format are still in "Standards" and I would like to convert it to a number.
Thanks for your help.
I try to export cells format as an integer or a float (numeric) to Excel but only dateTime seems work well.
Here is how I do :
Code: Select all
XLSReadWriteII51[NoFeuille].AsInteger[ICol,IRow]:=
XLSReadWriteII51[NoFeuille].AsFloat[ICol,IRow]:=
XLSReadWriteII51[NoFeuille].AsDateTime[ICol,IRow]:=
Thanks for your help.