Package | Description |
---|---|
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.helpers |
Modifier and Type | Method and Description |
---|---|
XSSFTable |
XSSFSheet.createTable()
Deprecated.
Use
#createTable(AreaReference)) instead |
XSSFTable |
XSSFSheet.createTable(AreaReference tableArea)
Creates a new Table, and associates it with this Sheet.
|
XSSFTable |
XSSFTableColumn.getTable()
Get the table which contains this column
|
XSSFTable |
XSSFWorkbook.getTable(java.lang.String name)
Returns the data table with the given name (case insensitive).
|
XSSFTable |
BaseXSSFEvaluationWorkbook.getTable(java.lang.String name)
Returns the data table with the given name (case insensitive).
|
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 |
XSSFSheet.removeTable(XSSFTable t)
Remove table references and relations
|
Constructor and Description |
---|
XSSFTableColumn(XSSFTable table,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn ctTableColumn)
Create a new table column.
|
Constructor and Description |
---|
XSSFXmlColumnPr(XSSFTable table,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn ctTableColum,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr ctXmlColumnPr)
Deprecated.
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.