public class ExcelWriterStepData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus
Modifier and Type | Field and Description |
---|---|
int[] |
commentauthorfieldnrs |
int[] |
commentfieldnrs |
boolean |
createNewFile |
boolean |
createNewSheet |
int |
datalines |
int[] |
fieldnrs |
org.apache.commons.vfs2.FileObject |
file |
boolean |
firstFileOpened |
RowMetaInterface |
inputRowMeta |
int[] |
linkfieldnrs |
RowMetaInterface |
outputRowMeta |
int |
posX |
int |
posY |
String |
realPassword |
String |
realProtectedBy |
String |
realSheetname |
String |
realStartingCell |
String |
realTemplateFileName |
String |
realTemplateSheetName |
org.apache.poi.ss.usermodel.Sheet |
sheet |
boolean |
shiftExistingCells |
int |
splitnr |
int |
startingCol |
int |
startingRow |
org.apache.poi.ss.usermodel.Workbook |
wb |
Constructor and Description |
---|
ExcelWriterStepData() |
Modifier and Type | Method and Description |
---|---|
void |
cacheLinkStyle(int fieldNr,
org.apache.poi.ss.usermodel.CellStyle style) |
void |
cacheStyle(int fieldNr,
org.apache.poi.ss.usermodel.CellStyle style) |
void |
clearStyleCache(int nrFields) |
org.apache.poi.ss.usermodel.CellStyle |
getCachedLinkStyle(int fieldNr) |
org.apache.poi.ss.usermodel.CellStyle |
getCachedStyle(int fieldNr) |
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 RowMetaInterface outputRowMeta
public int splitnr
public int datalines
public String realSheetname
public String realTemplateSheetName
public boolean firstFileOpened
public org.apache.commons.vfs2.FileObject file
public int posX
public int posY
public org.apache.poi.ss.usermodel.Sheet sheet
public org.apache.poi.ss.usermodel.Workbook wb
public int[] fieldnrs
public RowMetaInterface inputRowMeta
public int[] commentfieldnrs
public int[] commentauthorfieldnrs
public int startingCol
public int startingRow
public boolean shiftExistingCells
public boolean createNewFile
public boolean createNewSheet
public String realTemplateFileName
public String realStartingCell
public String realPassword
public String realProtectedBy
public int[] linkfieldnrs
public void clearStyleCache(int nrFields)
public void cacheStyle(int fieldNr, org.apache.poi.ss.usermodel.CellStyle style)
public void cacheLinkStyle(int fieldNr, org.apache.poi.ss.usermodel.CellStyle style)
public org.apache.poi.ss.usermodel.CellStyle getCachedStyle(int fieldNr)
public org.apache.poi.ss.usermodel.CellStyle getCachedLinkStyle(int fieldNr)
Copyright © 2018 Hitachi Vantara. All rights reserved.