this post was submitted on 09 Aug 2023
814 points (100.0% liked)

Memes

1357 readers
32 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
top 34 comments
sorted by: hot top controversial new old
[–] nerdschleife@lemm.ee 72 points 2 years ago* (last edited 2 years ago)

2013-2016 excel is GOATed tbh. Usable and without the cloud bullshit Microsoft tried to push in the coming years

(Yes, I still wish this wasn't the industry standard office suite)

[–] TimeSquirrel@kbin.social 69 points 2 years ago (2 children)
[–] drathvedro@lemm.ee 3 points 2 years ago

Ironically, as I've heard, excel itself doesnt have any dependencies, they develop and maintain their own libraries for everything.

load more comments (1 replies)
[–] helpimnotdrowning@lemmy.sdf.org 38 points 2 years ago (1 children)
[–] Parsnip8904 6 points 2 years ago

2007 is where it's at

[–] Zyansheep@lemmy.ml 27 points 2 years ago (2 children)

Its also a functional programming language!

[–] nick@campfyre.nickwebster.dev 9 points 2 years ago

A functional reactive programming language no less.

[–] Hyggyldy@sffa.community 6 points 2 years ago* (last edited 2 years ago)

It seems to be solid for making calculators. I've used a number of build optimizers for various games that are made in Excel.

Edit: Actually I guess they're Google Sheets. Idk how the feature sets compare.

[–] simple@lemmy.mywire.xyz 22 points 2 years ago (1 children)

This reminded me of the time during Covid where the UK covid information for patients was stored in Excel.

Didn't turn out well for them

https://www.bbc.com/news/technology-54423988

[–] PerogiBoi@lemmy.ca 28 points 2 years ago (1 children)

You would be honestly very uncomfortable if you knew how much sensitive information is stored on the desktop of someone as an excel spreadsheet.

[–] manny_stillwagon@mander.xyz 18 points 2 years ago (2 children)

I used to work for municipal government in a major American city. The database for the entire city downloaded query results to your desktop formatted as Excel 95. Still does.

At one point I had to install special R packages because someone retired and I was tasked with taking over the worksheet they had been maintaining forever and the usual R packages to read data from Excel can't parse Excel 5.0.

There was also someone in the office who still used a typewriter on the regular.

[–] PerogiBoi@lemmy.ca 12 points 2 years ago (1 children)

You and I live similar lives in different places.

There are people in my office that print out their emails to read at their desk, right in front of their computer.

Collaborative document editing has been around for over a decade, and yet we’re still emailing each other different versions of docs.

[–] manny_stillwagon@mander.xyz 8 points 2 years ago (2 children)

Yup, I had someone print off Excel sheets, manually highlight and write in corrections, and them bring the pages over to my desk to have me fix them in the file.

I also once had the city reject a report I submitted because the width of the columns in the Excel file were different from the previous year and they wanted to print it all off on one page.

[–] thebuoyancyofcitrus 9 points 2 years ago

Some number of years ago, I was an intern within a department of state government. I was tasked with helping to enrich their databases. So they sent over an Excel file. I did my thing and added new columns, then I had to send it back over to someone within each division so they could do the data entry. To my horror, when I went to visit one of the division heads, I saw their admin sitting at a computer with a printout of my changes sitting on a document holder next to the screen...manually typing geographic coordinates into a data entry form.

[–] PerogiBoi@lemmy.ca 3 points 2 years ago
[–] Infynis@midwest.social 5 points 2 years ago

This sounds exactly like Hell in Good Omens

[–] driving_crooner@lemmy.eco.br 22 points 2 years ago

I'm trying to move away and doing all I can with python (pandas, numpy and friends). Everything starts with a pd.read_excel() and finish with a df.to_excel().

[–] VYTSKA@lemm.ee 20 points 1 year ago (2 children)

The amount of massive excel sheets I've seen in various departments, when I was working as an office IT was ridiculous.

Some people had to wait for 30 seconds with every minor change and that was "normal".

Excel != Database

[–] heird@lemmy.ml 12 points 1 year ago (2 children)

I've worked for a massive corporation in which they had 300mb+ excel files they bought high specs computers just to have them load fast enough and searching would take 3 to 5 minutes we suggested that they'd try moving it to Microsoft access and the query became instant, I can't imagine the hours wasted waiting for the queries to run

[–] ReadyUser30 10 points 1 year ago

Jesus guys just hire a dba and go to SQL already.

[–] Hamartiogonic@sopuli.xyz 2 points 1 year ago

My rule of thumb when Excel is still just fine:

  1. The data fits on the screen. Roughly 40x30 matrices are fine. These rules aren’t set in stone, so there are situations when it’s still justified to use matrices larger than that.
  2. You can see all the sheets you need. Roughly 10-14 sheets. If you need more sheets than that, you should probably split the calculation into several files.
  3. You need complicated VBA macros and you need them to run perfectly every time. In my experience, this programming language is infuriatingly unpredictable and unreliable. Random things happen all the time and no amount of debugging is able to solve these types of cosmic problems.

You can go beyond those general guidelines, but using everything gets more and more annoying the further you go. Pretty soon you’ll realize it would have been better to build the whole thing in Python, R or something else. Once the file size hits 15 MB you know you’ve gone way too far and it’s about time you rebuilt the whole calculation using some nicer tool. I try to switch as soon as possible when I realize my calculations are about to grow beyond these limits.

[–] Track_Shovel@slrpnk.net 2 points 1 year ago

I have word documents that do that sometimes. It's fucking terrible.

[–] MasterNerd@lemm.ee 19 points 2 years ago

I was using Excel to look at transaction records right before seeing this meme

[–] gbuttersnaps@programming.dev 14 points 2 years ago (1 children)

Having worked for a state government which maintained data for federal submissions in 15 different versions of the same giant excel file on 15 different computers, it's scary how accurate this is.

[–] Gork@lemm.ee 4 points 2 years ago

I've worked at private companies where this is the case too lol.

This is true even when better software would work instead of the one-size-fits-all-but-isn't-suitable Excel.

Often to get it to work the way I want is through VBA scripting. And at that point I should be using other software but companies are cheap and don't want to invest in better tech.

[–] Mothra@mander.xyz 6 points 2 years ago (2 children)

... I'm gonna need help understanding this one

[–] Track_Shovel@slrpnk.net 21 points 2 years ago (1 children)

The amount of stuff that runs on excel or feeds info directly into it is terrifying

[–] Kidplayer_666@lemm.ee 18 points 2 years ago (1 children)

Databases? That’s just a glorified excel worksheet, might as well use it directly

[–] Repossess6855@lemmy.dbzer0.com 6 points 2 years ago

💀 too real

[–] kresten@feddit.dk 13 points 2 years ago (1 children)

I think the joke is twofold. First of all, Microsoft pretty much has a monopoly on financial software with their excel, which shows that the entire global finances are in the hands of that crab.

The second joke, must be that they never bother updating the suite to the latest, and solely depend on 2013🤷

[–] Rhodin@kbin.social 4 points 2 years ago* (last edited 2 years ago)

They just don’t want to pay for 365.

[–] sleepdrifter@startrek.website 3 points 2 years ago

Your can add any major utility to the list too

[–] Mubelotix@jlai.lu 3 points 2 years ago (1 children)
[–] explodicle@local106.com 1 points 1 year ago

As long as that doesn't ossify too we'll be fine!