Page 1 of 1

Sheet Visibility not working for xvExcel97 version

Posted: Wed Mar 08, 2017 10:08 am
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

Re: Sheet Visibility not working for xvExcel97 version

Posted: Mon Mar 13, 2017 9:02 am
by larsa
Hello

This is fixed in update 6.00.10