public class ExcelOutputData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| 限定符和类型 | 字段和说明 |
|---|---|
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 |
| 构造器和说明 |
|---|
ExcelOutputData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic 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
Copyright © 2024 Hitachi Vantara. All rights reserved.