37 | This sample shows how to load data from an external service using the Excel JavaScript API. This 38 | sample uses the public GitHub Search Repositories API 39 | to pull some information about public repositories on GitHub and load that information into the worksheet. 40 |
41 |42 |
Try it out
43 |44 | Enter a search keyword and optionaly, a programming language in cells, A2 and B2, and click the button to see a list of the matching public repositories on GitHub. 45 |
46 | 47 |