|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Table
XSSF Only! High level abstraction of table in a workbook.
| Field Summary | |
|---|---|
static java.util.regex.Pattern |
isStructuredReference
Regular expression matching a Structured Reference (Table syntax) for XSSF table expressions. |
| Method Summary | |
|---|---|
int |
findColumnIndex(java.lang.String columnHeader)
Returns the index of a given named column in the table (names are case insensitive in XSSF). |
int |
getEndColIndex()
Get the bottom-right column index on the sheet |
int |
getEndRowIndex()
Get the bottom-right row index |
java.lang.String |
getName()
Get the name of the table. |
java.lang.String |
getSheetName()
Returns the sheet name that the table belongs to. |
int |
getStartColIndex()
Get the top-left column index relative to the sheet |
int |
getStartRowIndex()
Get the top-left row index on the sheet |
boolean |
isHasTotalsRow()
Returns true iff the table has a 'Totals' row |
| Field Detail |
|---|
static final java.util.regex.Pattern isStructuredReference
| Method Detail |
|---|
int getStartColIndex()
int getStartRowIndex()
int getEndColIndex()
int getEndRowIndex()
java.lang.String getName()
int findColumnIndex(java.lang.String columnHeader)
XSSFTable.updateHeaders() is called to reset the cache.
columnHeader - the column header name to get the table column index of
columnHeaderjava.lang.String getSheetName()
boolean isHasTotalsRow()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||