org.pentaho.di.trans.steps.excelwriter
Class ExcelWriterStepData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.excelwriter.ExcelWriterStepData
- All Implemented Interfaces:
- StepDataInterface
public class ExcelWriterStepData
- extends BaseStepData
- implements StepDataInterface
outputRowMeta
public RowMetaInterface outputRowMeta
splitnr
public int splitnr
datalines
public int datalines
realSheetname
public String realSheetname
realTemplateSheetName
public String realTemplateSheetName
firstFileOpened
public boolean firstFileOpened
file
public org.apache.commons.vfs.FileObject file
posX
public int posX
posY
public int posY
sheet
public org.apache.poi.ss.usermodel.Sheet sheet
wb
public org.apache.poi.ss.usermodel.Workbook wb
fieldnrs
public int[] fieldnrs
inputRowMeta
public RowMetaInterface inputRowMeta
commentfieldnrs
public int[] commentfieldnrs
commentauthorfieldnrs
public int[] commentauthorfieldnrs
startingCol
public int startingCol
startingRow
public int startingRow
shiftExistingCells
public boolean shiftExistingCells
createNewFile
public boolean createNewFile
createNewSheet
public boolean createNewSheet
realTemplateFileName
public String realTemplateFileName
realStartingCell
public String realStartingCell
realPassword
public String realPassword
realProtectedBy
public String realProtectedBy
linkfieldnrs
public int[] linkfieldnrs
ExcelWriterStepData
public ExcelWriterStepData()
clearStyleCache
public void clearStyleCache(int nrFields)
cacheStyle
public void cacheStyle(int fieldNr,
org.apache.poi.ss.usermodel.CellStyle style)
cacheLinkStyle
public void cacheLinkStyle(int fieldNr,
org.apache.poi.ss.usermodel.CellStyle style)
getCachedStyle
public org.apache.poi.ss.usermodel.CellStyle getCachedStyle(int fieldNr)
getCachedLinkStyle
public org.apache.poi.ss.usermodel.CellStyle getCachedLinkStyle(int fieldNr)