Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbook Interface / addDataSource Method
: the alias name of the data source
In This Topic
    addDataSource Method
    In This Topic
    Add data source for template
    Syntax
    void addDataSource( 
       java.lang.String name,
       java.lang.Object dataSource
    )

    Parameters

    name
    : the alias name of the data source
    dataSource
    See Also