[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Workbook.GenerateReport

GenerateReport Method

GenerateReport()

Process the template and return the instance of report workbook.

Declaration
public IWorkbook GenerateReport()
Returns
Type Description
IWorkbook

The new IWorkbook.

Implements

GenerateReport(params IWorksheet[])

Process the template and return the instance of report workbook.

Declaration
public IWorkbook GenerateReport(params IWorksheet[] worksheets)
Parameters
Type Name Description
IWorksheet[] worksheets

IWorksheet collection that need to be processed.

Returns
Type Description
IWorkbook

The new IWorkbook.

Implements