public interface KSheet
Modifier and Type | Method and Description |
---|---|
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() |
KCell[] getRow(int rownr)
rownr
- The row number to getArrayIndexOutOfBoundsException
- 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 numberCopyright © 2018 Hitachi Vantara. All rights reserved.