a-marenkov / gsheets

A Dart library for working with Google Sheets API.
Other
78 stars 31 forks source link

How do you get a response to confirm if data has been inserted? #88

Open KimAloy opened 1 year ago

KimAloy commented 1 year ago

Can you get a status code or response to confirm if a row has successfully been inserted in the worksheet?

a-marenkov commented 1 year ago

Hi @KimAloy

There is no way to provide with status code right now and it'd be a breaking change

BTW if insert method does not throw exception and returns true you can expect operation as successful