johnkhansrc / NestGoogleSheetConnector

A Google Sheet integration for NestJs
11 stars 9 forks source link

Resolved the issue #4 #5

Closed ok-timmy closed 11 months ago

ok-timmy commented 1 year ago

I resolved issue #4 because I discovered the missing piece in the code was that we were not awaiting the range in the readCell method.

I also resolved issue #3 because I discovered that the value for valueInputOption has been updated to "USER_ENTERED" on the official google documentation.