Uses of Class
org.apache.poi.xssf.usermodel.XSSFWorkbook

Packages that use XSSFWorkbook
org.apache.poi.xssf.extractor   
org.apache.poi.xssf.model   
org.apache.poi.xssf.streaming   
org.apache.poi.xssf.usermodel   
org.apache.poi.xssf.usermodel.helpers   
 

Uses of XSSFWorkbook in org.apache.poi.xssf.extractor
 

Constructors in org.apache.poi.xssf.extractor with parameters of type XSSFWorkbook
XSSFExcelExtractor(XSSFWorkbook workbook)
           
 

Uses of XSSFWorkbook in org.apache.poi.xssf.model
 

Methods in org.apache.poi.xssf.model that return XSSFWorkbook
 XSSFWorkbook MapInfo.getWorkbook()
          Returns the parent XSSFWorkbook
 

Uses of XSSFWorkbook in org.apache.poi.xssf.streaming
 

Methods in org.apache.poi.xssf.streaming that return XSSFWorkbook
 XSSFWorkbook SXSSFWorkbook.getXSSFWorkbook()
           
 

Constructors in org.apache.poi.xssf.streaming with parameters of type XSSFWorkbook
SXSSFWorkbook(XSSFWorkbook workbook)
          Construct a workbook from a template.
SXSSFWorkbook(XSSFWorkbook workbook, int rowAccessWindowSize)
          Constructs an workbook from an existing workbook.
SXSSFWorkbook(XSSFWorkbook workbook, int rowAccessWindowSize, boolean compressTmpFiles)
          Constructs an workbook from an existing workbook.
 

Uses of XSSFWorkbook in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return XSSFWorkbook
 XSSFWorkbook XSSFSheet.getWorkbook()
          Returns the parent XSSFWorkbook
 

Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFWorkbook
static XSSFEvaluationWorkbook XSSFEvaluationWorkbook.create(XSSFWorkbook book)
           
static XSSFFormulaEvaluator XSSFFormulaEvaluator.create(XSSFWorkbook workbook, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder)
           
static void XSSFFormulaEvaluator.evaluateAllFormulaCells(XSSFWorkbook wb)
          Loops over all cells in all sheets of the supplied workbook.
 

Constructors in org.apache.poi.xssf.usermodel with parameters of type XSSFWorkbook
XSSFFormulaEvaluator(XSSFWorkbook workbook)
           
XSSFFormulaEvaluator(XSSFWorkbook workbook, IStabilityClassifier stabilityClassifier)
          Deprecated. (Sep 2009) (reduce overloading) use XSSFFormulaEvaluator.create(XSSFWorkbook, org.apache.poi.ss.formula.IStabilityClassifier, org.apache.poi.ss.formula.udf.UDFFinder)
XSSFName(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDefinedName name, XSSFWorkbook workbook)
          Creates an XSSFName object - called internally by XSSFWorkbook.
 

Uses of XSSFWorkbook in org.apache.poi.xssf.usermodel.helpers
 

Constructors in org.apache.poi.xssf.usermodel.helpers with parameters of type XSSFWorkbook
XSSFFormulaUtils(XSSFWorkbook wb)
           
 



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