Interface ExcelReportService

All Known Implementing Classes:
DefaultExcelReportService

public interface ExcelReportService
Creates and writes excel report to the provided OutputStream.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Writes the excel report to the provided OutputStream.
  • Method Details

    • createExcelReport

      void createExcelReport(CreateExcelReportRequest request)
      Writes the excel report to the provided OutputStream.
      Parameters:
      request - configuration options for excel report with data to be written