|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.exceloutput.ExcelOutputData
public class ExcelOutputData
Field Summary | |
---|---|
int[] |
fieldnrs
|
org.apache.commons.vfs.FileObject |
file
|
Map<String,jxl.write.WritableCellFormat> |
formats
|
jxl.write.WritableFont |
headerFont
|
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 |
realSheetname
|
jxl.write.WritableSheet |
sheet
|
int |
splitnr
|
int |
templateColumns
|
jxl.write.WritableWorkbook |
workbook
|
jxl.write.WritableCellFormat |
writableCellFormat
|
Fields inherited from interface org.pentaho.di.trans.step.StepDataInterface |
---|
STATUS_DISPOSED, STATUS_EMPTY, STATUS_FINISHED, STATUS_HALTED, STATUS_HALTING, STATUS_IDLE, STATUS_INIT, STATUS_PAUSED, STATUS_RUNNING, STATUS_STOPPED |
Constructor Summary | |
---|---|
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 |
---|
equals, 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 |
---|
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 Map<String,jxl.write.WritableCellFormat> formats
public int positionX
public int positionY
public jxl.write.WritableFont headerFont
public OutputStream outputStream
public org.apache.commons.vfs.FileObject file
public boolean oneFileOpened
public String realSheetname
public boolean headerWrote
Constructor Detail |
---|
public ExcelOutputData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |