Add ODF (.ods) support via odfpy
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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 97–2003 | `.xls` | `xlrd` |
|
||||
| Excel 2007+ | `.xlsx`, `.xlsm`, `.xlsb` | `openpyxl` |
|
||||
| OpenDocument (LibreOffice) | `.ods` | `odfpy` |
|
||||
|
||||
## Voraussetzungen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user