Skip to content
Advertisement

Is there a way to write to a Google docs spreadsheet from the Linux shell?

I have a cron job that exports some data to CSV every day. Is it possible to write this data directly to a Google doc (spreadsheet) from the Linux shell (Ubuntu)?

Advertisement

Answer

For that you have the Google Documents List API

Example code at Write to a Google Spreadsheet from a Python script

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement