Uses of Class
org.apache.poi.xssf.usermodel.XSSFTable
-
Packages that use XSSFTable Package Description org.apache.poi.xssf.usermodel -
-
Uses of XSSFTable in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFTable Modifier and Type Method Description XSSFTableXSSFSheet. createTable(AreaReference tableArea)Creates a new Table, and associates it with this Sheet.XSSFTableBaseXSSFEvaluationWorkbook. getTable(String name)Returns the data table with the given name (case insensitive).XSSFTableXSSFTableColumn. getTable()Get the table which contains this columnXSSFTableXSSFWorkbook. getTable(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 List<XSSFTable>XSSFMap. getRelatedTables()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 voidXSSFSheet. 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.
-