Hi our finance team have multiple links to other spreadsheets within the current file server. We wish to migrate these to Sharepoint to offer them a solution via Extranet. Is this possible? There doesn't seem to be a migration function to relink the spreadsheets easily?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
You could try mapping a network drive (net use x: \intranet\site\doclib) to the SharePoint Document Library and then using that drive letter consistently across each user. I am not sure if there is a quick way (apart from copy and paste) to relink existing paths to the new one. |
|||
|
|
|
If you are feeling crazy and these are .xlsx files, you could write a program that would traverse through the OpenXML DOM and do a find and replace. Replace |
|||
|
|