No shaving off leading zeroes, no assuming I want a formula unless I explicitly prepend the cell with an = (or whatever the syntax is). If I want a string that starts with a hyphen, it’s just a string that starts with a hyphen. If I open a CSV or TSV file and save a copy without doing anything to it, it should be identical to the original down to hashing the same.
But I’d also like the nice auto-filtering capabilities that excel has, where there’s a dropdown on each column for sorting and searching.
Does such a program exist?


Do you have any tabular data editors to recommend?
Moderncsv or visidata don’t do everything you want, but might merit looks.
I’d start by putting the data in JSON because TSV/CSV is brittle and old.
There are many tools for tabular JSON.