Posts tagged 'spreadsheet'

Updating google docs spreadsheet with POST request

Google spreadsheets has a nice ImportHtml function that can import data from a list or table within an html page retrieved using a standard GET request.

This is great for simple cases, but if the source data needs massaging or cannot be retrieved using a GET request then you'll ...