Reputation: 1
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
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