Hi all. At the end of what has been (to me) a complex script to extract specific data from an Excel file stored on Sharepoint, then perform necessary analysis, and save as an interactive HTML file, I seem to be struggling with what should be a very basic step. I can no longer see the wood for the trees. Am I missing something here?
This format works for saving to my desktop or any drive on my PC:
myPlatform << Save Interactive HTML( "$DESKTOP/Whole Milk SPC.htm" );
This doesn't work for Saving to Sharepoint:
myPlatform << Save Interactive HTML( "https://dairygoldcloud.sharepoint.com/CI/Whole%20Milk%20SPC.htm" );
Am I missing something obvious? I'm not getting any errors back.
I have write access to the Sharepoint folder and can manually upload the file, but the file just won't save to Sharepoint via JSL script. I'm puzzled. Any help would be appreciated.