463
submitted 4 days ago by [email protected] to c/[email protected]
top 50 comments
sorted by: hot top new old
[-] [email protected] 10 points 2 days ago

How's LibreOffice at pivot tables nowadays?

Follow-up question, how's LibreOffice at telling my tech illiterate boss she has to go to IT to get admin rights to install LO so she can open the file I just sent her because I don't morally want to support Microsoft?

[-] [email protected] 4 points 2 days ago

MS Office can open LO documents.

[-] [email protected] 5 points 2 days ago

I 100% believe if some scripting language like Python was taught in schools instead of excel we would be in a MUCH better place. I have to deal with user created excel contraptions everyday at my work and they make me want to cry

[-] [email protected] 4 points 2 days ago

A few years back, someone at corporate made an Excel based "program" for planning our trade shows. It was the most rage inducing rickety ass bullshit contraption I have ever had to deal with. It was basically a data entry wizard GUI for a spreadsheet. But it would crash every 2-3 entries, and lose all the data that had been added since the last save. The only way to save the data involved closing it and restarting it. So I had to close/reopen after every entry just to keep from having to risk redoing it all multiple times.

[-] [email protected] 13 points 2 days ago

Just gonna drop this here: http://visidata.org/

Blows excel out of the water, at least for tabular data (which, frankly, is what all financial data should be... Cell-based formulas are a mistake).

[-] [email protected] 6 points 2 days ago

i do all my finances in a physical ledger labeled 'never show to the IRS'

[-] [email protected] 36 points 4 days ago
[-] [email protected] 29 points 4 days ago

Anyone who works FinTech knows that's it's these Mainframes and HPNS systems running on code written in Latin maintained by guys working past retirement that are the frayed rope holding the debit and credit transaction system together.

[-] [email protected] 2 points 2 days ago

Two things: VBA and the autosum formula keyboard shortcut.

[-] [email protected] 3 points 2 days ago

Huh. I don't know about the financial system but I'm guessing a good chunk of it is ran by some old mainframes.

It's like the retail industry, still massively relying on IBM i/iSeries/AS400. I worked for a consulting company that was doing a little bit of admin and support work for companies still using this system and the list is still very long. At least it still receives updates, and it's kind of fun/odd to work with if you like CLI, but it's super expensive and absolutely proprietary.

[-] [email protected] 26 points 4 days ago

You can't swap Excel with anything else. Are you going to trust that millions of man-hours of work will translate perfectly? Going to take that risk with your company?

Even if you started your business with another spreadsheet, you still have to use Excel sheets from others.

[-] [email protected] 4 points 2 days ago

A lot of good answers, but my bet is the third party plug-ins. Does librecalc have SAP Analysis, or the other plug-ins to connect excel to the accounting systems?

[-] [email protected] 6 points 2 days ago

SAP is some kind of communicable brain cancer. My company (has factories in over a dozen countries) has been trying to implement it for almost 10 years now. A 5 min job now takes 30min because of all the paperwork that has to go along with it.

[-] [email protected] 3 points 2 days ago

SAP stands for Slow Arduous Process.

[-] [email protected] 17 points 3 days ago

three reasons:

  1. power query
  2. keyboard shortcuts
  3. pioneer for new functions (e.g., xlookup, dot-colon, let, etc)

oh, and excel doesn't crash like a boeing at annoyingly frequent random intervals.

[-] [email protected] 3 points 2 days ago

Libre office is significantly more stable for me than office365 on a win11 machine running on hardware from 2023. It just always works and quickly.

[-] [email protected] 4 points 2 days ago

oh, and excel doesn’t crash like a boeing at annoyingly frequent random intervals.

then you aren't running anything past Excel 2016

[-] [email protected] 5 points 2 days ago

Of course not, we're talking about Enterprise here. Newer versions of Excel won't run on Windows XP.

[-] [email protected] 21 points 4 days ago

Because you don't even dare breathe on load-bearing legacy systems. You want to change the whole app, you insolent heretic?!

[-] [email protected] 3 points 2 days ago

The more important a system is, the more the engineers involved need to be used to changing the system.

Of course, no engineering is really involved in excel-based legacy systems, which is a large part of why they are as dangerous as they are.

[-] [email protected] 12 points 4 days ago

As someone who works in a Fortune 100 company, the number of spreadsheets we have for the vast majority of our tasks...

The biggest issue I've seen is how do you get a bunch of data to look and behave between a bunch of users who have different skillsets and varying knowledge about how the data connects to other data?

You could build a web page with a database backend. But this takes hours when plopping the data into a spreadsheet is minutes.

[-] [email protected] 12 points 4 days ago

Accountants are learning python to parse spreadsheets now

[-] [email protected] 11 points 3 days ago
[-] [email protected] 4 points 2 days ago

Interesting reading. I'm an actuarie in an insurance company and everything I do is in python, is easy to maintain because I'm a "solo developer" building custom tools for me and my team (with pyinstall to create GUIs of the programs so they can used them), but my internal libraries have started to grow up.

About the comments the author had about pandas, I just started to move away from it to polars because the databases I'm working now have easy 50M+ rows, and as they say came for the speed stay for the syntax. I'm debating myself if make my intern learn pandas first, or just go for polars from the begging.

[-] [email protected] 2 points 2 days ago

