Problem - AsWideString
Posted: Tue Dec 09, 2008 3:45 pm
Hello,
I have got a problem in Delphi 7. If there is an integer value in a cell and I read it, for example XLSReadWriteII41.Sheets[1].AsString[1, 4] , all is OK.
If I read it XLSReadWriteII41.Sheets[1].AsWideString[1, 4] an empty value is returned.
How can I solve this? Thank you.
I have got a problem in Delphi 7. If there is an integer value in a cell and I read it, for example XLSReadWriteII41.Sheets[1].AsString[1, 4] , all is OK.
If I read it XLSReadWriteII41.Sheets[1].AsWideString[1, 4] an empty value is returned.
How can I solve this? Thank you.