|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.trans.step.BaseStepData org.pentaho.di.trans.steps.excelinput.ExcelInputData
public class ExcelInputData
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData |
---|
BaseStepData.StepExecutionStatus |
Field Summary | |
---|---|
int |
colnr
The column where we left off previous time... |
RowMetaInterface |
conversionRowMeta
|
int |
defaultStartColumn
|
int |
defaultStartRow
|
FileErrorHandler |
errorHandler
The error handler when processing of a row fails. |
String |
extension
|
org.apache.commons.vfs.FileObject |
file
|
String |
filename
|
int |
filenr
The file number that's being handled... |
FilePlayList |
filePlayList
|
FileInputList |
files
The Excel files to read |
boolean |
hidden
|
Date |
lastModificationDateTime
|
int |
maxfilelength
The maximum length of all filenames... |
int |
maxsheetlength
The maximum length of all sheets... |
RowMetaInterface |
outputRowMeta
|
String |
path
|
Object[] |
previousRow
The previous row in case we want to repeat values... |
String |
rootUriName
|
int |
rownr
The row where we left off the previous time... |
KSheet |
sheet
The sheet that's being processed... |
String[] |
sheetNames
|
int |
sheetnr
The sheet number that's being processed... |
String |
shortFilename
|
long |
size
|
int[] |
startColumn
|
int[] |
startRow
|
String |
uriName
|
KWorkbook |
workbook
The openFile that's being processed... |
Constructor Summary | |
---|---|
ExcelInputData()
|
Method Summary |
---|
Methods inherited from class org.pentaho.di.trans.step.BaseStepData |
---|
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface |
---|
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus |
Field Detail |
---|
public Object[] previousRow
public int maxfilelength
public int maxsheetlength
public FileInputList files
public int filenr
public String filename
public org.apache.commons.vfs.FileObject file
public KWorkbook workbook
public int sheetnr
public KSheet sheet
public int rownr
public int colnr
public FileErrorHandler errorHandler
public FilePlayList filePlayList
public RowMetaInterface outputRowMeta
public RowMetaInterface conversionRowMeta
public String[] sheetNames
public int[] startColumn
public int[] startRow
public int defaultStartColumn
public int defaultStartRow
public String shortFilename
public String path
public String extension
public boolean hidden
public Date lastModificationDateTime
public String uriName
public String rootUriName
public long size
Constructor Detail |
---|
public ExcelInputData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |