I have a sharepoint site that has an excel spreadsheet that I need to download on a schedulad basis
Is this possible?
I have a sharepoint site that has an excel spreadsheet that I need to download on a schedulad basis
Is this possible?
The link the to document in Sharepoint should be a static URL. Use that URL in whatever solution you have to grab the file on your schedule.
Why not just use wget.exe <url>
. You can put that line in a batch file and run that through windows scheduler.