Package bld.generator.report.excel
Interface ScopeGenerateExcel
- All Known Implementing Classes:
ScopeGenerateExcelImpl
public interface ScopeGenerateExcel
The Interface ScopeGenerateExcel.
-
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
-