Hello,
My company is moving towards using Microsoft Sharepoint/Teams for file sharing. Historically, I export xlsx files (usually raw data or data that's been wrangeled) from STATA to a shared drive that my coworkers can access. I pull data using a do file (making it a repeatable process as I have many perenial data requests) from SSMS via ODBC connection. I'm wondering if it's possible to export from STATA to a Sharepoint xlsx file that will automatically update in Teams. Is anyone aware of how to do this? When I export to a shared drive, I use sheetreplace to overwrite the previous xlsx file with new data. I can hardcode the file path in the do file which makes the process extremely efficient. However, I have not been able to figure out how to do so to Sharepoint. Any help would be much appreciated.
My company is moving towards using Microsoft Sharepoint/Teams for file sharing. Historically, I export xlsx files (usually raw data or data that's been wrangeled) from STATA to a shared drive that my coworkers can access. I pull data using a do file (making it a repeatable process as I have many perenial data requests) from SSMS via ODBC connection. I'm wondering if it's possible to export from STATA to a Sharepoint xlsx file that will automatically update in Teams. Is anyone aware of how to do this? When I export to a shared drive, I use sheetreplace to overwrite the previous xlsx file with new data. I can hardcode the file path in the do file which makes the process extremely efficient. However, I have not been able to figure out how to do so to Sharepoint. Any help would be much appreciated.
Comment