|
|
|
|
|
by cylinder714
683 days ago
|
|
This encapsulates my problem with CSVs: - If I send someone a spreadsheet, they'll open it with a spreadsheet application; Excel, LibreOffice, whatever. - If I send someone a CSV file, they'll want to open it with a text editor. Ack, no! Open it with a spreadsheet app, or load it into SQLite, or, best of all, open it with VisiData or some kind of editor designed for tabular data. https://www.visidata.org/ |
|
There's a reason so many tools export to xls instead of csv.