Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / WorkbookReference Class / FromName Method
The name of the workbook. It can be different from file name.
In This Topic
    FromName Method
    In This Topic
    Creates a workbook reference from workbook name.
    Syntax
    public static WorkbookReference FromName( 
       java.lang.String name
    )

    Parameters

    name
    The name of the workbook. It can be different from file name.

    Return Value

    Workbook reference
    See Also