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

otmezger picture otmezger · Dec 7, 2012 · Viewed 10.8k times · Source

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)?

Answer