public class ExcelOutputData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus
Modifier and Type | Field and 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 and Description |
---|
ExcelOutputData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
public int splitnr
public org.pentaho.di.core.row.RowMetaInterface previousMeta
public org.pentaho.di.core.row.RowMetaInterface outputMeta
public int[] fieldnrs
public jxl.write.WritableWorkbook workbook
public jxl.write.WritableSheet sheet
public int templateColumns
public jxl.write.WritableCellFormat writableCellFormat
public int positionX
public int positionY
public jxl.write.WritableFont headerFont
public OutputStream outputStream
public org.apache.commons.vfs2.FileObject file
public boolean oneFileOpened
public String realSheetname
public boolean headerWrote
public int Headerrowheight
public String realHeaderImage
public jxl.format.Colour rowFontBackgoundColour
public jxl.write.WritableCellFormat headerCellFormat
public jxl.write.WritableImage headerImage
public double headerImageHeight
public double headerImageWidth
public jxl.write.WritableFont writableFont
public String realFilename
public jxl.WorkbookSettings ws