How to programmatically export data from Smartsheet to csv?
Rahul H
✭
We are new to Smartsheet and our requirement is to programmatically export data from Smartsheet to csv using C# application. What type of license we need? Also, it would be great if you can share some documentation or steps to achieve the same.
Answers
-
To do any work with the API, you'll need a Business plan at a minimum. For C#, In the Smartsheet C# SDK, there's a method called GetSheetAsCSV, which you can call with the arguments ID and a BinaryWriter to output a CSV. You can find more here:
https://github.com/smartsheet/smartsheet-csharp-sdk/blob/mainline/smartsheet-csharp-sdk/main/Smartsheet/Api/SheetResources.cs
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives