A plugin imports google spreadsheet data into the wordpress post using shortcode.
You have to provide username/password in the plugin file (index.php) to access
the google spreadsheet.
Use the short code
[gdata sheet="sheeturl" workbook="workbookname"]
Example:
[gdata_import sheet="
https://spreadsheets.google.com/feeds/spreadsheets/0ApI94evITOwNdGdvNC1UdkhDT2NaT1hDRGpCN0VBQ2c" worksheet="Sheet1"]
1.0
First version.