Excel export - Permissions

Is there a feature to block the option to export the data to excel file?

Hi @icapetti
Why would you want to block XLSX, but not block CSV/JSON export?
There’s not such function builtin to Metabase, but it would be possible to do with a reverse-proxy by blocking POST requests to /api/dataset/xlsx and /api/card/<QUESTION-ID>/query/xlsx

Hi, thanks for your answer. I would like to block any data export: xls, csv, json…

@icapetti Well, then you would block those URLs with a reverse-proxy for all export types.