turbot / steampipe-plugin-googlesheets

Use SQL to instantly query spreadsheets, sheets, and cell data from Google Sheets. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/googlesheets
Apache License 2.0
31 stars 0 forks source link

Recompile plugin with Go version 1.17 #11

Closed misraved closed 2 years ago

misraved commented 2 years ago

Example query results

Results ``` select title from googlesheets_sheet; +-----------+ | title | +-----------+ | Employees | | Students | | Marks | | Books | | Dashboard | +-----------+ ```