Is there any way to generate different type of reports such as PDF, Excel etc by programetically?

Hi Team,

I’m looking a reporting functionality in Metabase where I would like to generate a different type of reports such as PDF, Excel, CSV etc by using Metabase API in java. so is this possible in Metabase?

Hi @tejas
CSV, Excel and JSON is the current export formats. And you can use the API for that.
https://github.com/metabase/metabase/blob/master/docs/api-documentation.md#post-apicardcard-idqueryexport-format
If you want to create images or PDF, then you need to look at Puppeteer or something similar:
https://github.com/GoogleChrome/puppeteer