Uses of Class
org.apache.poi.xssf.usermodel.XSSFWorkbook
-
-
Uses of XSSFWorkbook in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return XSSFWorkbook Modifier and Type Method Description XSSFWorkbook
XDDFChart. getWorkbook()
Methods in org.apache.poi.xddf.usermodel.chart with parameters of type XSSFWorkbook Modifier and Type Method Description void
XDDFChart. saveWorkbook(XSSFWorkbook workbook)
this method write the XSSFWorkbook object data into embedded excel filevoid
XDDFChart. setWorkbook(XSSFWorkbook workbook)
while reading chart from template file then we need to parse and store embedded excel file in chart object show that we can modify value according to use -
Uses of XSSFWorkbook in org.apache.poi.xssf.extractor
Constructors in org.apache.poi.xssf.extractor with parameters of type XSSFWorkbook Constructor Description XSSFExcelExtractor(XSSFWorkbook workbook)
-
Uses of XSSFWorkbook in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model that return XSSFWorkbook Modifier and Type Method Description XSSFWorkbook
MapInfo. getWorkbook()
Returns the parent XSSFWorkbookMethods in org.apache.poi.xssf.model with parameters of type XSSFWorkbook Modifier and Type Method Description void
StylesTable. setWorkbook(XSSFWorkbook wb)
-
Uses of XSSFWorkbook in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return XSSFWorkbook Modifier and Type Method Description XSSFWorkbook
SXSSFWorkbook. getXSSFWorkbook()
Constructors in org.apache.poi.xssf.streaming with parameters of type XSSFWorkbook Constructor Description 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 Modifier and Type Field Description protected XSSFWorkbook
BaseXSSFEvaluationWorkbook. _uBook
Methods in org.apache.poi.xssf.usermodel that return XSSFWorkbook Modifier and Type Method Description static XSSFWorkbook
XSSFWorkbookFactory. create(OPCPackage pkg)
Creates a XSSFWorkbook from the given OOXML Package.static XSSFWorkbook
XSSFWorkbookFactory. createWorkbook()
Create a new empty Workbookstatic XSSFWorkbook
XSSFWorkbookFactory. createWorkbook(java.io.File file, boolean readOnly)
Creates the XSSFWorkbook from the given File, which must exist and be readable.static XSSFWorkbook
XSSFWorkbookFactory. createWorkbook(java.io.InputStream stream)
Creates a XSSFWorkbook from the given InputStreamstatic XSSFWorkbook
XSSFWorkbookFactory. createWorkbook(OPCPackage pkg)
Creates a XSSFWorkbook from the given OOXML Packagestatic XSSFWorkbook
XSSFWorkbookFactory. createWorkbook(ZipPackage pkg)
Creates a XSSFWorkbook from the given OOXML PackageXSSFWorkbook
XSSFSheet. getWorkbook()
Returns the parent XSSFWorkbookMethods in org.apache.poi.xssf.usermodel with parameters of type XSSFWorkbook Modifier and Type Method Description 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 Constructor Description BaseXSSFEvaluationWorkbook(XSSFWorkbook book)
XSSFCreationHelper(XSSFWorkbook wb)
Should only be called bygetCreationHelper()
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 Constructor Description XSSFFormulaUtils(XSSFWorkbook wb)
-