Sheet Visibility not working for xvExcel97 version

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
GenasysCarl
Posts: 11
Joined: Mon Jan 09, 2017 6:15 am

Sheet Visibility not working for xvExcel97 version

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

Re: Sheet Visibility not working for xvExcel97 version

Post by larsa »

Hello

This is fixed in update 6.00.10
Lars Arvidsson, Axolot Data
Post Reply