Skip to content

Instantly share code, notes, and snippets.

@brucemcpherson
Created August 16, 2012 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brucemcpherson/3369799 to your computer and use it in GitHub Desktop.
Save brucemcpherson/3369799 to your computer and use it in GitHub Desktop.
rest Excel/GAS library entries for uk postcodes
You can download cDataSet.xlsm from
http://ramblings.mcpher.com/Home/excelquirks/json/rest
The Google Apps script version is here
https://docs.google.com/spreadsheet/ccc?key=0At2ExLh4POiZdFAzUElyTGNQLW90aEFKeHhJZDR1WWc
(requires in mcpher library - GAS key MEQ3tE5y5_cTOAgUbUKSIAiz3TLx7pV4j
- details at https://gist.github.com/3358690)
// GAS uk postcode rest library
// test
function testUkPostcodes() {
mcpher.generalDataSetQuery ("uk postcodes", "uk postcodes", "postcode");
}
' VBA uk postcode rest library
' test
Public Sub testUkPostcodes()
generalDataSetQuery "uk postcodes", "uk postcodes", "postcode"
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment