evidence-dev / evidence

Business intelligence as code: build fast, interactive data visualizations in pure SQL and markdown
https://evidence.dev
MIT License
3.77k stars 184 forks source link

Option to download as .xlsx #2023

Open smilingthax opened 1 month ago

smilingthax commented 1 month ago

Feature Description

Currently, the data Downloads links produce CSV files. It would be nice to be able to download Excel (XLSX) files.

Goal of Feature

Customers could directly use the downloaded data without having to go through CSV import settings in Excel.

Current Solution / Workarounds

Either educate the customer to work with CSV files, or send them (e.g. per Email) Excel files that we generate for them by opening the CSV in Excel and saving it as XLSX.

Alternatives

Some server-side service that could generate XLSX for a given Dataset?

mcrascal commented 1 month ago

Doesn't excel open .csv files natively on windows?

I don't have a PC with the office suite handy, but as far as I recall you could double click a csv file and it would open it in excel.

smilingthax commented 1 month ago

AFAIUI, the request came up because of the User Experience, not the general ability to load CSV.

As our customers are generally not very tech-savy, XLSX files result in a much better experience.