[]
Process the template and return the instance of report workbook.
IWorkbook GenerateReport()
Function GenerateReport() As IWorkbook
Process the template and return the instance of report workbook.
IWorkbook GenerateReport(params IWorksheet[] worksheets)
Function GenerateReport(ParamArray worksheets As IWorksheet()) As IWorkbook
Type | Name | Description |
---|---|---|
IWorksheet[] | worksheets | IWorksheet collection that need to be processed. |