Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excel-Export: Upgrade to .xlsx #6172

Open
Westedt opened this issue Aug 7, 2024 · 2 comments · May be fixed by #6174
Open

Excel-Export: Upgrade to .xlsx #6172

Westedt opened this issue Aug 7, 2024 · 2 comments · May be fixed by #6174
Labels

Comments

@Westedt
Copy link

Westedt commented Aug 7, 2024

Über die Vorgangsliste lässt sich über „Aktionen“ eine Excel-Liste mit bestimmten statistischen Daten exportieren. Es wird auch in 3.x noch immer .xls erzeugt, was bedeutet, dass nach dem Download erstmal in .xlsx konvertiert werden muss, wenn man mit der Datei vernünftig weiterarbeiten möchte. Kann das Ausgabe-Format an dieser Stelle konfiguriert werden? Schön wäre ein „Upgrade“ auf .xlsx oder auch gerne .csv.

An Excel list with certain statistical data can be exported via the process list using "Actions". It is still generated in .xls in 3.x, which means that after the download it must first be converted to .xlsx, if one wants to continue working with the file properly. Can the output format be configured at this point? An "upgrade" to .xlsx or even .csv would be nice.

excel

@Westedt Westedt added the feature label Aug 7, 2024
@stweil
Copy link
Member

stweil commented Aug 7, 2024

Es müsste noch eine weitere Stelle ("Suchergebnisse") geben, die ebenfalls Excel- und PDF-Export anbietet und die den gleichen Java-Code (Kitodo/src/main/java/org/kitodo/production/services/data/ProcessService.java) verwendet.

Bietet der Excel-Export Vorteile gegenüber einem reinen CSV-Export? Falls ja, könnte man vielleicht CSV zusätzlich anbieten. Falls nein, wäre CSV für mich ausreichend.

@Westedt
Copy link
Author

Westedt commented Aug 7, 2024

Für uns wäre .csv auch absolut ausreichend und eine deutliche Verbesserung zum Ist-Stand.

@BartChris BartChris linked a pull request Aug 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants