Interface WorksheetConfiguration

    • Method Detail

      • matches

        boolean matches​(String worksheetName)
      • excludedColumns

        Set<String> excludedColumns()
      • metadataColumns

        Set<String> metadataColumns()
      • writtenTo

        <T> T writtenTo​(WorksheetConfiguration.Output<T> output)
        Obtains the worksheet configuration output with the written worksheet configuration to it.
        Parameters:
        output - The output
        Returns:
        The output with the written worksheet configuration