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