Über XLSX-Dateien
Excel Tabelle
Das XLSX-Format ist eine Dateispezifikation, die in verschiedenen professionellen und privaten Kontexten verwendet wird. Wandle XLSX-Dateien online und kostenlos zu anderen kompatiblen Formaten mit dem KaijuConverter um — keine Anmeldung, keine Software-Installation, sicher und privat. Die Verarbeitung erfolgt in der Cloud mit Verschlüsselung während der Übertragung und automatischer Löschung nach zwei Stunden.
Familie
Spreadsheets & Data
Erweiterung
.xlsx
MIME-Typ
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Kann verwendet werden als
WIE DAS
FORMAT XLSX ENTSTAND.
XLSX is the XML-based successor to the legacy binary .xls format that ruled business computing from 1987. Introduced with Excel 2007 as part of the Office Open XML standard, it reorganized the entire spreadsheet data model into a bundle of XML files inside a ZIP archive — each worksheet, style, formula set, and chart stored separately.
The structural change made files smaller, more robust to corruption, and far easier for third-party tools to parse. XLSX is now the world's default format for financial models, inventory lists, scientific data, and the occasional 1-million-row monster that someone really should have put in a database.
WISSENSWERTES UND
INTERESSANTE FAKTEN.
An .xlsx file is a ZIP archive — rename it to .zip and you can browse the internal XML.
Excel supports exactly 1,048,576 rows and 16,384 columns per worksheet — a 20-bit × 14-bit address space.
A single XLSX file can have many worksheets, each up to ~17 billion cells (mostly empty).
The 2010 UK population census lost 16,000 COVID cases because someone hit Excel's row limit in an XLS file.
Formulas are stored as plain text inside XML — including the cached result Excel computed last.
VORTEILE UND
EINSCHRÄNKUNGEN.
Vorteile
- Much smaller than legacy .xls files thanks to ZIP + XML.
- Human-readable structure — easy to extract data programmatically.
- Supports macros (as .xlsm variant), charts, pivot tables, conditional formatting.
- Universal support: Excel, LibreOffice, Google Sheets, Numbers, pandas.
- ISO/IEC 29500 standardized.
Einschränkungen
- Macros in .xlsm are a common malware vector — disabled by default in Office.
- 1M-row limit is a cultural problem — people put too much data in Excel.
- Subtle formula differences between Excel, LibreOffice, and Sheets.
- Large files with many formulas recalculate slowly.
Typische Dateigrößen
Small budget spreadsheet
20–80 KB
Financial model with charts
1–10 MB
Large dataset (100k rows)
10–50 MB
Enterprise model (1M+ rows)
100–500 MB
Technische Spezifikationen
- MIME type
- application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
- Container
- ZIP (Office Open XML)
- Max rows
- 1,048,576
- Max columns
- 16,384
- Released in
- Microsoft Office 2007
- Variants
- .xlsx, .xlsm (macros), .xlsb (binary)
UMWANDELN VON
XLSX
Häufige Anwendungsfälle
Financial data, business reports, data analysis, budgets.
Verwandte Formate
Beliebte Vergleiche
XLSX vs PDF
Unterschiede, Dateigröße und wann jedes Format zu wählen ist.
XLSX vs CSV
Unterschiede, Dateigröße und wann jedes Format zu wählen ist.
XLSX vs JPG
Unterschiede, Dateigröße und wann jedes Format zu wählen ist.
XLSX vs PNG
Unterschiede, Dateigröße und wann jedes Format zu wählen ist.
XLSX vs TXT
Unterschiede, Dateigröße und wann jedes Format zu wählen ist.
XLSX vs HTML
Unterschiede, Dateigröße und wann jedes Format zu wählen ist.
Beliebte XLSX-Umwandlungen
Die meistgesuchten Ziele beim Umwandeln von XLSX-Dateien.
Häufig gestellte Fragen zu XLSX
Häufig gestellte Fragen
XLSX is the default spreadsheet Format für Microsoft Excel since 2007. It is based auf dem Office öffnen XML Standard und unterstützt multiple sheets, formulas, charts, pivot tables, und conditional Formatting.
XLSX Dateien öffnen in Microsoft Excel, Google Sheets (free), LibreOffice Calc (free), und Apple Numbers. Online viewers like OneDrive und Google Drive also support them.
Use XLSX when you need Formatting, formulas, multiple sheets, oder charts. verwenden CSV für einfach tabular data that needs to be imported in databases, scripts, oder Werkzeuge that require plain text data interchange.