Test files › Office documents › spreadsheet.xlsx
Sample XLSX file
Excel workbook with a header row, data rows, and a live SUM formula.
↓ Download spreadsheet.xlsx| Filename | spreadsheet.xlsx |
| Format | XLSX |
| Size | 1.7 KB (1,726 bytes) |
| MIME type | application/octet-stream |
| SHA-256 | ad3641fda07651acf26ca9bbaea3d2ad56358ae560768524b2d4d3b5b3310dae |
What this file catchesA minimal but valid XLSX built from source as a ZIP of XML parts. Opens in the corresponding application; use it to exercise upload, parsing and preview without shipping a real document. The formula cell (with a cached value) catches importers that read <v> but ignore <f>, or vice versa.
Download & verify
curl -fsSL -o "spreadsheet.xlsx" "https://files.hexaqa.com/office/spreadsheet.xlsx"
curl -fsSL "https://files.hexaqa.com/office/spreadsheet.xlsx" | sha256sum
# expect: ad3641fda07651acf26ca9bbaea3d2ad56358ae560768524b2d4d3b5b3310dae