Package bld.generator.report.excel
Interface GenerateExcel
- All Known Implementing Classes:
GenerateExcelImpl
public interface GenerateExcel
The Interface GenerateExcel.
GemerateExcel is an interface for generating Excel reports.
GemerateExcel is an interface for generating Excel reports.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]createBigDataFileXlsx(ReportExcel report) Creates the big data file xlsx.byte[]createFileXls(ReportExcel report) Creates the file xls.byte[]createFileXlsx(ReportExcel report) Creates the file xlsx.
-
Method Details
-
createFileXls
Creates the file xls.- Parameters:
report- the report- Returns:
- the byte[]
- Throws:
Exception- the exception
-
createFileXlsx
Creates the file xlsx.- Parameters:
report- the report- Returns:
- the byte[]
- Throws:
Exception- the exception
-
createBigDataFileXlsx
Creates the big data file xlsx.- Parameters:
report- the report- Returns:
- the byte[]
- Throws:
Exception- the exception
-