Package | Description |
---|---|
org.zkoss.poi.xssf.model | |
org.zkoss.poi.xssf.streaming | |
org.zkoss.poi.xssf.usermodel | |
org.zkoss.poi.xssf.usermodel.helpers |
Modifier and Type | Method and Description |
---|---|
XSSFSheet |
SingleXmlCells.getXSSFSheet() |
Constructor and Description |
---|
SXSSFSheet(SXSSFWorkbook workbook,
XSSFSheet xSheet) |
Modifier and Type | Class and Description |
---|---|
class |
XSSFChartSheet
High level representation of Sheet Parts that are of type 'chartsheet'.
|
class |
XSSFDialogsheet |
Modifier and Type | Method and 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 |
XSSFRow.getSheet()
Returns the XSSFSheet this row belongs to
|
XSSFSheet |
XSSFCell.getSheet()
Returns the sheet this cell 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 and Description |
---|---|
java.util.Iterator<XSSFSheet> |
XSSFWorkbook.iterator()
Allows foreach loops:
XSSFWorkbook wb = new XSSFWorkbook(package);
for(XSSFSheet sheet : wb){
}
|
Constructor and Description |
---|
XSSFAutoFilter(XSSFSheet sheet,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTAutoFilter ctaf)
Deprecated.
|
XSSFConditionalFormatting(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTConditionalFormatting cf,
XSSFSheet sh) |
XSSFConditionalFormatting(XSSFSheet sh) |
XSSFDataValidationHelper(XSSFSheet xssfSheet) |
XSSFDialogsheet(XSSFSheet sheet) |
XSSFRow(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRow row,
XSSFSheet sheet)
Construct a XSSFRow.
|
Constructor and Description |
---|
XSSFRowShifter(XSSFSheet sh) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.