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

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -