I have a dashboard with 3 tables and I want to export these table structure with data to an excel sheet. Please let me know how can we achieve this or is there any plugin for this. I am using Grafana 6.1.6 on windows machine.
@mattabrams As a workaround I am extracting the queries from the dashboard’s JSON definition and ran them directly from the python script, which then assembled the results into an excel. But it will be a nice feature if Grafana has HTTP API endpoint.