Interface WorksheetConfiguration.Output<T>

  • Type Parameters:
    T - The type of the output
    Enclosing interface:
    WorksheetConfiguration

    public static interface WorksheetConfiguration.Output<T>
    The worksheet configuration output.
    • Method Detail

      • writtenWith

        T writtenWith​(Pattern namePattern,
                      Set<String> sourceColumns,
                      Set<String> targetColumns,
                      Set<Integer> excludedRows,
                      Set<String> excludedColumns,
                      Set<Integer> metadataRows,
                      Set<String> metadataColumns)
        Obtains a written output with the help of provided name pattern and excluded rows.
        Parameters:
        namePattern - The name pattern
        sourceColumns - The source columns
        targetColumns - The target columns
        excludedRows - The excluded rows
        excludedColumns - The excluded columns
        metadataRows - The metadata rows
        metadataColumns - The metadata columns
        Returns:
        The written output