Test Files That Actually Work
Realistic test files for upload testing and CI/CD pipelines. No Lorem Ipsum garbage.
Excel (XLSX)
Formatted spreadsheets
A B C
id name email
1 John j@...
CSV
Comma-separated values
JSON
Structured data
{
"id": 1,
"name": "John",
"email": "j@..."
}