Package net.croz.nrich.excel.api.service
Interface ExcelReportService
- All Known Implementing Classes:
DefaultExcelReportService
public interface ExcelReportService
Creates and writes excel report to the provided OutputStream.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Writes the excel report to the provided OutputStream.
-
Method Details
-
createExcelReport
Writes the excel report to the provided OutputStream.- Parameters:
request
- configuration options for excel report with data to be written
-