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.
Problem - AsWideString
Re: Problem - AsWideString
Hello
Use AsString. AsWideString is only for backward compatibility.
Use AsString. AsWideString is only for backward compatibility.
Lars Arvidsson, Axolot Data