Getting data from Google Docs to Excel

In various posts I have covered ways to get data in and out of Excel and other PC based systems. The latest capability I have looked at is being able to get data live into Excel from Google Docs.

Google uses the ‘Wire Protocol’ to exchange data between gadgets, Google Docs etc. Read here for an implementation of Wire Protocol for Excel to get data from Google Docs into Excel.
As usual you can download all you need to implement this capability in your own workbooks.
Bruce
About brucemcp 225 Articles
I am a Google Developer Expert and decided to investigate Google Apps Script in my spare time. The more I investigated the more content I created so this site is extremely rich. Now, in 2019, a lot of things have disappeared or don’t work anymore due to Google having retired some stuff. I am however leaving things as is and where I came across some deprecated stuff, I have indicated it. I decided to write a book about it and to also create videos to teach developers who want to learn Google Apps Script. If you find the material contained in this site useful, you can support me by buying my books and or videos.

1 Comment

  1. Looks like Google have just tweaked their wire protocol a little to be more jSON friendly – specifically the key/value pairs now have a quoted keys – so for example what used to say table:[ now says "table":[ .

    I modified the cDataSet downloadable example file today that is the subject of this article to work with this new Google wire format.

    https://ramblings.mcpher.com/Home/excelquirks/downloadlist

    Bruce

Comments are closed.