this post was submitted on 24 Oct 2023
191 points (96.1% liked)

Technology

58816 readers
4551 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Microsoft Fixes Excel Feature That Forced Scientists to Rename Human Genes::Microsoft now allows users to disable automatic date conversion, which means scientists no longer have to worry about using alternative names for genes.

top 24 comments
sorted by: hot top controversial new old
[–] lolcatnip@reddthat.com 65 points 1 year ago (3 children)
[–] NoSpiritAnimal@lemmy.world 13 points 1 year ago* (last edited 1 year ago)

I have a spreadsheet that has been going for 20 years, across 2 companies, and hundreds of people.

Thousands and thousands of lines, going back like an ice core sample. Zooming out is wild.

"What's this layer?"

"Oh that's when Terry worked here"

[–] SatyrSack@lemmy.one 8 points 1 year ago (1 children)

Nowhere here is it implied that they were using it instead of a database. They could run into this issue whether or not they were properly using Excel for what it is for.

[–] lolcatnip@reddthat.com 4 points 1 year ago (1 children)

It's a well known phenomenon. The title of the article even alludes to it.

[–] SatyrSack@lemmy.one 1 points 1 year ago (1 children)
[–] lolcatnip@reddthat.com 1 points 1 year ago (1 children)

Read the article. IMHO scientists were having problems because they were using it for a task it is ill suited for. The kind of program that is designed for storing large amounts of data and preventing accidental corruption of it is a database.

[–] MrScottyTay@sh.itjust.works 3 points 1 year ago (1 children)

I think scientists would use Excel more for finding out information with their data, not for storing it. You know like looking for trends and plotting graphs and whatnot.

[–] lolcatnip@reddthat.com 1 points 1 year ago

I think they use it for both. They end up using it as a database because they're familiar with it from doing data analysis. I've also heard of much more egregious examples, like a school using a giant Excel spreadsheet to track the applications of potential students. Need to track up to three references for each student? Make three of each column related to a reference! It's a really gross way of storing denormalized data without any of the ACID properties databases guarantee.

[–] Poach@lemmy.world 36 points 1 year ago* (last edited 1 year ago) (1 children)

Microsoft fixed something and made their products better!? I don't believe you.

I wonder if this will fix any of my issues with excel molesting my data. It will either round my part numbers from a BoM making it useless or removing preceding zeros which breaks our inventory importing.

[–] Willem@kutsuya.dev 3 points 1 year ago

yes, those two "autofixes" are "fixed" now. (it's a opt-in setting)

[–] p03locke@lemmy.dbzer0.com 22 points 1 year ago (3 children)

I thought setting a column to string only was already possible.

[–] LastYearsPumpkin@feddit.ch 14 points 1 year ago

You could already, after the fact, and per cell.

If you're importing 100,000 rows in, the damage to your data is already done by the time you're at the step where you can set the field to not convert.

[–] MHLoppy@fedia.io 3 points 1 year ago

It is, I've used that to prevent automatic removal of leading zeroes when reading the values of bytes.

Based on the article it seems like it's just a matter of not having to spend the time (and mental overhead) of doing that for all required columns and never slipping up on it (now just set and forget).

[–] Mr_Dr_Oink@lemmy.world 0 points 1 year ago

So did i. Format cell(s) > data type (or something) then just seleect text, or custom or whatever.

[–] Pottsunami@lemmy.world 20 points 1 year ago (1 children)

What does excel and incels have in common? Confusing things for a date.

[–] jaybone@lemmy.world 1 points 1 year ago

My dad uses excel too.

[–] Eonandahalf@lemmy.world 13 points 1 year ago

Omfg! The amount of time I screamed at Microsoft because I keep forgetting that excel changes the date format for some fucking reason and doesn’t tell you!

[–] autotldr@lemmings.world 6 points 1 year ago

This is the best summary I could come up with:


Microsoft recently published a blog highlighting new Excel updates that allow users to disable Automatic Data Conversion.

This comes as good news for the scientists, because in recent years they had to rename quite a few human gene names—since Excel was converting them to dates.

There was no option to disable this automatic conversion, and that ended up affecting hundreds of scientific papers.

It led to scientists taking hours out to manually fix the errors and restore the data.

As the name suggests, this checkbox displays a warning message when you’re opening a .csv or .txt file with any of the optional automatic data conversions used.

Just keep in mind that one of the ‘known issues’ with the update that Microsoft flagged in its blog is that the new conversion option doesn’t work when you’re running macros.


The original article contains 299 words, the summary contains 137 words. Saved 54%. I'm a bot and I'm open source!

[–] Magister@lemmy.world 5 points 1 year ago (1 children)

I worked in a company where excel files were used as a database and then read through JavaScript to be processed...

[–] araozu@lemm.ee 2 points 1 year ago

At least it's not a giant macro

[–] MirthfulAlembic@lemmy.world 5 points 1 year ago

Took long enough. Now let's see if they can give an option to turn off Lotus 1-2-3 compatibility stuff like single quotes starting a cell being hidden as markup.

[–] andrewrgross@slrpnk.net 3 points 1 year ago

I had this problem all the time in a former job.