{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.070Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"xlsx-to-json","name":"XLSX to JSON","url":"https://toolsly.tools/xlsx-to-json"},{"slug":"json-to-csv","name":"JSON to CSV","url":"https://toolsly.tools/json-to-csv"},{"slug":"json-to-yaml","name":"JSON to YAML","url":"https://toolsly.tools/json-to-yaml"},{"slug":"json-to-xml","name":"JSON to XML","url":"https://toolsly.tools/json-to-xml"},{"slug":"json-to-html","name":"JSON to HTML","url":"https://toolsly.tools/json-to-html"},{"slug":"csv-to-xlsx","name":"CSV to XLSX","url":"https://toolsly.tools/csv-to-xlsx"},{"slug":"csv-to-json","name":"CSV to JSON","url":"https://toolsly.tools/csv-to-json"},{"slug":"yaml-to-json","name":"YAML to JSON","url":"https://toolsly.tools/yaml-to-json"}],"kind":"converter","slug":"json-to-xlsx","name":"JSON to XLSX","description":"Convert a JSON file into an Excel .xlsx workbook — free online, no upload.","longDescription":"Drop in (or paste) a .json file and download a real Excel .xlsx workbook. An array of flat objects becomes a sheet whose headers are the union of object keys (one row per object). An array of arrays becomes a sheet whose rows are the inner arrays — the first inner array is treated as a header row when the option is on. A single object is automatically wrapped in a one-element array. Conversion runs entirely in your browser — your data never leaves your device.","category":"document","categoryName":"Document","keywords":["json to xlsx","json to xlsx online","json to xlsx converter","json to xlsx free","json to excel","json to excel online","json to excel converter","convert json to xlsx","convert json to excel","json array to excel","json to spreadsheet","json to xls"],"url":"https://toolsly.tools/json-to-xlsx","runsOn":"client","multiple":false,"batch":false,"input":{"type":"file","extensions":[".json"],"mimeTypes":["application/json","text/json","text/plain",""]},"output":{"type":"file","extension":".xlsx","mimeType":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"},"options":[{"type":"boolean","key":"header","label":"First row is a header","defaultValue":true,"help":"Only used when the JSON is an array of arrays. When on, the first inner array becomes the header row."}],"invocation":{"webUi":"https://toolsly.tools/json-to-xlsx","api":null,"notes":"Currently runs client-side in the user's browser. Drop a file on the UI at `webUi` and download the converted result. A remote MCP/REST API is planned."}}