kitodo / kitodo-production

Kitodo.Production is a workflow management tool for mass digitization and is part of the Kitodo Digital Library Suite.
http://www.kitodo.org/software/kitodoproduction/
GNU General Public License v3.0
62 stars 63 forks source link

Excel-Export: Upgrade to .xlsx #6172

Open Westedt opened 1 month ago

Westedt commented 1 month ago

Ü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

stweil commented 1 month ago

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 commented 1 month ago

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