Uses of Package
org.apache.poi.xssf.model

Packages that use org.apache.poi.xssf.model
org.apache.poi.xssf.eventusermodel   
org.apache.poi.xssf.extractor   
org.apache.poi.xssf.model   
org.apache.poi.xssf.usermodel   
org.apache.poi.xssf.usermodel.extensions   
org.apache.poi.xssf.usermodel.helpers   
 

Classes in org.apache.poi.xssf.model used by org.apache.poi.xssf.eventusermodel
CommentsTable
           
SharedStringsTable
          Table of strings shared across all sheets in a workbook.
StylesTable
          Table of styles shared across all sheets in a workbook.
 

Classes in org.apache.poi.xssf.model used by org.apache.poi.xssf.extractor
StylesTable
          Table of styles shared across all sheets in a workbook.
 

Classes in org.apache.poi.xssf.model used by org.apache.poi.xssf.model
ThemesTable
          Class that represents theme of XLSX document.
 

Classes in org.apache.poi.xssf.model used by org.apache.poi.xssf.usermodel
CalculationChain
          The cells in a workbook can be calculated in different orders depending on various optimizations and dependencies.
CommentsTable
           
MapInfo
          This class implements the Custom XML Mapping Part (Open Office XML Part 1: chapter 12.3.6) An instance of this part type contains a schema for an XML file, and information on the behavior that is used when allowing this custom XML schema to be mapped into the spreadsheet.
SharedStringsTable
          Table of strings shared across all sheets in a workbook.
StylesTable
          Table of styles shared across all sheets in a workbook.
ThemesTable
          Class that represents theme of XLSX document.
 

Classes in org.apache.poi.xssf.model used by org.apache.poi.xssf.usermodel.extensions
ThemesTable
          Class that represents theme of XLSX document.
 

Classes in org.apache.poi.xssf.model used by org.apache.poi.xssf.usermodel.helpers
SingleXmlCells
          This class implements the Single Cell Tables Part (Open Office XML Part 4: chapter 3.5.2)
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.