Search found 3 matches

by petrfilipi
Wed Mar 10, 2010 2:05 pm
Forum: XLSReadWriteII 3/4/5
Topic: Error by openning XLSX (created by XLSRWIIv4) in Office 2007
Replies: 2
Views: 4111

Re: Error by openning XLSX (created by XLSRWIIv4) in Office 2007

Larsa,
thanks for your answer. Version in source code works fine (aftre putting the BIFFRecsII4 us uses clause). The first problem is maybe caused by local Office version. I hope I will not use or need more than 65535 lines, so I can work with XLS files.
Thanks for your fast answer.

Petr Filipi
by petrfilipi
Tue Mar 09, 2010 1:34 pm
Forum: XLSReadWriteII 3/4/5
Topic: Error by openning XLSX (created by XLSRWIIv4) in Office 2007
Replies: 2
Views: 4111

Error by openning XLSX (created by XLSRWIIv4) in Office 2007

Dear, I have downloaded today (=March 9, 2010) the newest demoversion of XLSReadWriteII4 (v. 4.00.32a). Everytime when I try to open by me created XLSX file, I get an error message. My code is: //xls.version:=xvExcel2007; XLS.Filename := 'NoteSample.xlsx'; xls.Sheet[0].AsString[1,1]:='text1'; xls.Sh...
by petrfilipi
Tue Feb 02, 2010 1:43 pm
Forum: XLSReadWriteII 3/4/5
Topic: Can I open xlsx (200k cells),create charts and save as xlsx?
Replies: 1
Views: 2260

Can I open xlsx (200k cells),create charts and save as xlsx?

Dear, I need to open file with my data, create 6 charts from data in cells "C2:C20000", C20001:C40000, C40001:C60000, C60001:C80000, C80001:C100000, C120001:C140000 and save it in xlsx file. Can I do this in (demo) version of XLSReadWriteII v. 4? Thanks for your answer. Petr Filipi, Czech ...