Thanks for sharing - that's actually pretty interesting. I knew about Polars, but I didn't know it performed better. I know about that in passing from folks that are in the Cloud "Data" space, who use SaaS platforms that are heavily Python based. That includes Pandas and Polars, but also Jupyter. That really threw me for a loop, but the more I think about it, the more sense it makes.

[-] [email protected] 2 points 2 days ago

In the first project that I had to use polars because the databases couldn't be processed, I moved from spending 40min just uploading to memory one of the bases on pandas to 10min doing all the process on polars.

That convinced me to move everything forward to polars.

[-] [email protected] 1 points 2 days ago

I work in the accounting department of an insurance company doing python development, killing excel spreadsheet processes one by one. I hate when the sources came in excel because polars lazyframes dosen't work as nice that with other formats like csv or parquet. My outputs are always parquets is they are going to be used by other processes or excel if they for humans.

[-] [email protected] 2 points 2 days ago* (last edited 2 days ago)

Why not use database, actually. I am yet to see anything related to money that is not a rabbit hole of wildly different things interacting by wildly unexpected logic. Ffs, is writing esoteric formulae in a spreadsheet really easier than learning some SQL dialect with a few pretty advanced and specific features?

[-] [email protected] 3 points 2 days ago

Queue a 6 month approval process to access data for s'curity

[-] [email protected] 2 points 2 days ago

Nice catch, I am annoyed as fuck with access approval even as a dev. But, since I am advocating for moving financial analysis to using databases instead of spreadsheets, it becomes my problem, so: me makes a separate db for this very purpose, and the access is given to any and all accountants. Security guys are welcome to join the dev process of preparing the db and data flows that write from other sources into it, so that financial guys have up-to-date state of data: want restrictions - go ahead and tell them they don't need this and that

[-] [email protected] 2 points 2 days ago

counter question: Do you want the people that butcher Excel spreadsheets into abominations to be let loose on your database?

The key advantage of a database ti have everything in one place is also its greatest danger.

[-] [email protected] 2 points 2 days ago

You make forms that talk to the dBASE, you don't give them actual dBASE access

[-] [email protected] 1 points 2 days ago

No, I will give them a separate one, and when they make a mess out of it, I'll make it known, then fix it without any hurry, then they make another kind of mess, I make it known, fix it with no hurry, then... at some point either they learn (because they make efforts or because get told to by superior management), or I reach the conclusion that working here isn't worth it and move on

[-] [email protected] 12 points 4 days ago

Libreoffice calc sucks sorry. Onlyoffice might be a good substitute.

[-] [email protected] 19 points 4 days ago

Sadly, Excel is still the gold standard. There are plenty of competing options for creating basic spreadsheets but once you start trying to do any sort of complex data analysis, the capabilities gap starts to widen very quickly.

load more comments (1 replies)
[-] [email protected] 10 points 4 days ago

I kinda curious since I've been using it for my meager spreadsheet use for over ten years.

What sucks about it to you?

[-] [email protected] 10 points 4 days ago

It feels like a less useful Office 97 variant.

With modern UI/UX, it’s just clunky and old. Like, Google spreadsheets is works… better. Some things that I do in excel can’t really transfer over that easily (don’t have any examples off the top of my head sorry)

The PowerPoint variant is the WORST offense though.

It’s like having to maintain two different skillsets that are 85% similar.

[-] [email protected] 5 points 4 days ago

I don't remember specific examples but the answer is formulas. Google Sheets lacks a lot of the "advanced" non-math formulas.

load more comments (9 replies)
[-] [email protected] 2 points 2 days ago

You want us to use access? No one wants to use access I'll just make a hyperlink to another book on the last cell

[-] [email protected] 7 points 3 days ago

My only complaint is the blinding white cells. There's a reason why like every other major program uses dark mode.

[-] [email protected] 5 points 3 days ago

Excel doesn't have dark mode? That's literally incredible.

[-] [email protected] 9 points 3 days ago* (last edited 3 days ago)

Not by default, and if you use it all the formatting (cell colors, borders, etc) doesn't work well anymore. Done up sheets with good formatting are unreadable, unless you're already very familiar with them.

I used to change the blinding white to a light grey, but it doesn't jive with the border colors and on large sheets it adds to the file size quite substantially.

[-] [email protected] 1 points 2 days ago

on large sheets it adds to the file size quite substantially

Well, it's an awful lot of extra grey pixels to store...

[-] [email protected] 1 points 2 days ago

Formatting data is extra data. Try it yourself on a large sheet.

[-] [email protected] 1 points 2 days ago

I don't have access (heh) to Excel though. But I take your word for it. :)

load more comments (1 replies)
load more comments (4 replies)
[-] [email protected] 6 points 4 days ago
[-] [email protected] 9 points 3 days ago

For those who can't bother to look it up https://www.xkcd.com/2347/

[-] [email protected] 1 points 2 days ago
load more comments
view more: next ›
this post was submitted on 24 Jun 2025
463 points (99.4% liked)

Trippin' Through Time

4673 readers
5 users here now

Tripping' Through Time

A Lemmy community for historic art pieces overhauled into modern memes.

Rules

  1. Only image uploads allowed
  2. Only edited, historical images may be shared
  3. The instance rules of https://lemmy.ca/

founded 2 years ago
MODERATORS