Earlier quoted context omitted.
As a lay-person, what would you use for non numbers tabular data?
People love to use Excel to look at (with their eyes, or a screen reader, i.e., non programmatically) all kinds of data. They use it to list exports from data stores, and then take notes on what they discovered, show and hide data using the filter option, etc. It is just far too easy to use (and misuse) that it ends up being used for any type of data that fits into a table.
Missing Covid-19 test data was caused by the ill-thought-out use of Excel
741–750 of 834 posts
Re: Missing Covid-19 test data was caused by the ill-thought-out use of Excel
#742Earlier quoted context omitted.
They are costing money. No doubt. At the same time, the business world runs on Excel. How much money is Excel making? I've done my share of cursing at Excel at various jobs. At the same time, I am grateful for the quick and easy way it allows me and many others to manipulate data. It's unfair to just cite the costs of using Excel without acknowledging the benefits it brings.
The real question should be would it be cheaper to replace it with a proper solution (probably something custom built application written by a software engineer). Excel's ease of use is it's downfall. It is the worlds most popular database, despite not actually being a database. I have wasted countless hours dealing with Excel where something else should have been used. I built a database for a friend recently, I thi…
Re: Missing Covid-19 test data was caused by the ill-thought-out use of Excel
#743I work in healthcare and by far the biggest production issues we've ever run into are people who run Excel spreadsheets through our file processing where the leading zero's have been removed from patient identifiers because that's Excel's default behavior and you CANNOT TURN IT OFF! EDIT: I have no idea who downvoted my post because what I said is 100% true. We have to tell customers to stop opening CSVs in Excel and…
> Excel interprets a number and then formats it as a number, Unless you instruct it to interpret the field as a string. > but in healthcare, 10 digit numbers are really strings. I'm wondering, if you expect 10 digits and you get less than that, how difficult is it to add some padding zeroes?
Re: Missing Covid-19 test data was caused by the ill-thought-out use of Excel
#744I work in healthcare and by far the biggest production issues we've ever run into are people who run Excel spreadsheets through our file processing where the leading zero's have been removed from patient identifiers because that's Excel's default behavior and you CANNOT TURN IT OFF! EDIT: I have no idea who downvoted my post because what I said is 100% true. We have to tell customers to stop opening CSVs in Excel and…
Couldn't you validate the data on upload or if it's such a common problem just auto-fix it by left padding w/ zeros?
Re: Missing Covid-19 test data was caused by the ill-thought-out use of Excel
#745Earlier quoted context omitted.
The real question should be would it be cheaper to replace it with a proper solution (probably something custom built application written by a software engineer). Excel's ease of use is it's downfall. It is the worlds most popular database, despite not actually being a database. I have wasted countless hours dealing with Excel where something else should have been used. I built a database for a friend recently, I thi…
People start using excel when the requirements are unknown, they use excel to understand the requirements while still being functional. To build a "proper solution", you frontload all the requirement discovery to build a system which only you or another developer will be able to update/change. We blame excel, but excel is really just being used for prototyping and nobody takes a decision at a certain point to move on…
Re: Missing Covid-19 test data was caused by the ill-thought-out use of Excel
#746Earlier quoted context omitted.
Perhaps by "correct way" you meant "dodgy hack to make Excel happy and risk breaking more sensible implementations"? Excel may predate the RFC but AFAIK MS didn't invent or coin the term CSV, so you can't just say whatever Excel does is correct. The RFC is loose because of nonsense like this, it doesn't mean it was ever a good idea.
Do you want to be a useless sophist or develop software?
Re: Missing Covid-19 test data was caused by the ill-thought-out use of Excel
#747I work in healthcare and by far the biggest production issues we've ever run into are people who run Excel spreadsheets through our file processing where the leading zero's have been removed from patient identifiers because that's Excel's default behavior and you CANNOT TURN IT OFF! EDIT: I have no idea who downvoted my post because what I said is 100% true. We have to tell customers to stop opening CSVs in Excel and…
Re: Missing Covid-19 test data was caused by the ill-thought-out use of Excel
#748Earlier quoted context omitted.
> I have no idea who downvoted my post That would be the Excel devs working at Microsoft. They read HN. I can feel it.
Excel devs, do you hear me? Repent for your sins! Go back to Microsoft and fix those problems. The cost of Excel mishandling numbers and dates must be many orders of magnitude higher than your lifetime salary. Thank you.
Re: Missing Covid-19 test data was caused by the ill-thought-out use of Excel
#749Earlier quoted context omitted.
The problem with a database is that business users struggle to build them, they take longer, and sometimes can’t hold logic in the same way. Plus in a database you can’t do the same sort of real-time analysis and also pass the document around for other non-technical folk to add to and modify. In the real world in big companies, people often don’t want to talk to IT because they over-spec and quote what are perceived…
To add to this point, the latest article says that they started building a replacement to the spreadsheet two months ago, so I think that reinforces the speed of a spreadsheet implementation vs anything else in the public sector!
Re: Missing Covid-19 test data was caused by the ill-thought-out use of Excel
#750Earlier quoted context omitted.
People love to use Excel to look at (with their eyes, or a screen reader, i.e., non programmatically) all kinds of data. They use it to list exports from data stores, and then take notes on what they discovered, show and hide data using the filter option, etc. It is just far too easy to use (and misuse) that it ends up being used for any type of data that fits into a table.
I mean I thought you said that they should not use excel for these scenarios, but something else. So I thought you had an alternative software in mind?
I am not trying to be an elitist about this. It is just that the misuse of Excel (because people do not know how to use it) causes massive issues on a daily basis.