Package | Description |
---|---|
org.apache.poi.xssf.model | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.helpers |
Modifier and Type | Method | Description |
---|---|---|
XSSFSheet |
SingleXmlCells.getXSSFSheet() |
Constructor | Description |
---|---|
SXSSFSheet(SXSSFWorkbook workbook,
XSSFSheet xSheet) |
Modifier and Type | Class | Description |
---|---|---|
class |
XSSFChartSheet |
High level representation of Sheet Parts that are of type 'chartsheet'.
|
class |
XSSFDialogsheet |
Modifier and Type | Method | Description |
---|---|---|
XSSFSheet |
XSSFWorkbook.cloneSheet(int sheetNum) |
Create an XSSFSheet from an existing sheet in the XSSFWorkbook.
|
XSSFSheet |
XSSFWorkbook.createSheet() |
Create an XSSFSheet for this workbook, adds it to the sheets and returns
the high level representation.
|
XSSFSheet |
XSSFWorkbook.createSheet(java.lang.String sheetname) |
Create a new sheet for this Workbook and return the high level representation.
|
XSSFSheet |
XSSFCell.getSheet() |
Returns the sheet this cell belongs to
|
XSSFSheet |
XSSFPicture.getSheet() |
|
XSSFSheet |
XSSFRow.getSheet() |
Returns the XSSFSheet this row belongs to
|
XSSFSheet |
XSSFWorkbook.getSheet(java.lang.String name) |
Get sheet with the given name (case insensitive match)
|
XSSFSheet |
XSSFWorkbook.getSheetAt(int index) |
Get the XSSFSheet object at the given index.
|
XSSFSheet |
XSSFTable.getXSSFSheet() |
Modifier and Type | Method | Description |
---|---|---|
java.util.Iterator<XSSFSheet> |
XSSFWorkbook.iterator() |
Allows foreach loops:
|
Modifier and Type | Method | Description |
---|---|---|
void |
XSSFPivotTable.setParentSheet(XSSFSheet parentSheet) |
Constructor | Description |
---|---|
XSSFDataValidationHelper(XSSFSheet xssfSheet) |
|
XSSFDialogsheet(XSSFSheet sheet) |
|
XSSFRow(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRow row,
XSSFSheet sheet) |
Construct a XSSFRow.
|
Constructor | Description |
---|---|
XSSFRowShifter(XSSFSheet sh) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.