Search found 1 match
- Thu Apr 21, 2022 12:12 pm
- Forum: XLSReadWritwII 6
- Topic: Cell format Excel export
- Replies: 1
- Views: 1711
Cell format Excel export
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 : XLSReadWriteII51[NoFeuille].AsInteger[ICol,IRow]:= XLSReadWriteII51[NoFeuille].AsFloat[ICol,IRow]:= XLSReadWriteII51[NoFeuille].AsDateTime[ICol,IRow]:= The cells form...