You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
For Excel files, only XLSX (not XLS) will be supported
Only the data will be exported, formatting will not be exported
The export will include the data in the current view. For example, if columns are hidden, sorted, or filtered, then the exported file will display the current view.
Export will not protect users from “CSV Injection” attacks (https://www.owasp.org/index.php/CSV_Injection)
Exporting Excel files may require a large 3rd party open source library. This library is too large to include in the default version of dash-table, so we will need to engineer dynamic JavaScript module loading as part of this requirement.
We will consider the UI for this feature in a separate issue (we need to design a UI needs encompasses all of the new features that we're adding).