Class AbstractMerge.SourceColumn

    • Field Detail

      • spreadsheetIndex

        public final int spreadsheetIndex
        The index of the source spreadsheet.
      • columnIndex

        public final int columnIndex
        The index of the source column in the source spreadsheet.
      • columnName

        public final String columnName
        The name of the source column in the source spreadsheet.
    • Constructor Detail

      • SourceColumn

        public SourceColumn​(int spreadsheetIndex,
                            int columnIndex,
                            String columnName)
        Standard constructor.
        Parameters:
        spreadsheetIndex - The index of the source spreadsheet.
        columnIndex - The index of the source column in the source spreadsheet.
        columnName - The name of the source column in the source spreadsheet.