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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
-
-
Field Summary
Fields Modifier and Type Field Description int[]
commentauthorfieldnrs
int[]
commentfieldnrs
boolean
createNewFile
boolean
createNewSheet
int
datalines
int[]
fieldnrs
org.apache.commons.vfs2.FileObject
file
boolean
firstFileOpened
org.pentaho.di.core.row.RowMetaInterface
inputRowMeta
int[]
linkfieldnrs
org.pentaho.di.core.row.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 Summary
Constructors Constructor Description ExcelWriterStepData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
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
clone, equals, finalize, 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
-
outputRowMeta
public org.pentaho.di.core.row.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.vfs2.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 org.pentaho.di.core.row.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
-
-
Method Detail
-
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)
-
-