public interface KSheet
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 number