|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KSheet
The interface that is needed by ExcelInput to handle a single numeric data sheet in a workbook.
Method Summary | |
---|---|
KCell |
getCell(int colnr,
int rownr)
Get a cell in the sheet by specification of its coordinates. |
String |
getName()
|
KCell[] |
getRow(int rownr)
Get one row of cells in the sheets |
int |
getRows()
|
Method Detail |
---|
KCell[] getRow(int rownr)
rownr
- The row number to get
ArrayIndexOutOfBoundsException
- in case you try to read beyond the last row. (never returns null as such)String getName()
int getRows()
KCell getCell(int colnr, int rownr)
colnr
- The column numberrownr
- The row number
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |