views:

271

answers:

0

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...

  1. Create Excel Document.
  2. Upload to Google Docs.
  3. Create charts on the spreadsheet. (Can't figure this out.)
  4. 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.

http://code.google.com/p/google-gdata/