this post was submitted on 24 Oct 2023
211 points (95.3% liked)

Technology

57453 readers
5608 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.

all 25 comments
sorted by: hot top controversial new old
[–] [email protected] 74 points 10 months ago (3 children)
[–] [email protected] 17 points 10 months ago* (last edited 10 months 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"

[–] [email protected] 10 points 10 months 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.

[–] [email protected] 5 points 10 months ago (1 children)

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

[–] [email protected] 2 points 10 months ago (1 children)
[–] [email protected] 1 points 10 months 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 3 points 10 months 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.

[–] [email protected] 1 points 10 months 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.

[–] [email protected] 38 points 10 months ago* (last edited 10 months 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.

[–] [email protected] 4 points 10 months ago

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

[–] [email protected] 25 points 10 months ago (3 children)

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

[–] [email protected] 18 points 10 months 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.

[–] [email protected] 4 points 10 months 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).

[–] [email protected] 0 points 10 months ago

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

[–] [email protected] 21 points 10 months ago (1 children)

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

[–] [email protected] 1 points 10 months ago

My dad uses excel too.

[–] [email protected] 19 points 10 months ago (1 children)

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!

[–] [email protected] 10 points 10 months 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!

[–] [email protected] 8 points 10 months ago (1 children)

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

[–] [email protected] 3 points 10 months ago

At least it's not a giant macro

[–] [email protected] 4 points 10 months 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.

[–] [email protected] 4 points 10 months ago

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