brimdata / super

A novel data lake based on super-structured data
https://zed.brimdata.io/
BSD 3-Clause "New" or "Revised" License
1.39k stars 64 forks source link

Export in Excel format #4275

Open philrz opened 1 year ago

philrz commented 1 year ago

A community zync user recently inquired:

It would be nice to have a true Excel export, not only CSV.

A web search finds Excelize, a Go library for reading and writing Excel files that could possibly be used. There may be other options out there as well.

If we should add this to Zed, a follow-on effort would be to add it in the app as well.

philrz commented 6 months ago

While support for "true Excel" (e.g., .XLSX) is not there yet, note that the TSV support shown in #4746 does provide an easier way to bring data between Zed/Zui and Excel (and/or Google Sheets).