Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbook Interface / generateReport Method / generateReport(IWorksheet[]) Method
IWorksheet collection that need to be processed.
In This Topic
    generateReport(IWorksheet[]) Method
    In This Topic
    Process the template and return the instance of report workbook.
    Syntax
    IWorkbook generateReport( 
       IWorksheet[] worksheets
    )

    Parameters

    worksheets
    IWorksheet collection that need to be processed.

    Return Value

    The new IWorkbook object.
    See Also