public class OdfSheet extends Object implements org.pentaho.di.core.spreadsheet.KSheet
Constructor and Description |
---|
OdfSheet(org.odftoolkit.odfdom.doc.table.OdfTable table) |
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.KSheet
public org.pentaho.di.core.spreadsheet.KCell[] getRow(int rownr)
getRow
in interface org.pentaho.di.core.spreadsheet.KSheet
public int getRows()
getRows
in interface org.pentaho.di.core.spreadsheet.KSheet
public org.pentaho.di.core.spreadsheet.KCell getCell(int colnr, int rownr)
getCell
in interface org.pentaho.di.core.spreadsheet.KSheet