I have a cron job that exports some data to CSV every day. Is it possible to write this data directly to a Google document (spreadsheet) from a Linux shell (Ubuntu)?
For this, you have a Google Docs API List .
Sample code in Writing to a Google spreadsheet from a Python script