R
ryguy7272
I’m trying to open an Excel file from SharePoint. Here is a the scenario.
I’d like to be able to pass a parameter from excel to SharePoint, and have
SharePoint identify if the file exists on my SharePoint site. For instance,
here is the generic URL:
https://collaboration.net/sites/Documents/Forms/AllItems.asp
What I want to be able to do is pass a file name as a Parameter, and open
the appropriate Excel file with the same name, so it may be something like
this:
https://collaboration.net/sites/Documents/Forms/AllItems.asp?test=5262010.xls
It will always be the URL and the word ‘test’ and the file name, which is
unique because it is an AccountID.
I’ve imported from HTML sources, and aspx sources, many times, and even
exported from Excel to HTML, but I’m not an expert in this area, and I’m not
really sure how it will work with SharePoint. Any thoughts? I’d greatly
appreciate any input on this.
Thanks,
Ryan--
I’d like to be able to pass a parameter from excel to SharePoint, and have
SharePoint identify if the file exists on my SharePoint site. For instance,
here is the generic URL:
https://collaboration.net/sites/Documents/Forms/AllItems.asp
What I want to be able to do is pass a file name as a Parameter, and open
the appropriate Excel file with the same name, so it may be something like
this:
https://collaboration.net/sites/Documents/Forms/AllItems.asp?test=5262010.xls
It will always be the URL and the word ‘test’ and the file name, which is
unique because it is an AccountID.
I’ve imported from HTML sources, and aspx sources, many times, and even
exported from Excel to HTML, but I’m not an expert in this area, and I’m not
really sure how it will work with SharePoint. Any thoughts? I’d greatly
appreciate any input on this.
Thanks,
Ryan--