Uses of Class
org.apache.poi.xssf.usermodel.XSSFTable
-
Packages that use XSSFTable Package Description org.apache.poi.xssf.usermodel org.apache.poi.xssf.usermodel.helpers -
-
Uses of XSSFTable in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFTable Modifier and Type Method Description XSSFTable
XSSFSheet. createTable()
Deprecated.Use {@link #createTable(AreaReference))} insteadXSSFTable
XSSFSheet. createTable(AreaReference tableArea)
Creates a new Table, and associates it with this Sheet.XSSFTable
BaseXSSFEvaluationWorkbook. getTable(java.lang.String name)
Returns the data table with the given name (case insensitive).XSSFTable
XSSFTableColumn. getTable()
Get the table which contains this columnXSSFTable
XSSFWorkbook. getTable(java.lang.String name)
Returns the data table with the given name (case insensitive).Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFTable Modifier and Type Method Description java.util.List<XSSFTable>
XSSFMap. getRelatedTables()
java.util.List<XSSFTable>
XSSFSheet. getTables()
Returns any tables associated with this SheetMethods in org.apache.poi.xssf.usermodel with parameters of type XSSFTable Modifier and Type Method Description void
XSSFSheet. removeTable(XSSFTable t)
Remove table references and relationsConstructors in org.apache.poi.xssf.usermodel with parameters of type XSSFTable Constructor Description XSSFTableColumn(XSSFTable table, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn ctTableColumn)
Create a new table column. -
Uses of XSSFTable in org.apache.poi.xssf.usermodel.helpers
Constructors in org.apache.poi.xssf.usermodel.helpers with parameters of type XSSFTable Constructor Description XSSFXmlColumnPr(XSSFTable table, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn ctTableColum, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr ctXmlColumnPr)
Deprecated.
-