XLSX · Бесплатно · На устройстве

Corrupt an Excel Spreadsheet Online

Corrupt an Excel spreadsheet (.xlsx or .xls) online for free. Client-side XLSX corrupter that breaks the workbook package so Excel cannot repair it.

  • Без загрузки на сервер
  • Без ограничения размера
  • Без регистрации

Испортите свой файл Excel

Настроено под .xlsx, .xls, .xlsm, и так же работает с любым другим форматом.

100% на устройстве
Перетащите файлы сюда или выберите Любой формат, любой размер, несколько файлов сразу
Уровень порчи

Выполняется…0%
Готово к загрузке

Почему файлы Excel трудно испортить как следует

An .xlsx workbook is a ZIP archive of XML parts: worksheets, a shared string table, styles, relationships. Excel is unusually good at recovering from partial damage, so a handful of random flips normally produces a workbook that opens with a warning and all the data intact. To make it genuinely unreadable, the archive itself has to go.

Что разрушает этот инструмент

  • ZIP entry headers. Every local file header inside the package is destroyed, including xl/workbook.xml and each worksheet part.
  • Central directory and EOCD. The archive index and its terminating record are overwritten, so the file no longer registers as a ZIP container.
  • Relationship parts. The _rels entries binding worksheets to the workbook are caught by the same pass.
  • Legacy .xls. Older BIFF workbooks are handled through their OLE compound header and FAT sector map.

Что вы увидите после

ПриложениеПоведение
Microsoft Excel"Excel cannot open the file because the file format or file extension is not valid."
Google SheetsImport fails with an unsupported-file error.
Numbers on macOSRefuses to import the workbook.
pandas / openpyxlRaises BadZipFile, useful for testing error handling in data pipelines.

Частые причины это сделать

  • Testing an ETL job that ingests spreadsheets and must not crash on bad input.
  • Confirming a finance or reporting tool shows a message rather than a stack trace.
  • Generating malformed workbooks for an automated test suite.
  • Demonstrating why version history and backups matter during training.

Как испортить файл Excel

  1. Перетащите файл .xlsx в поле выше или нажмите, чтобы выбрать.
  2. Оставьте уровень Standard, если вам не нужно частичное повреждение (Light) или победа над программами восстановления (Heavy).
  3. Нажмите Испортить файл. Обработка идёт на вашем устройстве, поэтому заканчивается почти мгновенно.
  4. Скачайте результат. По умолчанию он сохраняет исходное имя файла и длину в байтах.

Вопросы о Excel

Will Excel offer to recover the workbook?

It may offer, but recovery fails at Standard level and above. The container index is destroyed, so Excel cannot locate a single worksheet part to salvage.

Does it work on macro-enabled files (.xlsm)?

Yes. .xlsm uses the same package format as .xlsx and is handled identically.

What about CSV files?

CSV is plain text, so the engine switches to injecting invalid UTF-8 sequences throughout. Use the dedicated CSV corrupter for that.

Is there a file size limit?

None imposed by us. Processing runs in slices, so large workbooks are handled without exhausting memory.

Пользуйтесь ответственно. Files Corrupter создан для тестирования ПО, контроля качества, исследований, обучения и преподавания. Сдача намеренно испорченного файла, чтобы выдать работу за выполненную, может нарушать правила вашего учебного заведения или работодателя. Вы отвечаете за то, как используете результат. Смотрите наш отказ от ответственности.

Другие инструменты для documents

Все инструменты порчи файлов