java - Is it possible to import an excel file to smartsheet API? -
are there functions or methods in smartsheet api 1.1 allow create new sheet or update existing sheet based on csv or xml file?
at time smartsheet api not have method import csv or xml file.
however, can import csv in smartsheet application. more info here
also, can use java library read csv or xml file , issue appropriate api calls create new sheet , insert rows. can done more efficiently using 2.0 version of smartsheet api.
Comments
Post a Comment