Uses of Class
org.apache.poi.xssf.usermodel.XSSFWorkbook
Packages that use XSSFWorkbook
Package
Description
-
Uses of XSSFWorkbook in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return XSSFWorkbookMethods in org.apache.poi.xddf.usermodel.chart with parameters of type XSSFWorkbookModifier and TypeMethodDescriptionvoid
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 -
Uses of XSSFWorkbook in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model that return XSSFWorkbookMethods in org.apache.poi.xssf.model with parameters of type XSSFWorkbook -
Uses of XSSFWorkbook in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return XSSFWorkbookConstructors in org.apache.poi.xssf.streaming with parameters of type XSSFWorkbookModifierConstructorDescriptionSXSSFWorkbook
(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 XSSFWorkbookMethods in org.apache.poi.xssf.usermodel that return XSSFWorkbookModifier and TypeMethodDescriptionstatic 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
(File file, boolean readOnly) Creates the XSSFWorkbook from the given File, which must exist and be readable.static XSSFWorkbook
XSSFWorkbookFactory.createWorkbook
(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 PackageXSSFSheet.getWorkbook()
Returns the parent XSSFWorkbookMethods in org.apache.poi.xssf.usermodel with parameters of type XSSFWorkbookModifier and TypeMethodDescriptionstatic 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 XSSFWorkbookModifierConstructorDescriptionprotected
Should only be called bygetCreationHelper()
XSSFFormulaEvaluator
(XSSFWorkbook workbook) protected
XSSFFormulaEvaluator
(XSSFWorkbook workbook, WorkbookEvaluator bookEvaluator) protected
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