Test file · Documents
Sample workbook XLSX
Download Sample workbook XLSX (1 sheet, 6 KB) from a stable URL with verified SHA-256 for upload, MIME, playback, parser, and automation tests.
File overview
Sample workbook XLSX is a verified XLSX sample using the application/vnd.openxmlformats-officedocument.spreadsheetml.sheet MIME type. The file provides 1 sheet, occupies 6 KB, and is served from a stable public URL.
Online preview
Technical properties
File integrity
The byte size and SHA-256 value are generated from the published source file. If the file content changes, TestFiles.dev publishes a new filename and asset id instead of replacing this URL in place.
- SHA-256
7ecbbd444e4b58b5bc6d14b0a147b81f3415edd2144f1cd63b5423991136d184- Verified
- Published
Common development test cases
- Test document uploads, MIME validation, preview generation, and storage workflows.
- Validate parsers, metadata extraction, archive inspection, and download behavior.
Use this sample file in a real test
Choose the workflow that matches the failure you need to reproduce, then keep this file URL, exact byte size, and SHA-256 fixed in your test.
Recommended use
Use Sample workbook XLSX as a stable fixture for spreadsheet parsing.
Expected behavior
A conforming workflow should accept application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, preserve the published bytes, and report 1 sheet with a file size of 6 KB.
Testing notes
Check the single-sheet traits, the exact 6269 byte count, and the published SHA-256 before comparing downstream output.
Stable resource URL
https://assets.testfiles.dev/documents/sample-workbook.xlsxCopy-ready code
fetch("https://assets.testfiles.dev/documents/sample-workbook.xlsx").then((res) => res.blob())