The article is a nice read, but very inaccurate.
Most companies do not keep their books in spreadsheets. Perhaps there are some poor souls who use Excel for bookkeeping, but this is generally impossible for any company that is audited (so basically everything bigger than some micro company).
Auditors will demand to store all bookkeeping data in some ERP system - that generally allows double entry bookkeeping and many other things "from the box".
There are hundreds of better or worse bookkeeping/ERP solutions around word - some are expensive (and can cost millions to implement and still suck), some are cheap and some are even free (OpenERP) -> they are the tools used to input and store bookkeeping data, not Excel. Those solutions often come with own fair share of problems, especially in implementation. There are various business and programming horror stories.
So the article talks first about double-entry, which is most basic form of bookkeeping, then proceeds to call it accounting (which is like a "bigger" term - because it involves much more things, e.g. reporting, calculation of accruals, tax..).
Then somehow we move from double-entry (not done to Excel), to the UK mishap, where some low level public office clerk used Excel to combine tables that show number of coronavirus cases. What does it have to do with bookkeeping or accounting? I dont know. I guess for some, keeping something on a list = "bookkeeping". What is just plain wrong terminology.
If some programmer makes some table in a relational datbase - you probably dont call him a bookkeeper, or accountant. But using the logic of this article - they should be, what is obviously wrong.
In the UK case, Excel was used as a database - and something went wrong when combing data from multiple sources, because the people responsible did not check at all what they were doing. There are multiple questions here: did they use the correct tool? Why didnt they check via some report if all data was uploaded? Why did they use XLS format, which is from 2003, so 18 years old? Also "not checking what are you doing" happens not only to public servants, for example in programming there is the very well known case of MongoDB, that used math.random to randomly log just 10% of issues.
The whole "16k missing cases issue" was reported multiple times by multiple sources and the narrative changed few times: IMHO the most plausible explanation is that UK government wanted to cook the books, so they made a bad way of consolidating data (that reduced number of cases) and when someone detected that it does not add up, they blamed it "on the computer". Public will eat it up, since everyone made some mistake. What is confusing for me that programmers also buy this. If your program does something wrong, probably there is the issue with the program. If some Excel VBA macro did something wrong when consolidating data - this is somehow problem with Excel, not the macro, or the ones who used it and didnt check it if even works.
In fact the first time they reported the problem, they said that they stored each data in a separate column. Excel 2007+ had a limit of 16384 columns, so one could argue that Excel is better than PostgreSQL, because PosgreSQL has a limit of only 16 000 columns ;)
So if some bad programmer also used a real database wrong, same issue could happen. And please dont act there arent many bad programmers in the wild - when a new guy comes usually you hear that the previous code is spaghetti garbage, what is often quite true. There are lots of programming horror stories. There are also lots of accounting horror stories. And lots of Excel horror stories. But the missing 16k cases has nothing related to double-entry, or accounting. You dont store cases on some income statement or balance sheet account...
If someone confused a motorcycle with a car, they would probably receive a lot of shit. Here we have same case: collecting few tables to make 1 big list has nothing to do with accounting. Or double entry. As I said, it is nice read, but completely wrong terminology.