Hi all,
If I run the following code:
Workbook wb = new XSSFWorkbook();
wb.createSheet("Invisible sheet");
wb.createSheet("Sheet 1");
wb.createSheet("Sheet 2");
wb.setSheetHidden(0, true);
wb.setActiveSheet(1);
...and then open the resulting workbook in Excel (2007), I notice that the
sheet tabs don't work correctly. Only two tabs ("Sheet 1", "Sheet 2") are
visible, but clicks are detected as if the "Invisible sheet" tab was present as
well.
Should I create a bug for this issue? Does anybody know of any possible
work-arounds?
Thanks,
Alex Panayotopoulos, Software Engineer
ViaTelemetry Limited
Enabling technology for the Brulines Group plc
Buchan House Carnegie Campus Dunfermline KY11 8PL UK
Office: +44 (0) 1383 748000 Telephone: +44 (0) 1383 748097
Website: www.viatelemetry.com
If you wish to view Brulines Group email disclaimer please click here
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]