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
 

Methods in org.apache.poi.xssf.model with parameters of type XSSFWorkbook
 void StylesTable.setWorkbook(XSSFWorkbook wb)
           
 

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.
SXSSFWorkbook(XSSFWorkbook workbook, int rowAccessWindowSize, boolean compressTmpFiles, boolean useSharedStringsTable)
          Constructs an workbook from an existing workbook.
 

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

Fields in org.apache.poi.xssf.usermodel declared as XSSFWorkbook
protected  XSSFWorkbook BaseXSSFEvaluationWorkbook._uBook
           
 

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.
 void XSSFWorkbook.setVBAProject(XSSFWorkbook macroWorkbook)
          Adds a vbaProject.bin file taken from another, given workbook to this one.
 

Constructors in org.apache.poi.xssf.usermodel with parameters of type XSSFWorkbook
BaseXSSFEvaluationWorkbook(XSSFWorkbook book)
           
XSSFCreationHelper(XSSFWorkbook wb)
          Should only be called by getCreationHelper()
XSSFFormulaEvaluator(XSSFWorkbook workbook)
           
XSSFFormulaEvaluator(XSSFWorkbook workbook, WorkbookEvaluator bookEvaluator)
           
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 2017 The Apache Software Foundation or its licensors, as applicable.