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.
- Sem envio
- Sem limite de tamanho
- Sem registo
Corrompa o seu ficheiro ODS
Afinado para .ods, .fods, e funciona igualmente bem com qualquer outro formato.
Porque os ficheiros ODS são difíceis de corromper como deve ser
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.
O que esta ferramenta destrói
- 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.
O que vai ver a seguir
| Aplicação | Comportamento |
|---|---|
| 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. |
Motivos comuns para fazer isto
- 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.
Como corromper um ficheiro ODS
- Largue o seu ficheiro .ods na caixa acima, ou clique para procurar.
- Deixe o nível em Standard, a menos que queira dano parcial (Light) ou precise de derrotar software de recuperação (Heavy).
- Prima Corromper ficheiro. O processamento decorre no seu dispositivo, por isso termina quase de imediato.
- Transfira o resultado. Por predefinição mantém o nome de ficheiro e o comprimento em bytes originais.
Perguntas frequentes sobre 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.