Hello,
I have an excel file that is stored in a sharepoint folder. I want to share that file internally by providing a web link so that the people I share it with can view it as a web page. I have sucessfully used the Embed feature to generate the proper link, and played with the URL query string to display what I want.
Now, what I'm trying to achieve is to pass some data to excel through the query string. I want to retrive a value from there, and have a cell in excel to be set to this value when it opens.
For example, let's say my file is a quoting model, and I have a cell that contains the currency. I want to share it with:
- Anna, working in our French subsidiary, and quoting in Euros
- Chris, working in ou US subsidiary, and quoting in USD
So I would like to be able to generate a link to my file that allows to pass this information:
And of course have my currency cell filled with "EUR" or "USD" depending on the link that was used. I've struggled to find any information, and I wonder if it is at all possible (maybe it's not for security resons ?)...
Can anyone help me with achieving this, or (sadly) confim that this is not possible ? Or maybe there's a better way to achieve this ?
Thanks,
Michael