Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Ability to export data as excel or csv #313

@chriddyp

Description

@chriddyp
  • 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).

Metadata

Metadata

Assignees

Labels

dash-meta-sponsoredDevelopment that has been sponsored by an organization https://plot.ly/products/consulting-and-oem/dash-type-enhancementNew feature or requestsize: 8

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions