I found several StackOverflow questions regarding how to create or edit Google Doc spreadsheets using the Google Spreadsheets API or older APIs. However, this table API seems to be part of the gdata library, which, as far as I know, is deprecated.
https://stackoverflow.com/questions/374896/ ... show how to create an empty spreadsheet using the Drive API, which seems more relevant. However, looking at the documentation and examples for this API, it looks like you can create new EMPTY files with a MIME table type. I did not find any functions to create a spreadsheet with the actual content (e.g. rows, columns, tables, etc.).
What is the current process of creating a new Google Doc spreadsheet and populating it with content? Does the drive's API have functionality that I donβt understand? Is the gdata library (or at least part of the table APIs) not completely obsolete? Is there any third approach that I skipped? I work with Java code how important this is, although I'm sure that any Python API will have the equivalent of Java.
google-spreadsheet google-drive-sdk google-docs google-spreadsheet-api google-docs-api
Steve perkins
source share