Live data from Hacker News

Microsoft Excel’s 35th birthday

twitter.com

21–30 of 91 posts

Re: Microsoft Excel’s 35th birthday

#22
If you want an example of how as a programmer you can actually change the world for the better, this is it.

Spreadsheets are also one of the only computer inventions post 80's (79 to be accurate) everything else was pretty much invented before the 80's.

Re: Microsoft Excel’s 35th birthday

#24
You know, being controversial here and coming from a finance perspective, I've wondered if Excel has done more harm than good to the finance / M&A / investing industries.

Endless iterations, countless different scenarios, simulations of whatever what-if analysis you can think of, exact numbers to 10 decimal places... it all creates the perception of critical thinking and useful work.

Often, again in finance and investing, these things are actually only a way to make you feel like you did something useful. It is easy to do these things in excel - and you can show the numbers and the outputs that support all the "hard work" you did.

However, at the end of the day they are just numbers in a spreadsheet that you can make do whatever you want.

Critical thinking about investment rationale is lost, because it is hard and doesn't look robust because it is just words, and mindless number crunching is preferred because it is easy and looks robust.

Re: Microsoft Excel’s 35th birthday

#26
Pour one out for Visicalc, the precursor to Excel/Lotus and the 'killer app' of 1979 for the Apple II!

https://en.wikipedia.org/wiki/VisiCalc

Flash forward to 1997, and a key part of the deal for MS investing in Apple is...you guessed it, Excel on the mac.

http://www.youtube.com/watch?v=WxOp5mBY9IY&t=2m0s

Funny to think about next time some engineer is telling you how this or that new cloud software will 'totally replace spreadsheets.'

Spreadsheets powered the personal computing revolution - single handedly determined the winner of the OS wars (when people fled to first DOS and then windows after MSFT build Lotus into Excel).

Like em or hate em, spreadsheets are here to stay.

Re: Microsoft Excel’s 35th birthday

#27
post #20

Excel remains one of my most used pieces of software, and one where I feel like any education/training has re-paid for itself multiple times over. The more you learn, the more productive you are (and sometimes more informed, thanks to data visualizations). OneNote (desktop) and Excel are the only two pieces of Microsoft Office that I regularly continue to use. They're the only reason I license it. Microsoft Word afte…

i recently got burned because at some point in the last few years Excel decided it would be better if it attempted to use localized thousands and decimal separators. item,cost,currency "Socks",1.234,USD Represents socks costing about a dollar in countries that use '.' as a decimal (most) and about a thousand dollars in countries that use a ','. In locales using a decimal period '.' double clicking will open the CSV j…

Excel's notion of what is "CSV" and syntax of its formula language is locale dependent for as long as I care about that. Notably, for locales that use ',' as decimal point excel uses semicolons as separators in both its "C"SV format and formulas.

What changed in last few version is that excel started to distinguish whether you are "opening" an CSV file (eg. by double clicking it) or "importing" it and the former tends to lead to various kinds of random breakage in presence of the aforementioned (mis-)feature.

Re: Microsoft Excel’s 35th birthday

#29
I'm consistently amazed at the ubiquity and versatility of spreadsheets in both small and large businesses. What other no/low-code tool can be shaped into solutions for finance, accounting, project management, event planning, scheduling, data collection, etc.? The concept of rows+columns+cells is powerful, flexible and easy to understand; when combined with formatting, fills and functions the possibilities are endless.

Re: Microsoft Excel’s 35th birthday

#30
Sad to see they're leaving the Excel add-in development scene behind with .NET 5. VBA is cross platform (PC/Mac) but ugly, old, and very limited. They've hinted at Python scripting support for years, but have never done anything. And now they say they'll focus their future efforts on web add-ins, but from what I've seen web add-ins have been limited to read-only and embedded external content. Plus, most people I know still prefer the desktop version.
Post reply on HN