# Export to CSV, JSON and XLSX from the Neon console

DevFeed: [Export to CSV, JSON and XLSX from the Neon console](<https://devfeed.tech/articles/export-to-csv-json-and-xlsx-from-the-neon-console-5266.md>)

Original publisher: [Read original article](<https://neon.com/blog/export-to-csv-json-and-xlsx-from-the-neon-console>)

Author: George MacKerron

Published: 2024-05-16T18:05:11Z

Content type: release

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [CSV](<https://devfeed.tech/topics/csv.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [json](<https://devfeed.tech/tags/json.md>), [npm-packages](<https://devfeed.tech/tags/npm-packages.md>), [product](<https://devfeed.tech/tags/product.md>), [sql](<https://devfeed.tech/tags/sql.md>)

## AI overview

Neon's SQL Editor now exports query-result tables as CSV, JSON, and XLSX. The article outlines the client-side JavaScript implementation and the motivation for producing Excel-ready files.

## Source excerpt

After spending a bit of time with Neon's SQL Editor making \d and friends work, there were a couple of other things I wanted to bring to it, both related to the query results. The first was a simple expand-to-window control for the results pane, to get a better and less cramped l...