For the complete documentation index, see llms.txt. This page is also available as Markdown.

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