Interface WorksheetConfigurations.Output<T>

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

    public static interface WorksheetConfigurations.Output<T>
    The worksheet configurations output.
    • Method Detail

      • writtenWith

        T writtenWith​(Iterator<WorksheetConfiguration> worksheetConfigurationsIterator)
        Obtains a written output with the help of a provided worksheet configurations iterator.
        Parameters:
        worksheetConfigurationsIterator - The worksheet configurations iterator
        Returns:
        The written output