Uses of Interface
org.apache.poi.ss.usermodel.Table
-
Packages that use Table Package Description io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.impl.sys.formula Keikai Spreadsheet Internal Book Model Implementation classes.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.usermodel -
-
Uses of Table in io.keikai.model
Subinterfaces of Table in io.keikai.model Modifier and Type Interface Description interface
STable
Table -
Uses of Table in io.keikai.model.impl
Classes in io.keikai.model.impl that implement Table Modifier and Type Class Description class
AbstractTableAdv
class
TableImpl
static class
TableImpl.DummyTable
-
Uses of Table in io.keikai.model.impl.sys.formula
Methods in io.keikai.model.impl.sys.formula that return Table Modifier and Type Method Description Table
EvalBook. getTable(String name)
Table
ParsingBook. getTable(String name)
-
Uses of Table in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return Table Modifier and Type Method Description Table
HSSFEvaluationWorkbook. getTable(String name)
-
Uses of Table in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return Table Modifier and Type Method Description Table
FormulaParsingWorkbook. getTable(String name)
XSSF Only - gets a table that exists in the worksheet -
Uses of Table in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel with parameters of type Table Modifier and Type Method Description CellRangeAddressBase
TableStyleType. appliesTo(Table table, Cell cell)
A range is returned only for the part of the table matching this enum instance and containing the given cell.CellRangeAddressBase
TableStyleType. appliesTo(Table table, CellReference cell)
A range is returned only for the part of the table matching this enum instance and containing the given cell reference.CellRangeAddressBase
TableStyleType. getRange(Table table, Cell cell)
CellRangeAddressBase
TableStyleType. getRange(Table table, CellReference cell)
-