Questions and answers on how to use XLSReadWriteII 3/4/5.
-
Guest
- Posts: 83
- Joined: Tue Aug 16, 2005 6:08 pm
Post
by Guest »
Hi, Larsa!
Why value of a cell is incorrectly displayed?
In cell [ColNumb, RowNumb] - 1:04:09
At reading from a file
Code: Select all
var Value: string;
...
Value:= XLSRW.Sheets[idx].AsFmtString[ColNumb, RowNumb];
Value = 1:04:SS
...
-
larsa
- Site Admin
- Posts: 926
- Joined: Mon Jun 27, 2005 9:30 pm
Post
by larsa »
Hello
I need the excel file in order to tell why. Please send it to me.
Lars Arvidsson
-
Guest
- Posts: 83
- Joined: Tue Aug 16, 2005 6:08 pm
Post
by Guest »
File is sent.
-
Guest
- Posts: 83
- Joined: Tue Aug 16, 2005 6:08 pm
Post
by Guest »
In addition...
1.
In a cell is written year - as 2003.
I use AsFmtString.
After loading in the Grid I receive - 2 003.
2.
I save the Grid in a xls-file.
I click on a cell for change of a format of a cell.
Dialogue does not appear.