Search found 3 matches

by pumaCB
Wed Apr 29, 2009 6:14 am
Forum: XLSReadWriteII 3/4/5
Topic: Problem with large files in Excel 2007
Replies: 0
Views: 2172

Problem with large files in Excel 2007

Hello,
I have a problem with Excel 2007 files. I have 2 files with 60.000 rows.
The file in Excel 2003 format is loaded at once. The file in Excel 2007 format is loaded very slowly.
by pumaCB
Fri Feb 27, 2009 4:42 pm
Forum: XLSReadWriteII 3/4/5
Topic: How to disable Excel 2007 format
Replies: 1
Views: 2355

How to disable Excel 2007 format

Hello,
how to set the component XLSReadWriteII 4 so that a file in Excel 2007 format could not be read? For example,if I need that Excel 2007 is not supported in my demo version, whereas in the full version it is.

Thanks
by pumaCB
Tue Dec 09, 2008 3:45 pm
Forum: XLSReadWriteII 3/4/5
Topic: Problem - AsWideString
Replies: 1
Views: 1977

Problem - AsWideString

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.