jellyfin / jellyfin-plugin-reports

Reports Plugin for Jellyfin
https://jellyfin.org
MIT License
30 stars 19 forks source link

Excel export produces security warning from Excel #64

Open unikitty37 opened 2 years ago

unikitty37 commented 2 years ago

The XLS export button actually produces an HTML file with a .xls extension. This produces the following warning when loading into Excel:

image

While the file itself is safe to open, and can be saved as a normal Excel file, it would be better for the plugin to actually output a genuine .xls file, and to maybe have an HTML export button that could use the existing table generation code.

Failing that, an easier fix might be to have a note in the UI that Excel will give this warning, and that it's safe to allow the file to open 😀