dosubot[bot] commented on issue #35137: URL: https://github.com/apache/superset/issues/35137#issuecomment-3290585020
<!-- Greeting --> Hi @anartapdigov-ux! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the superset team. <!-- Answer --> This is expected behavior in Superset 4.1.4 and recent versions: when exporting to Excel or CSV, Superset will send a ZIP file if there are multiple query results—this can happen due to things like server pagination, summary rows, or multi-table charts. The ZIP will contain one file per query result (for example, the main data and a row count or summary file). If only a single query result is produced, you'll get a plain .csv or .xlsx file instead. There is currently no configuration option to force a single file export when multiple results exist; the ZIP packaging is handled automatically by the backend and is not user-configurable. This is not considered a bug, but there are open discussions about making the export experience more intuitive for end users. If you want to avoid ZIP exports, try configuring your chart or export so that only a single query result is produced (for example, by disabling summary rows or server pagination) [reference 1](https://github.com/apache/superset/issues/32858) [reference 2](https://github.com/apache/superset/discussions/33574) [reference 3](https://github.com/apache/superset/issues/33290) <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/7145b027-ba9f-47d2-b5cd-9b168077d267?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/7145b027-ba9f-47d2-b5cd-9b168077d267?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/7145b027-ba9f-47d2-b5cd-9b168077d267?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/7145b027-ba9f-47d2-b5cd-9b168077d267?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/7145b027-ba9f-47d2-b5cd-9b168077d267?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/7145b027-ba9f-47d2-b5cd-9b168077d267?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/7145b027-ba9f-47d2-b5cd-9b168077d267?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/35137) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
