turbot / steampipe-plugin-googlesheets

Use SQL to instantly query spreadsheets, sheets, and cell data from Google Sheets. Open source CLI. No DB required.

Home Page:https://hub.steampipe.io/plugins/turbot/googlesheets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add table googlesheets_comment

cbruno10 opened this issue · comments

You can currently get comments through the https://developers.google.com/drive/api/v2/reference/comments/list?apix_params=%7B%22fileId%22%3A%221xwxQLmNdLBFvIcPf-8c5MJB3K8A9YTCu96OWoFwrKKE%22%2C%22includeDeleted%22%3Afalse%7D, but there's no way to tie it back to a specific cell in a sheet that I can find at the moment.

There is the anchor field that has data like:

"anchor": {
	"type": "workbook - range",
	"uid ": 0,
	"range ": "424925224"
}

But I'm not sure what range ties back to.

'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.'

'This issue was closed because it has been stalled for 90 days with no activity.'