GitHub user dosubot[bot] added a comment to the discussion: Schedule exporting Execel
<!-- Answer --> I wasn't able to find specific information within the Superset repository about integrating with external scheduling tools like Airflow or Control-M for scheduling reports. However, Superset does have capabilities for exporting data as Excel files using methods like `exportXLSX`, `exportFullXLSX`, and the `exportChart` function with the `resultFormat` set to `'xlsx'` <sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/src/dashboard/components/SliceHeaderControls/types.ts)</sup><sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx)</sup>. For scheduling tasks, you might consider using Superset's built-in scheduling features with Celery, as mentioned previously. If you want to use Airflow or Control-M, you would typically need to set up a workflow in those tools that triggers Superset's API to generate and export the reports, then handle the email sending separately. This would require custom integration and scripting outside of Superset's native capabilities. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/5094bf55-50d0-470c-aef9-42ef0e6ed721?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/5094bf55-50d0-470c-aef9-42ef0e6ed721?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/5094bf55-50d0-470c-aef9-42ef0e6ed721?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/5094bf55-50d0-470c-aef9-42ef0e6ed721?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/5094bf55-50d0-470c-aef9-42ef0e6ed721?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/5094bf55-50d0-470c-aef9-42ef0e6ed721?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/5094bf55-50d0-470c-aef9-42ef0e6ed721?feedback_type=other)</sup> GitHub link: https://github.com/apache/superset/discussions/32843#discussioncomment-12628455 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
