Class ExcelInputData
- java.lang.Object
-
- org.pentaho.di.trans.step.BaseStepData
-
- org.pentaho.di.trans.steps.excelinput.ExcelInputData
-
- All Implemented Interfaces:
StepDataInterface
public class ExcelInputData extends BaseStepData implements StepDataInterface
- Since:
- 24-jan-2005
- Author:
- Matt
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
-
-
Field Summary
Fields Modifier and Type Field Description intcolnrThe column where we left off previous time...org.pentaho.di.core.row.RowMetaInterfaceconversionRowMetaintdefaultStartColumnintdefaultStartRowFileErrorHandlererrorHandlerThe error handler when processing of a row fails.Stringextensionorg.apache.commons.vfs2.FileObjectfileStringfilenameintfilenrThe file number that's being handled...FilePlayListfilePlayListorg.pentaho.di.core.fileinput.FileInputListfilesThe Excel files to readbooleanhiddenDatelastModificationDateTimeintmaxfilelengthThe maximum length of all filenames...intmaxsheetlengthThe maximum length of all sheets...org.pentaho.di.core.row.RowMetaInterfaceoutputRowMetaStringpathObject[]previousRowThe previous row in case we want to repeat values...StringrootUriNameintrownrThe row where we left off the previous time...org.pentaho.di.core.spreadsheet.KSheetsheetThe sheet that's being processed...String[]sheetNamesintsheetnrThe sheet number that's being processed...StringshortFilenamelongsizeint[]startColumnint[]startRowStringuriNameorg.pentaho.di.core.spreadsheet.KWorkbookworkbookThe openFile that's being processed...
-
Constructor Summary
Constructors Constructor Description 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
clone, equals, finalize, 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
-
previousRow
public Object[] previousRow
The previous row in case we want to repeat values...
-
maxfilelength
public int maxfilelength
The maximum length of all filenames...
-
maxsheetlength
public int maxsheetlength
The maximum length of all sheets...
-
files
public org.pentaho.di.core.fileinput.FileInputList files
The Excel files to read
-
filenr
public int filenr
The file number that's being handled...
-
filename
public String filename
-
file
public org.apache.commons.vfs2.FileObject file
-
workbook
public org.pentaho.di.core.spreadsheet.KWorkbook workbook
The openFile that's being processed...
-
sheetnr
public int sheetnr
The sheet number that's being processed...
-
sheet
public org.pentaho.di.core.spreadsheet.KSheet sheet
The sheet that's being processed...
-
rownr
public int rownr
The row where we left off the previous time...
-
colnr
public int colnr
The column where we left off previous time...
-
errorHandler
public FileErrorHandler errorHandler
The error handler when processing of a row fails.
-
filePlayList
public FilePlayList filePlayList
-
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
-
conversionRowMeta
public org.pentaho.di.core.row.RowMetaInterface conversionRowMeta
-
sheetNames
public String[] sheetNames
-
startColumn
public int[] startColumn
-
startRow
public int[] startRow
-
defaultStartColumn
public int defaultStartColumn
-
defaultStartRow
public int defaultStartRow
-
shortFilename
public String shortFilename
-
path
public String path
-
extension
public String extension
-
hidden
public boolean hidden
-
lastModificationDateTime
public Date lastModificationDateTime
-
uriName
public String uriName
-
rootUriName
public String rootUriName
-
size
public long size
-
-