Year: 2008

Scraping Wikipedia tables with Google Spreadsheets

Fitting in nicely with the discussion on pulling financial data into Google Spreadsheets, the OUseful blog recently demonstrated another Spreadsheet data import function, importHTML(), which allows you to easily link an external HTML table to your workbook. The Google spreadsheet function =importHTML(“”,”table”,N) will scrape a table from an HMTL web page into a Google spreadsheet. […]