cube-js / cube

📊 Cube — The Semantic Layer for Building Data Applications
https://cube.dev
Other
17.76k stars 1.76k forks source link

Gsheet Add-On for Cube #6387

Open chaos87 opened 1 year ago

chaos87 commented 1 year ago

A lot of Cube users would like to be able to use Cube from within Gsheets

The idea is to be able to design, edit, save and run a query as well as get the resultset inside of a chosen tab of your currently opened Google spreadsheet.

The solution could be a workspace add-on that users could install on their Google account/Gsuite workspace environment https://developers.google.com/apps-script/add-ons/editors/sheets

(Note that we could make the add-on easily findable on Google Workspace Marketplace)

This ticket should help get requirements for such a functionality to work.

paveltiunov commented 1 year ago

@chaos87 It's on our roadmap. As a workaround, https://skyvia.com/ can be used to get data out of Cube using SQL API.