https://bz.apache.org/bugzilla/show_bug.cgi?id=61699
On Oct 30, 2017 13:32, "Dominik Stadler" <[email protected]> wrote: > Hi, > > If you can provide two nearly identical .xlsx-files, one with the hidden > workbook setting and one without, then I can help you identify the > necessary properties in the XML inside the zipped .xlsx file which will > tell us how we can actually implement the feature for XSSF. > > Dominik. > > On Mon, Oct 30, 2017 at 7:36 PM, Javen O'Neal <[email protected]> wrote: > > > Yudai Yamaguchi-san, > > > > If you submit a pull request (GitHub) or patch (bugzilla), we'd be happy > to > > review and commit your changes. > > > > Javen > > > > On Oct 30, 2017 11:24, "Dominik Stadler" <[email protected]> wrote: > > > > For XSSF it actually throws an exception stating that it is not yet > > implemented, not sure how hard it would be to fix that, hopefully not > hard. > > > > Dominik > > > > On Oct 30, 2017 5:00 PM, "Javen O'Neal" <[email protected]> wrote: > > > > XSSFWorkbook#isHidden is available in the latest version of POI (3.17). > > What version are you using? > > > > https://poi.apache.org/apidocs/org/apache/poi/xssf/ > > usermodel/XSSFWorkbook.html#isHidden-- > > > > On Oct 30, 2017 00:18, "Yamaguchi, Yudai" <[email protected]> > > wrote: > > > > > Hello all, > > > > > > I would like to use 'isHidden method' (This method returns false if the > > > workbook is not visible in the GUI). > > > I can call it by using the HSSFWorkbook Class, but in the XSSFWorkbook > > > Class, it hasn`t been implemeted yet. > > > > > > Are there any plans to implement 'isHidden method' in the XSSFWorkbook > > > Class? > > > > > > Thanks in advance. > > > > > > ------------------------------------------------------------ > > > -------------------------------- > > > 株式会社FRONTEO > > > 行動情報科学研究所 > > > 山口 裕大 > > > > > > 108-0075 > > > 東京都港区港南2-12-23明産高浜ビル > > > TEL 03-5463-2070 FAX 03-5463-6345 > > > [email protected] > > > www.fronteo.com > > > > > > > > > ------------------------------------------------------------ > > > -------------------------------- > > > > > > この電子メール(添付ファイル等を含む)は、宛先として意図した特定の相手に > > > 送信したものであり秘匿特権の対象になる情報を含んでいます。 > > > もし、意図した相手以外の方が受信された場合はこのメールを破棄していただく > > > とともに、このメールについて、一切の開示、複写、配布、その他の利用または > > > 記載内容に基づくいかなる行動もされないようにお願いします。 > > > > > > IMPORTANT NOTICE: > > > This transmission may contain information that is privileged, > > > confidential, legally privileged, and/or exempt from disclosure under > > > applicable law. > > > If you are not the intended recipient, you are hereby notified that any > > > disclosure, copying, distribution, or use of the information contained > > > herein (including any reliance thereon) is STRICTLY PROHIBITED. > > > > > > > > >
