Lilian.lo
Lilian.lo

Reputation: 1

Smartsheet API - how to populate excel data to specific fields in a smartsheet

I'd like to extract data from excel and copy to specific fields in a smartsheet. And I'm Novice in Smartsheet API. I'd like to know how it works between Excel and Smartsheet.

Upvotes: 0

Views: 704

Answers (1)

Joseph
Joseph

Reputation: 41

The Smartsheet API uses widely accepted standards, including REST for access, JSON format for the data.

To get started, I'd suggest taking a look at our API documentation. We have code samples available in a number of languages. As far as Excel is concerned, we don't currently offer support for extracting data from Excel. However, our documentation should cover extracting/inputting data into Smartsheet.

If you have any questions on our API, you can also reach out to [email protected] with any questions.

Upvotes: 2

Related Questions