org.pentaho.di.trans.steps.exceloutput
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
splitnr
public int splitnr
previousMeta
public RowMetaInterface previousMeta
outputMeta
public 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
formats
public Map<String,jxl.write.WritableCellFormat> formats
positionX
public int positionX
positionY
public int positionY
headerFont
public jxl.write.WritableFont headerFont
outputStream
public OutputStream outputStream
file
public org.apache.commons.vfs.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
ExcelOutputData
public ExcelOutputData()