Charts created with the Charts service can be added to a UiApp or downloaded as blob:
https://developers.google.com/apps-script/class_chart Claudio On Tue, May 29, 2012 at 10:55 AM, Marco Desira <[email protected]>wrote: > Hi Claudio > > Thanks, I will try it out, but can I use Charts service to embed a chart > in a Google spreadhseet? > > Marco > > > On Tuesday, 29 May 2012 19:39:39 UTC+2, Claudio Cherubino wrote: > >> Hi Marco, >> >> The two APIs you mentioned do not allow to programmatically create charts. >> A possible solution is to use Apps Script: >> >> https://developers.google.com/**apps-script/service_charts<https://developers.google.com/apps-script/service_charts> >> >> Claudio >> >> >> On Tue, May 29, 2012 at 10:32 AM, Marco Desira wrote: >> >>> I am coding a .NET module which creates spreadsheets in Google >>> Docs/Drive. >>> I am using a combination of Google Spreadsheets API version 3.0 and >>> Google Documents List API version 3.0. >>> >>> I now need to add charts to the spreadsheets. >>> I need to create the charts programatically. >>> >>> I cannot find refernence to creating charts in the 2 APIs mentioned >>> above. >>> >>> Can somebody point me in the right direction? >>> >>> Many thanks >>> >>> >> >>
