Interface ExcelBuilderService

All Known Implementing Classes:
ExcelBuilderServiceImpl

public interface ExcelBuilderService
  • Method Details

    • getBuilderForFormat

      ExcelBuilder getBuilderForFormat(String format, String filename)
      creates a ExcelBuilder instance using the given format and file name
      Parameters:
      format - of the excel file (e.g. "xlsx")
      filename - name of the file you want to create