Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / WorkbookReference Class / getBaseUri Method
In This Topic
    getBaseUri Method
    In This Topic
    The base uri that contains workbook.
    If the value is not @code:null, @code:Name is the file name ofworkbook.
    For example, the base uri of https://www.grapecity.com/file/example.xlsx is https://www.grapecity.com/file . The file name is example.xlsx .
    Syntax
    public java.lang.String getBaseUri()
    See Also