Created
August 16, 2012 12:26
-
-
Save brucemcpherson/3369799 to your computer and use it in GitHub Desktop.
rest Excel/GAS library entries for uk postcodes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// GAS uk postcode rest library | |
// test | |
function testUkPostcodes() { | |
mcpher.generalDataSetQuery ("uk postcodes", "uk postcodes", "postcode"); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
' 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