Class XSSFPivotCacheDefinition

    • Constructor Detail

      • XSSFPivotCacheDefinition

        @Beta
        public XSSFPivotCacheDefinition()
    • Method Detail

      • readFrom

        @Beta
        public void readFrom​(java.io.InputStream is)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • getPivotArea

        @Beta
        public AreaReference getPivotArea​(Workbook wb)
                                   throws java.lang.IllegalArgumentException
        Find the 2D base data area for the pivot table, either from its direct reference or named table/range.
        Returns:
        AreaReference representing the current area defined by the pivot table
        Throws:
        java.lang.IllegalArgumentException - if the ref attribute is not contiguous or the name attribute is not found.