Corrupt an ODS File Online
Corrupt an OpenDocument Spreadsheet (.ods) file online for free. Breaks the ODF package so LibreOffice Calc cannot open or recover the workbook.
- Kein Upload
- Keine Größenbegrenzung
- Keine Anmeldung
Beschädigen Sie Ihre ODS-Datei
Abgestimmt auf .ods, .fods, funktioniert aber ebenso mit jedem anderen Format.
Warum sich ODS-Dateien nur schwer richtig beschädigen lassen
An .ods spreadsheet stores every sheet, formula and cell style inside a single ZIP package. Because formulas are stored as text in content.xml, scattered damage often leaves a workbook that opens with a few broken cells, which is not the same as a broken file.
Was dieses Werkzeug zerstört
- The package index. Local file headers, the central directory and the EOCD record are destroyed, so the archive cannot be enumerated.
- content.xml. The part holding every sheet, cell value and formula loses its entry header.
- The mimetype entry. ODF's uncompressed mimetype marker is overwritten, defeating format detection.
- Cached values. Entropy scattered through the compressed body destroys the cached results stored alongside each formula.
Was Sie danach sehen
| Anwendung | Verhalten |
|---|---|
| LibreOffice Calc | "The file is corrupt and therefore cannot be opened." |
| Microsoft Excel | Rejects the ODF import filter as invalid. |
| Google Sheets | Import fails with an unsupported-file error. |
Python odfpy / pandas | Raises a ZIP error when the package is read. |
Häufige Gründe dafür
- Testing a data pipeline that accepts OpenDocument spreadsheets.
- Verifying a finance tool reports import failures clearly.
- Generating malformed ODF workbooks for a regression suite.
- Rehearsing a restore from backup after spreadsheet corruption.
So beschädigen Sie eine ODS-Datei
- Ziehen Sie Ihre .ods-Datei in das Feld oben, oder klicken Sie zum Auswählen.
- Belassen Sie die Stufe auf Standard, sofern Sie nicht nur teilweisen Schaden wollen (Light) oder Wiederherstellungssoftware überwinden müssen (Heavy).
- Klicken Sie auf Datei beschädigen. Die Verarbeitung läuft auf Ihrem Gerät und ist daher fast sofort fertig.
- Laden Sie das Ergebnis herunter. Standardmäßig behält es den ursprünglichen Dateinamen und die Byte-Länge.
Häufige Fragen zu ODS
Will Calc recover any of the sheets?
No. Sheet data lives in content.xml inside the package; once the archive index is destroyed there is no way to reach it.
Does it also work on .xlsx?
Yes, though the dedicated Excel corrupter describes that format in detail.
Are formulas destroyed as well as values?
Yes. Both the formula text and the cached result live inside the same compressed part.
Can I keep the file size identical?
Yes. That is the default. The output is byte-for-byte the same length as the original.