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[]
fieldnrs
org.apache.commons.vfs2.FileObject
file
Map<String,jxl.write.WritableCellFormat>
formats
jxl.write.WritableCellFormat
headerCellFormat
jxl.write.WritableFont
headerFont
jxl.write.WritableImage
headerImage
double
headerImageHeight
double
headerImageWidth
int
Headerrowheight
boolean
headerWrote
boolean
oneFileOpened
org.pentaho.di.core.row.RowMetaInterface
outputMeta
OutputStream
outputStream
int
positionX
int
positionY
org.pentaho.di.core.row.RowMetaInterface
previousMeta
String
realFilename
String
realHeaderImage
String
realSheetname
jxl.format.Colour
rowFontBackgoundColour
jxl.write.WritableSheet
sheet
int
splitnr
int
templateColumns
jxl.write.WritableWorkbook
workbook
jxl.write.WritableCellFormat
writableCellFormat
jxl.write.WritableFont
writableFont
jxl.WorkbookSettings
ws
-
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
-
-