public class XLSSheet extends Object implements org.pentaho.di.core.spreadsheet.KSheet
| Constructor and Description |
|---|
XLSSheet(jxl.Sheet sheet) |
| Modifier and Type | Method and Description |
|---|---|
org.pentaho.di.core.spreadsheet.KCell |
getCell(int colnr,
int rownr) |
String |
getName() |
org.pentaho.di.core.spreadsheet.KCell[] |
getRow(int rownr) |
int |
getRows() |
public String getName()
getName in interface org.pentaho.di.core.spreadsheet.KSheetpublic org.pentaho.di.core.spreadsheet.KCell[] getRow(int rownr)
getRow in interface org.pentaho.di.core.spreadsheet.KSheetpublic int getRows()
getRows in interface org.pentaho.di.core.spreadsheet.KSheetpublic org.pentaho.di.core.spreadsheet.KCell getCell(int colnr,
int rownr)
getCell in interface org.pentaho.di.core.spreadsheet.KSheet