public interface Sheet
| Modifier and Type | Method and Description |
|---|---|
default Cell |
cell(int rowIndex,
int colIndex) |
MergeCell |
cellMerge(int i) |
int |
cellMergeCount() |
int |
frozenRowCount() |
int |
index() |
java.lang.String |
name() |
Row |
row(int rowIndex) |
int |
rowCount() |
boolean |
tabSelected() |
java.lang.String name()
int index()
int rowCount()
Row row(int rowIndex)
default Cell cell(int rowIndex, int colIndex)
boolean tabSelected()
int frozenRowCount()
int cellMergeCount()
MergeCell cellMerge(int i)