Using promises for mulitple queries to Google sheets
问题 I'm a beginner coder, and would like some help with speeding up my Google sheet queries. I have looked around a lot and cannot find a solution. I'm trying to run 25 queries to a Google sheet quickly, and this is how I'm trying it: Run a query to a Google sheet. Push the result to an array. Run a different query. Push the result to the same array. Run the next query... x 25. Draw a table of the final result. The problem is that if I run the quires one by one they take 25 seconds to complete.