Hey everyone, i'm using the Excel preview api and i wanna know if is it possible to change the url who is the excel file stored in a server by a local file who is stored on my computer ??
This is the Api link :
https://sheet.zoho.com/sheet/view.do?url=http://link.to/file.xls&name=newName
And i want something like this :
https://sheet.zoho.com/sheet/view.do?url=file:///C:/Users/PC/Downloads/myfile.xls&name=newName
Thanks you for the help ;)