Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / WorkbookReference Class / FromFilePath Method
The full path of workbook. It must be a valid filepath.
In This Topic
    FromFilePath Method
    In This Topic
    Creates a workbook reference from file path.
    Syntax
    public static WorkbookReference FromFilePath( 
       java.lang.String workbookFullPath
    )

    Parameters

    workbookFullPath
    The full path of workbook. It must be a valid filepath.

    Return Value

    Workbook reference
    See Also