XLSX Sample File for Security Scanning

Exercise malware scanning, file-policy checks, and quarantine flows with deterministic fixtures.

Recommended Starter File

Filename xlsx_inventory_two_sheet_sample.xlsx
Size 3.1 KB
MIME application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
SHA256 23ec535664cc82a4a24b65c417ec3f6392d7a3cee9062fc50de5be537a072aab

Validation Checklist

  • Validate AV and policy-engine verdict handling.
  • Confirm blocked-file messaging and audit logging.
  • Test quarantine and release workflows.

Additional XLSX Fixtures

Filename Size MIME Pobierz
xlsx_wide_table_sample.xlsx 3.0 KB application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Pobierz
xlsx_monthly_budget_sample.xlsx 2.8 KB application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Pobierz
xlsx_formula_recalc_sample.xlsx 2.8 KB application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Pobierz

Implementation Guides

API Error Taxonomy for File Pipelines

Define stable, actionable error classes for upload and processing APIs.

Read Guide

Case Study: CSV Parser Failure on Malformed Quotes

A parser reliability incident that exposed brittle assumptions in CSV ingestion and schema validation.

Read Guide

Case Study: MIME Mismatch Blocking Legitimate Uploads

A production-style incident where strict type checks rejected real user files and how policy was corrected.

Read Guide

Checksum Integrity Workflows

Use SHA256 manifests to guarantee fixture integrity in CI and production pipelines.

Read Guide