Class ExcelOutputData
- java.lang.Object
-
- org.pentaho.di.trans.step.BaseStepData
-
- org.pentaho.di.trans.steps.exceloutput.ExcelOutputData
-
- All Implemented Interfaces:
StepDataInterface
public class ExcelOutputData extends BaseStepData implements StepDataInterface
- Since:
- 7-sep-2006
- 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 int[]fieldnrsorg.apache.commons.vfs2.FileObjectfileMap<String,jxl.write.WritableCellFormat>formatsjxl.write.WritableCellFormatheaderCellFormatjxl.write.WritableFontheaderFontjxl.write.WritableImageheaderImagedoubleheaderImageHeightdoubleheaderImageWidthintHeaderrowheightbooleanheaderWrotebooleanoneFileOpenedorg.pentaho.di.core.row.RowMetaInterfaceoutputMetaOutputStreamoutputStreamintpositionXintpositionYorg.pentaho.di.core.row.RowMetaInterfacepreviousMetaStringrealFilenameStringrealHeaderImageStringrealSheetnamejxl.format.ColourrowFontBackgoundColourjxl.write.WritableSheetsheetintsplitnrinttemplateColumnsjxl.write.WritableWorkbookworkbookjxl.write.WritableCellFormatwritableCellFormatjxl.write.WritableFontwritableFontjxl.WorkbookSettingsws
-
Constructor Summary
Constructors Constructor Description ExcelOutputData()
-
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
-
splitnr
public int splitnr
-
previousMeta
public org.pentaho.di.core.row.RowMetaInterface previousMeta
-
outputMeta
public org.pentaho.di.core.row.RowMetaInterface outputMeta
-
fieldnrs
public int[] fieldnrs
-
workbook
public jxl.write.WritableWorkbook workbook
-
sheet
public jxl.write.WritableSheet sheet
-
templateColumns
public int templateColumns
-
writableCellFormat
public jxl.write.WritableCellFormat writableCellFormat
-
positionX
public int positionX
-
positionY
public int positionY
-
headerFont
public jxl.write.WritableFont headerFont
-
outputStream
public OutputStream outputStream
-
file
public org.apache.commons.vfs2.FileObject file
-
oneFileOpened
public boolean oneFileOpened
-
realSheetname
public String realSheetname
-
headerWrote
public boolean headerWrote
-
Headerrowheight
public int Headerrowheight
-
realHeaderImage
public String realHeaderImage
-
rowFontBackgoundColour
public jxl.format.Colour rowFontBackgoundColour
-
headerCellFormat
public jxl.write.WritableCellFormat headerCellFormat
-
headerImage
public jxl.write.WritableImage headerImage
-
headerImageHeight
public double headerImageHeight
-
headerImageWidth
public double headerImageWidth
-
writableFont
public jxl.write.WritableFont writableFont
-
realFilename
public String realFilename
-
ws
public jxl.WorkbookSettings ws
-
-