Forum Discussion
TJCooper440
Jan 03, 2023Copper Contributor
Export documents to Teams
I want to schedule the export of a spreadsheet to teams automatically. The program that generates this spreadsheet has the function to schedule an export to a UNC. Is there a way to export to a team'...
rachelgomez161999
Jan 03, 2023Iron Contributor
To export content from the built-in wiki, follow these steps: Open your SharePoint site. Go to the “Files” tab in your MS Teams channel, click the ellipses “...” dropdown menu next to “Add cloud storage” and then “Open in SharePoint.” Navigate to the “Teams Wiki Data” directory by selecting “Site contents.”
Regards,
Rachel Gomez
Regards,
Rachel Gomez
- TJCooper440Jan 04, 2023Copper ContributorI want to do the opposite. I want to put content programmatically into teams.
- Jan 04, 2023Then you can write some PowerShell/Code to made the job...in the end Teams uses SharePoint as storage. You can found for sure some samples over the Internet that shows how to do it
- Jan 04, 2023Hi,
Don't believe there is a way to schedule that export unless the program you are using has the capability builtin...can you share what program are you using?- TJCooper440Jan 04, 2023Copper Contributor
The program is manageengine. If it can't be done that is unfortunate and another limitation of the cloud.
- StevenC365Jan 04, 2023MVP
TJCooper440 You need something to copy files from a UNC path to SharePoint (as thats where Teams stores files) that you can schedule. There are lots of different ways to script this, like this one using the SharePoint PNP CLI Upload local files and folders to SharePoint Online - CLI for Microsoft 365 (pnp.github.io)