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 |
RowMetaInterface |
outputMeta |
OutputStream |
outputStream |
int |
positionX |
int |
positionY |
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
public int splitnr
public RowMetaInterface previousMeta
public 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
Copyright © 2018 Hitachi Vantara. All rights reserved.