Get data from Google Sheets without Sheets API
问题 I have created an app (React Native) where I am required to show the responses of a google form, so I created the Responses Sheet. Though Sheets API would be the best solution, I do not wish to use it (unless there is no other choice). Is there a way to get the data (csv/json/arrays?/anything else) from the sheet without using Google API? I only want the values from the cells, nothing else. Notes: I want to parse the data in JavaScript. 回答1: I believe your goal as follows. You want to