toad.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server operated by David Troy, a tech pioneer and investigative journalist addressing threats to democracy. Thoughtful participation and discussion welcome.

Administered by:

Server stats:

273
active users

#spreadsheet

0 posts0 participants0 posts today

European Spreadsheet Risk Annual Conference Programme announced
Thursday 3rd and Friday 4th July 2025
University of Greenwich, London, UK

eusprig.org/conferences/euspri

Spreadsheet Entertainment
AI and LLMs
Excel languages
Research into human-computer interaction
Horror Stories

Register on eusprig2025.eventbrite.co.uk/

@EuSpRIG #eusprig #conference #London #HCI #research #AI #LLMs #Excel #TDD #Spreadsheet #Risk

Mind blown🤯 - turns out that #LibreOffice #Calc can natively read some (but not all!) variants of the ancient #Microsoft #Multiplan file format.

Multiplan was a #spreadsheet application from the early/mid '80s that preceded #Excel. More info on the format in this excellent 2023 post by @Thorsted:

preservation.tylerthorsted.com

And Multiplan is still available here:

winworldpc.com/product/multipl

preservation.tylerthorsted.comMultiplan – Obsolete Thor
Continued thread

Total sidenote, just for #auspol nerds, here's the #spreadsheet fun I've had …

I nerdswiped myself because of my old faithful tactic being unavailable — I'll reveal it even if not valuable to most people — I used to take the Family First HTV and say thank you, because they were very useful — and then turn their HTV upside down. A handy alignment of 180° interests, in the 2010s for me. But they don't run everywhere anymore.

But once you go past the 2PP candidates, it doesn't matter of course

I need to set up a private spreadsheet that is viewable and editable by an elderly relation (who uses spreadsheets all the time) and a couple of younger family members, one of whom lives interstate.

The obvious answer is Google Sheets. Is there an alternative that is usable for these people?
#spreadsheet #spreadsheets

Just ran into a brutal #UI / #UX problem in LibreOffice Calc, on a Debian bookworm system, fully up to date.

1. Decide to print spreadsheet
2. Open print dialog
3. Preview is in the left pane, options in the right.
4. Scroll down in the options pane to find an option near the bottom.
5. Change setting, or not.
6. Scroll back up to the top of the options pane, using the pointing device vertical scroll wheel.
7. If the "number of copies" scrollbox happens to pass under the mouse pointer, it will rapidly increase the number of copies. It's not particularly obvious this is happening; it's easy to miss the value is changing.
8. Move the mouse pointer slightly up and scrolling the options pane continues.
9. Click "print".

Voila! 23 copies of what you wanted to print a single copy of.

I actually ran into this while trying to debug a totally different UI / UX bug 😱

This kind of reminds me of a time I was asked to create what was essentially a bare bones controlled drug register in a spreadsheet for a small study. It worked but only because there were different sets of eyes monitoring it and I do not recommend it as a long term solution.

theregister.com/2025/03/10/nz_

The Register · $16 billion health department managed its finances with a single Excel spreadsheet. It hasn’t gone wellBy Simon Sharwood

Looks like this weekend will have to include time to review some #firefox alternatives after #mozilla 's last bit of madness... Can anyone else say #spreadsheet time?

Because I think there are definitely going to be that many options.

Side note: How the fuck is this all compatible with their pledge and #manifesto (mozilla.org/en-US/about/manife)?

MozillaThe Mozilla ManifestoThese are the principles that guide our mission to promote openness, innovation & opportunity on the web.
Replied in thread

@neauoire
I like it so much.

If the software development was done in a right way we'd end with the most often used tools which don't have a reason to get new features anymore (text editors, spreadsheets, file managers) rewritten in the most efficient way possible. Like, idk, in C with hot path in assembly (or in Rust for security-critcal parts) with tiny memory footprint on 90% trivial cases, milliseconds to first user input etc.
In fact we have exact the opposite - asm in the office apps was absolutely normal in the 90x and I can't imagine anyone doing this nowadays, memory footprint of an empty spreadsheet is 200MB and it takes 5sec. to load with cold cache on a 3Ghz 4 cores with 16G ram with SSD. And the most items in the changelog are about fixing compatibility with some proprietary crap (in FOSS) or adding AI, moving to subscription model or even more telemetry in non-free.
#assembly #foss #spreadsheet