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 XSSFWorkbookXDDFChart. getWorkbook()Methods in org.apache.poi.xddf.usermodel.chart with parameters of type XSSFWorkbook Modifier and Type Method Description voidXDDFChart. saveWorkbook(XSSFWorkbook workbook)this method write the XSSFWorkbook object data into embedded excel filevoidXDDFChart. 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
Methods in org.apache.poi.xssf.extractor that return XSSFWorkbook Modifier and Type Method Description XSSFWorkbookXSSFExcelExtractor. getDocument()XSSFWorkbookXSSFExcelExtractor. getFilesystem()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 XSSFWorkbookMapInfo. getWorkbook()Returns the parent XSSFWorkbookMethods in org.apache.poi.xssf.model with parameters of type XSSFWorkbook Modifier and Type Method Description voidStylesTable. setWorkbook(XSSFWorkbook wb) -
Uses of XSSFWorkbook in org.apache.poi.xssf.streaming
Fields in org.apache.poi.xssf.streaming declared as XSSFWorkbook Modifier and Type Field Description protected XSSFWorkbookSXSSFWorkbook. _wbMethods in org.apache.poi.xssf.streaming that return XSSFWorkbook Modifier and Type Method Description XSSFWorkbookSXSSFWorkbook. getXSSFWorkbook()Constructors in org.apache.poi.xssf.streaming with parameters of type XSSFWorkbook Constructor Description DeferredSXSSFWorkbook(XSSFWorkbook workbook)DeferredSXSSFWorkbook(XSSFWorkbook workbook, int rowAccessWindowSize)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 XSSFWorkbookBaseXSSFEvaluationWorkbook. _uBookMethods in org.apache.poi.xssf.usermodel that return XSSFWorkbook Modifier and Type Method Description XSSFWorkbookXSSFWorkbookFactory. create()Create a new empty WorkbookXSSFWorkbookXSSFWorkbookFactory. create(File file, String password, boolean readOnly)Creates the XSSFWorkbook from the given File, which must exist and be readable.XSSFWorkbookXSSFWorkbookFactory. create(InputStream stream)Creates a XSSFWorkbook from the given InputStreamXSSFWorkbookXSSFWorkbookFactory. create(DirectoryNode root, String password)static XSSFWorkbookXSSFWorkbookFactory. createWorkbook(OPCPackage pkg)Creates a XSSFWorkbook from the given OOXML PackageXSSFWorkbookXSSFSheet. getWorkbook()Returns the parent XSSFWorkbookMethods in org.apache.poi.xssf.usermodel with parameters of type XSSFWorkbook Modifier and Type Method Description static XSSFEvaluationWorkbookXSSFEvaluationWorkbook. create(XSSFWorkbook book)static XSSFFormulaEvaluatorXSSFFormulaEvaluator. create(XSSFWorkbook workbook, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder)static voidXSSFFormulaEvaluator. evaluateAllFormulaCells(XSSFWorkbook wb)Loops over all cells in all sheets of the supplied workbook.voidXSSFWorkbook. 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)
-