[Bug 61699] Implement XSSFWorkbook#isHidden()

2024-08-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61699 Anton Akkuzin changed: What|Removed |Added CC||akku...@gmail.com -- You are receivin

[Bug 61699] Implement XSSFWorkbook#isHidden()

2024-06-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61699 --- Comment #4 from Akkuzin Anton --- Is there any plans for implementing XSSFWorkbook#isHidden ? HSSFWorkbook implemented this feature (afaik with assumption that there is only one workbookview) May be it make sense to split this task into t

[Bug 61699] Implement XSSFWorkbook#isHidden()

2017-10-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61699 --- Comment #3 from Dominik Stadler --- Comments from Mark: In my testing, Excel 2016, I can hide a workbook by selecting View->Hide. I can do that even if it is the only workbook open. The XML is in workbook.xml and looks like this: I

[Bug 61699] Implement XSSFWorkbook#isHidden()

2017-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61699 --- Comment #2 from Javen O'Neal --- Created attachment 35477 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35477&action=edit Patch to add isHidden(), setHidden(boolean), isHidden(int), setHidden(int, boolean) Being able to set workbo

[Bug 61699] Implement XSSFWorkbook#isHidden()

2017-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61699 --- Comment #1 from Javen O'Neal --- 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 t