| Package | Description |
|---|---|
| bld.generator.report.excel |
In this package, each object is used to extend and implement personal objects used to build Excel file.
|
| bld.generator.report.excel.impl |
In this package there are the main functions for generating Excel files.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ScopeGenerateExcel.createBigDataFileXlsx(ReportExcel report)
Creates the big data file xlsx.
|
byte[] |
GenerateExcel.createBigDataFileXlsx(ReportExcel report)
Creates the big data file xlsx.
|
byte[] |
ScopeGenerateExcel.createFileXls(ReportExcel report)
Creates the file xls.
|
byte[] |
GenerateExcel.createFileXls(ReportExcel report)
Creates the file xls.
|
byte[] |
ScopeGenerateExcel.createFileXlsx(ReportExcel report)
Creates the file xlsx.
|
byte[] |
GenerateExcel.createFileXlsx(ReportExcel report)
Creates the file xlsx.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ScopeGenerateExcelImpl.createBigDataFileXlsx(ReportExcel report)
Creates the big data file xlsx.
|
byte[] |
GenerateExcelImpl.createBigDataFileXlsx(ReportExcel report)
Creates the big data file xlsx.
|
byte[] |
ScopeGenerateExcelImpl.createFileXls(ReportExcel report)
Creates the file xls.
|
byte[] |
GenerateExcelImpl.createFileXls(ReportExcel report)
Creates the file xls.
|
byte[] |
ScopeGenerateExcelImpl.createFileXlsx(ReportExcel report)
Creates the file xlsx.
|
byte[] |
GenerateExcelImpl.createFileXlsx(ReportExcel report)
Creates the file xlsx.
|
Copyright © 2022. All rights reserved.