org.pentaho.di.trans.steps.excelinput.jxl
Class XLSSheet
java.lang.Object
  
org.pentaho.di.trans.steps.excelinput.jxl.XLSSheet
- All Implemented Interfaces: 
 - org.pentaho.di.core.spreadsheet.KSheet
 
public class XLSSheet
- extends Object
- implements org.pentaho.di.core.spreadsheet.KSheet
  
| 
Constructor Summary | 
XLSSheet(jxl.Sheet sheet)
 
            | 
 
| 
Method Summary | 
 org.pentaho.di.core.spreadsheet.KCell | 
getCell(int colnr,
        int rownr)
 
            | 
 String | 
getName()
 
            | 
 org.pentaho.di.core.spreadsheet.KCell[] | 
getRow(int rownr)
 
            | 
 int | 
getRows()
 
            | 
 
 
XLSSheet
public XLSSheet(jxl.Sheet sheet)
getName
public String getName()
- Specified by:
 getName in interface org.pentaho.di.core.spreadsheet.KSheet
 
 
getRow
public org.pentaho.di.core.spreadsheet.KCell[] getRow(int rownr)
- Specified by:
 getRow in interface org.pentaho.di.core.spreadsheet.KSheet
 
 
getRows
public int getRows()
- Specified by:
 getRows in interface org.pentaho.di.core.spreadsheet.KSheet
 
 
getCell
public org.pentaho.di.core.spreadsheet.KCell getCell(int colnr,
                                                     int rownr)
- Specified by:
 getCell in interface org.pentaho.di.core.spreadsheet.KSheet