Example PHP Array Format
[
[
"name" => "Alice Johnson",
"department" => "Engineering",
"salary" => 75000,
"active" => true
],
[
"name" => "Bob Smith",
"department" => "Marketing",
"salary" => 65000,
"active" => false
]
]Paste similar PHP array structure above and convert instantly!
Instant Conversion
No waiting, no processing delays - convert your PHP arrays immediately
Associative Arrays
Full support for PHP associative arrays and nested structures
Multiple Formats
Export to both CSV and Excel (.xlsx) formats
Completely Private
Your PHP code is processed entirely in your browser
Frequently Asked Questions
- How do I convert a PHP array to CSV or Excel?
- Paste your PHP array into the box, click 'Download CSV' or 'Download Excel', and ShipSheets will do the rest in your browser.
- Are PHP associative arrays supported?
- Yes. You can paste a list of associative arrays, e.g. [['name' => 'Alice'], ['name' => 'Bob']]. Nested arrays/objects appear as JSON in the spreadsheet.
- Is my code uploaded or stored?
- No. Everything is processed in your browser. Your code never leaves your computer.