SmartSheets
There is an included SmartSheets downloader for pulling data from SmartSheets.
The AccessToken
is found in your API credentials.
long longSheetID = 12345678;
using MemoryStream smData = SmartSheetClient.GetSheetAsCSV("AccessToken", longSheetID);
CSVReader.ToDataTable(smData);
Last updated