Google Sheets API in Angular
问题 I am trying to find how to use the Google Sheets API in Angular. There is no reference to Angular on the documentation page. I have tried this and it doesn't seem to be working. Can someone direct me on how I can use the Google Sheets API inside of my Angular application? I am currently using Angular 8 回答1: I made an Angular library exactly for this use case! With ng-google-sheets-db you can load data from Google Sheets in a breeze. You may check out the Stackblitz example app. Installation