Is there a way to automate the process of creating a chart within a google doc from a .NET application.
The workflow I'm looking for is...
- Create Excel Document.
- Upload to Google Docs.
- Create charts on the spreadsheet. (Can't figure this out.)
- Publish using ACLs. (bonus)
I'm not sure if I'm supposed to use the Google Chart API for this or pure Spreadsheet API.
I'm using the GData .NET client library.