Uses of Class
org.apache.poi.xssf.usermodel.XSSFSheet
-
Packages that use XSSFSheet Package Description org.apache.poi.xddf.usermodel.chart org.apache.poi.xssf.model org.apache.poi.xssf.streaming org.apache.poi.xssf.usermodel org.apache.poi.xssf.usermodel.helpers -
-
Uses of XSSFSheet in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart with parameters of type XSSFSheet Modifier and Type Method Description protected voidXDDFChart. fillSheet(XSSFSheet sheet, XDDFDataSource<?> categoryData, XDDFNumericalDataSource<?> valuesData)this method writes the data into sheetstatic XDDFNumericalDataSource<java.lang.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 Modifier and Type Method Description XSSFSheetSingleXmlCells. getXSSFSheet() -
Uses of XSSFSheet in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return XSSFSheet Modifier and Type Method Description XSSFSheetSXSSFPicture. getSheet()Constructors in org.apache.poi.xssf.streaming with parameters of type XSSFSheet Constructor Description SXSSFSheet(SXSSFWorkbook workbook, XSSFSheet xSheet) -
Uses of XSSFSheet in org.apache.poi.xssf.usermodel
Subclasses of XSSFSheet in org.apache.poi.xssf.usermodel Modifier and Type Class Description classXSSFChartSheetHigh level representation of Sheet Parts that are of type 'chartsheet'.classXSSFDialogsheetMethods in org.apache.poi.xssf.usermodel that return XSSFSheet Modifier and Type Method Description XSSFSheetXSSFWorkbook. cloneSheet(int sheetNum)Create an XSSFSheet from an existing sheet in the XSSFWorkbook.XSSFSheetXSSFWorkbook. cloneSheet(int sheetNum, java.lang.String newName)Create an XSSFSheet from an existing sheet in the XSSFWorkbook.XSSFSheetXSSFWorkbook. createSheet()Create an XSSFSheet for this workbook, adds it to the sheets and returns the high level representation.XSSFSheetXSSFWorkbook. createSheet(java.lang.String sheetname)Create a new sheet for this Workbook and return the high level representation.XSSFSheetXSSFCell. getSheet()Returns the sheet this cell belongs toXSSFSheetXSSFDrawing. getSheet()protected XSSFSheetXSSFObjectData. getSheet()XSSFSheetXSSFPicture. getSheet()XSSFSheetXSSFRow. getSheet()Returns the XSSFSheet this row belongs toXSSFSheetXSSFWorkbook. getSheet(java.lang.String name)Get sheet with the given name (case insensitive match)XSSFSheetXSSFWorkbook. getSheetAt(int index)Get the XSSFSheet object at the given index.XSSFSheetXSSFTable. getXSSFSheet()Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFSheet Modifier and Type Method Description voidXSSFPivotTable. setParentSheet(XSSFSheet parentSheet)Method parameters in org.apache.poi.xssf.usermodel with type arguments of type XSSFSheet Modifier and Type Method Description voidXSSFWorkbook. parseSheet(java.util.Map<java.lang.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 XSSFSheet Constructor Description XSSFClientAnchor(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.XSSFClientAnchor(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)XSSFDialogsheet(XSSFSheet sheet)XSSFRow(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRow row, XSSFSheet sheet)Construct 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 Constructor Description XSSFColumnShifter(XSSFSheet sh)XSSFRowShifter(XSSFSheet sh)
-