Search found 4 matches

by ikosoft
Mon Jan 04, 2010 9:13 am
Forum: XLSReadWriteII 3/4/5
Topic: Error inserting rows
Replies: 3
Views: 3966

Re: Error inserting rows

I try the same thing with version 3. It works. So, I finally didn't find the solution with version 4, but now i have no problems.
by ikosoft
Wed Aug 19, 2009 5:53 am
Forum: XLSReadWriteII 3/4/5
Topic: Error inserting rows
Replies: 3
Views: 3966

Error inserting rows

The XLSReadWrite version is 4.00.00. But, if the source code is correct, we can try to download the latest vwersion and do the test again.
Can you tell me how to dwonload the lates version for registered users?

Thanks again!
IKOSOFT
by ikosoft
Wed Jun 17, 2009 11:22 am
Forum: XLSReadWriteII 3/4/5
Topic: Error inserting rows
Replies: 3
Views: 3966

Error inserting rows

Hello, I have problem with this sample code: xls.Read; xls.Sheet[0].InsertRows(0,1); xls.Write; This code gives me an "Access violation" message. When I use this: xls.Read; xls.Sheet[0].InsertRows(1,1); xls.Write; This code gives me no problem, but when I open file with Excel, the Excel cr...
by ikosoft
Fri Dec 28, 2007 9:50 am
Forum: XLSReadWriteII 3/4/5
Topic: Saving files in older formats 4.0
Replies: 2
Views: 3056

Saving files in older formats 4.0

Hi, I'm using XLSReadWriteII 3.01.02 and I'm trying to create a XLS file in older Excel 4.0 format. I save the file, but when opened it with Excel, in every cell where i had written string in Bulgarian, the last symbol of string is missing, and there is additional symbol in first place of string. Wh...