https://bz.apache.org/bugzilla/show_bug.cgi?id=61699
--- Comment #1 from Javen O'Neal <one...@apache.org> --- HSSFWorkbook implemented isHidden/setHidden as the visibility of the first workbook view (InternalWorkbook.getWindowOne().getHidden()). The correct behavior would seem to let the user specify the index of the window (view) and return the visibility of that window (view). POI currently doesn't have functions for creating workbook views. Being that Microsoft Excel doesn't allow you to hide every window view of a workbook, it's likely you'll end up with a corrupt workbook if you hide the only view on a workbook. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org