Class ExcelWriterStepData

    • 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
    • Constructor Detail

      • ExcelWriterStepData

        public ExcelWriterStepData()
    • 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)