Class BaseApplyFormatOperation

    • Field Detail

      • applyToMissed

        protected boolean applyToMissed
        Need to apply to missing cells.
    • Method Detail

      • updateCells

        protected void updateCells()
        Update cells values
      • getConvertedFormatIndex

        protected abstract Integer getConvertedFormatIndex​(Map<Integer,​Integer> convertedFormats,
                                                           int srcFormatIndex,
                                                           boolean applyFormat)
        Get converted format index
        Parameters:
        convertedFormats - collection of converted format indexes
        srcFormatIndex - format index to be converted
        applyFormat - need to apply format
        Returns:
        converted format index
      • applyToCell

        protected abstract void applyToCell​(Map<Integer,​Integer> convertedFormatsApply,
                                            Cell cell,
                                            boolean applyFormat)
        Apply to cell
        Parameters:
        convertedFormatsApply - collection of converted format indexes
        cell - cell to apply format to
        applyFormat - need to apply format
      • applyToCell

        protected abstract void applyToCell​(Map<Integer,​Integer> convertedFormatsApply,
                                            int rowIndex,
                                            int columnIndex,
                                            boolean applyFormat)
        Apply to cell
        Parameters:
        convertedFormatsApply - collection of converted format indexes
        rowIndex - row index
        columnIndex - columns index
        applyFormat - need to apply format