Search found 2 matches
- Thu Dec 01, 2011 4:37 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Error when loading from stream
- Replies: 1
- Views: 2823
Re: Error when loading from stream
I found out the problem was caused by the presence of a object in the spreadsheet. Once the object was removed, the error went away. Is this a know issue with the TXLSReadWriteII4 component?
- Mon Nov 28, 2011 4:49 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Error when loading from stream
- Replies: 1
- Views: 2823
Error when loading from stream
I have a spreadsheet that gets the error message “%1 already exists” when I call the LoadFromStream procedure. However, if set the file name and read I do not get an error. In other words if I do this: XLSBook.Filename := 'C:\Delphi7\Conversions\Import105ASpreadsheet\bin\Form 105A.xlsx'; XLSBook.Rea...