Formattatori e Codice
Convertitore da JSON a Excel
Convertitore gratuito da JSON a Excel. Converti un array JSON di oggetti direttamente in un file .xlsx scaricabile con colonne mappate automaticamente. Nessuna registrazione, basato su browser.
Input
Result
Excel file will be downloaded automatically.
Nota dell'editore
Understanding · Trees into worksheets.
Questo capitolo approfondito è attualmente disponibile solo in inglese. Lo strumento di conversione qui sopra funziona nella tua lingua; il lungo articolo esplicativo non è stato ancora tradotto.
Domande frequenti
Quick answers.
›What JSON shape is required?
A JSON array of flat objects, e.g. [{"name":"Ada","age":30},{"name":"Linus","age":33}]. Nested objects are flattened or stringified.
›Are nested objects supported?
Yes — nested objects are stringified into a single cell. For deep nesting, flatten your data first.
›Is my JSON uploaded?
No — conversion runs entirely in your browser, even the .xlsx generation.
›Can I customise columns?
Currently we use the first row's keys to determine columns. For custom column mapping, pre-process your JSON first.
›Is the converter free?
Yes — fully free, no signup.
Le persone cercano anche
Strumenti correlati
More in this room.
- Convertitore da CSV a JSONTrasforma istantaneamente i fogli di calcolo in array JSON.
- Convertitore da JSON a XMLConverte JSON in XML pulito e ben formato.
- Convertitore da YAML a JSONConverti YAML in JSON — istantaneo, solo browser.
- Convertitore TOML ⇄ JSONConverti tra TOML e JSON — in entrambe le direzioni.
- Convertitore INI ⇄ JSONConverti file di configurazione INI in JSON e viceversa.
- Convertitore Schema SQL → NoSQLTrasforma un CREATE TABLE in una struttura di documento JSON.