a-marenkov / gsheets

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

Creating new sheets #9

Closed piecubed closed 4 years ago

piecubed commented 4 years ago

Looks like the gsheets API has support for making new spreadsheets, but I'm not seeing any way to do this with this library. Is this an upstream issue in the googleapis package?

piecubed commented 4 years ago

Peeked in googleapis, looks like it can be added here. AddSheetRequest

piecubed commented 4 years ago

10