Questions and answers on how to use XLSReadWriteII 5.
-
GenasysCarl
- Posts: 11
- Joined: Mon Jan 09, 2017 6:15 am
Post
by GenasysCarl »
Hi,
When I try to hide sheets on the old XLS format, it is still visible in the workbook when I view it. Visibility only seems to work for XLSX format.
Code: Select all
XLS.Version := xvExcel97;
Sheet := XLS.Add;
Sheet.Visibility := x12vVeryHidden; //I also tried x12vHidden.
XLS.SaveToFile('Test.xls');
Regards,
Carl
-
larsa
- Site Admin
- Posts: 926
- Joined: Mon Jun 27, 2005 9:30 pm
Post
by larsa »
Hello
This is fixed in update 6.00.10
Lars Arvidsson, Axolot Data