Mocks for google spreadsheets api

33 views Asked by At

I'm working on a project that involves storing and manipulating data in Google Sheets, and I'm looking for the best way to test it. I want to ensure that my update requests are working properly. Is it possible to mock Google Sheets and create spreadsheets locally?

The only approach I am aware of involves connecting to real Google Sheets using a testing account for testing purposes, but this can be inefficient due to network requests.

0

There are 0 answers