Add ODF (.ods) support via odfpy

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-13 11:48:03 +02:00
parent a0be34f66e
commit 2d9bce014f
4 changed files with 33 additions and 3 deletions
+9 -1
View File
@@ -1,6 +1,14 @@
# excel-import
Generisches Kommandozeilen-Tool zum Import von Excel-Dateien (`.xls` und `.xlsx`) in Oracle- und PostgreSQL-Datenbanken.
Generisches Kommandozeilen-Tool zum Import von Tabellendateien in Oracle- und PostgreSQL-Datenbanken.
Unterstützte Formate:
| Format | Endung | Paket |
|--------|--------|-------|
| Excel 972003 | `.xls` | `xlrd` |
| Excel 2007+ | `.xlsx`, `.xlsm`, `.xlsb` | `openpyxl` |
| OpenDocument (LibreOffice) | `.ods` | `odfpy` |
## Voraussetzungen