Comment Re:Microsoft file format support (Score 1) 32
There is a lovely Venn diagram meme running around with two circles, "Incel" and "Excel". The overlap is labeled "Incorrectly assuming something is a date".
Having to paste, change formats, and paste again is part of the ritual of using Excel. Nobody should be using it for science-ing when they could use a database and a real reporting tool, it's irritating enough when handling financial info. I used to be paid to use Crystal Reports. These days when I want to view some data, I use Drupal, and a fairly simple Perl script I wrote (based mostly on example code) which examines CSV files and imports them into Postgres. Drupal modules views_database_connector, charts, and geocoder are also very handy. For more voluminous geocoded data I use QGIS.