Search found 7 matches

by andrea.m86
Fri Mar 08, 2013 8:45 am
Forum: XLSReadWritwII 6
Topic: saving with .xls extension
Replies: 7
Views: 5153

Re: saving with .xls extension

hi, first of all, i've to say that i'm using code written for XLSRedWriteII4. With the previous version everything was ok, now i've performed some changes to the code to make it compatible with the new version but i have these problems. about your questions: 1. The first file was created with XLSRed...
by andrea.m86
Thu Mar 07, 2013 10:24 am
Forum: XLSReadWritwII 6
Topic: saving with .xls extension
Replies: 7
Views: 5153

Re: saving with .xls extension

i'm sorry! that was the file i've exported with xvExcel97 as .xls and infact it's corrupted (to open it you should manually change its extension from .xls to .xlsx). Let's put some order: - www.mediafire.com/?9hi61y15r6d7fsq :bad file exported as xvExcel97 .xls - www.mediafire.com/?lu6gizr9ikcgesi :...
by andrea.m86
Wed Mar 06, 2013 3:25 pm
Forum: XLSReadWritwII 6
Topic: saving with .xls extension
Replies: 7
Views: 5153

Re: saving with .xls extension

This is an example of a file that i can't read
www.mediafire.com/?vomo48d66wjj36f
by andrea.m86
Wed Mar 06, 2013 1:05 pm
Forum: XLSReadWritwII 6
Topic: saving with .xls extension
Replies: 7
Views: 5153

Re: saving with .xls extension

also reading from .xls files gives errors!
by andrea.m86
Wed Mar 06, 2013 12:10 pm
Forum: XLSReadWritwII 6
Topic: saving with .xls extension
Replies: 7
Views: 5153

saving with .xls extension

Hi, i'm trying to saving a file in compatibility with Excel97. I have setted the version property as xvExcel97 but if i save the file with the extension .xls it seems corrupted and i can't open it. If i save it with .xlsx as extension, everything works fine but, it's not the correct extension for ex...
by andrea.m86
Wed Mar 06, 2013 11:14 am
Forum: XLSReadWritwII 6
Topic: code porting from v4
Replies: 3
Views: 3247

Re: code porting from v4

Thanks!
"XLS.Clear" also replace the old "XLS.sheets.clearworksheet"?
by andrea.m86
Mon Mar 04, 2013 11:03 am
Forum: XLSReadWritwII 6
Topic: code porting from v4
Replies: 3
Views: 3247

code porting from v4

Hi i've just updated my components from the previous version. I've got some already written code that i have to make work with the new version but i have some problems with these statements: xls.sheets.clear; xls.sheets.add; xls.sheets[0].rows.count; These generate errors at compile-time (even if wi...