Package | Description |
---|---|
org.zkoss.poi.xssf.usermodel | |
org.zkoss.poi.xssf.usermodel.helpers |
Modifier and Type | Method and Description |
---|---|
XSSFTable |
XSSFSheet.createTable()
Creates a new Table, and associates it with this Sheet
|
XSSFTable |
XSSFTableName.getTable() |
XSSFTable |
XSSFSheet.getTableByRowCol(int rowIdx,
int colIdx) |
Modifier and Type | Method and Description |
---|---|
java.util.List<XSSFTable> |
XSSFMap.getRelatedTables() |
java.util.List<XSSFTable> |
XSSFSheet.getTables()
Returns any tables associated with this Sheet
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFWorkbook.addTableName(XSSFTable table) |
Constructor and Description |
---|
XSSFTableName(XSSFTable table,
XSSFWorkbook workbook)
Creates an XSSFName object - called internally by XSSFWorkbook.
|
Constructor and Description |
---|
XSSFXmlColumnPr(XSSFTable table,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn ctTableColum,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr ctXmlColumnPr) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.