Uses of Class
org.apache.poi.xssf.usermodel.XSSFSheet
Packages that use XSSFSheet
Package
Description
-
Uses of XSSFSheet in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart with parameters of type XSSFSheetModifier and TypeMethodDescriptionprotected voidXDDFChart.fillSheet(XSSFSheet sheet, XDDFDataSource<?> categoryData, XDDFNumericalDataSource<?> valuesData) this method writes the data into sheetstatic XDDFNumericalDataSource<Double>XDDFDataSourcesFactory.fromNumericCellRange(XSSFSheet sheet, CellRangeAddress cellRangeAddress) static XDDFCategoryDataSourceXDDFDataSourcesFactory.fromStringCellRange(XSSFSheet sheet, CellRangeAddress cellRangeAddress) -
Uses of XSSFSheet in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model that return XSSFSheet -
Uses of XSSFSheet in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return XSSFSheetConstructors in org.apache.poi.xssf.streaming with parameters of type XSSFSheet -
Uses of XSSFSheet in org.apache.poi.xssf.usermodel
Subclasses of XSSFSheet in org.apache.poi.xssf.usermodelModifier and TypeClassDescriptionclassHigh level representation of Sheet Parts that are of type 'chartsheet'.classMethods in org.apache.poi.xssf.usermodel that return XSSFSheetModifier and TypeMethodDescriptionXSSFWorkbook.cloneSheet(int sheetNum) Create an XSSFSheet from an existing sheet in the XSSFWorkbook.XSSFWorkbook.cloneSheet(int sheetNum, String newName) Create an XSSFSheet from an existing sheet in the XSSFWorkbook.XSSFWorkbook.createSheet()Create an XSSFSheet for this workbook, adds it to the sheets and returns the high level representation.XSSFWorkbook.createSheet(String sheetname) Create a new sheet for this Workbook and return the high level representation.XSSFCell.getSheet()Returns the sheet this cell belongs toXSSFDrawing.getSheet()protected XSSFSheetXSSFObjectData.getSheet()XSSFPicture.getSheet()XSSFRow.getSheet()Returns the XSSFSheet this row belongs toGet sheet with the given name (case insensitive match)XSSFWorkbook.getSheetAt(int index) Get the XSSFSheet object at the given index.XSSFTable.getXSSFSheet()Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFSheetMethod parameters in org.apache.poi.xssf.usermodel with type arguments of type XSSFSheetModifier and TypeMethodDescriptionvoidXSSFWorkbook.parseSheet(Map<String, XSSFSheet> shIdMap, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheet ctSheet) Not normally to be called externally, but possibly to be overridden to avoid the DOM based parse of large sheets (see examples).Constructors in org.apache.poi.xssf.usermodel with parameters of type XSSFSheetModifierConstructorDescriptionprotectedXSSFClientAnchor(XSSFSheet sheet, org.openxmlformats.schemas.drawingml.x2006.main.CTPoint2D position, org.openxmlformats.schemas.drawingml.x2006.main.CTPositiveSize2D size) Create XSSFClientAnchor from existing xml beans, sized and positioned relative to a pair of cells.protectedXSSFClientAnchor(XSSFSheet sheet, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker cell1, org.openxmlformats.schemas.drawingml.x2006.main.CTPositiveSize2D size) Create XSSFClientAnchor from existing xml beans, sized and positioned relative to a pair of cells.XSSFDataValidationHelper(XSSFSheet xssfSheet) protectedXSSFDialogsheet(XSSFSheet sheet) protectedConstruct a XSSFRow. -
Uses of XSSFSheet in org.apache.poi.xssf.usermodel.helpers
Constructors in org.apache.poi.xssf.usermodel.helpers with parameters of type XSSFSheet