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[]commentauthorfieldnrsint[]commentfieldnrsbooleancreateNewFilebooleancreateNewSheetintdatalinesint[]fieldnrsorg.apache.commons.vfs2.FileObjectfilebooleanfirstFileOpenedorg.pentaho.di.core.row.RowMetaInterfaceinputRowMetaint[]linkfieldnrsorg.pentaho.di.core.row.RowMetaInterfaceoutputRowMetaintposXintposYStringrealPasswordStringrealProtectedByStringrealSheetnameStringrealStartingCellStringrealTemplateFileNameStringrealTemplateSheetNameorg.apache.poi.ss.usermodel.SheetsheetbooleanshiftExistingCellsintsplitnrintstartingColintstartingRoworg.apache.poi.ss.usermodel.Workbookwb
-
Constructor Summary
Constructors Constructor Description ExcelWriterStepData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcacheLinkStyle(int fieldNr, org.apache.poi.ss.usermodel.CellStyle style)voidcacheStyle(int fieldNr, org.apache.poi.ss.usermodel.CellStyle style)voidclearStyleCache(int nrFields)org.apache.poi.ss.usermodel.CellStylegetCachedLinkStyle(int fieldNr)org.apache.poi.ss.usermodel.CellStylegetCachedStyle(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)
-
-