Comment on Real Struggle š
Zorque@lemmy.world āØ1ā© āØmonthā© agoConsidering it is being saved in another format, Iād hardly consider this an excel problem.
CSV has existed since before personal computers, much less Microsoft office.
Comment on Real Struggle š
Zorque@lemmy.world āØ1ā© āØmonthā© agoConsidering it is being saved in another format, Iād hardly consider this an excel problem.
CSV has existed since before personal computers, much less Microsoft office.
Dave@lemmy.nz āØ1ā© āØmonthā© ago
Maybe, by why wouldnāt Excel let uou increase the number of digits in a CSV? The data is currently in Excel, and more digits isnāt incompatible with the CSV format.
Zorque@lemmy.world āØ1ā© āØmonthā© ago
Because itās basically a text file. The data doesnāt exist anymore once you open it as a CSV on another computer. Itād basically just add zeros to the end.
They could probably get that info from the other file, but that would mean getting that person to give it to you again.
Dave@lemmy.nz āØ1ā© āØmonthā© ago
Yeah thanks, I didnāt understand the original problem but Iāve got it now š
Fuck_u_spez_@sh.itjust.works āØ1ā© āØmonthā© ago
You canāt increase the decimal precision beyond the limits of the available data which I think is what OPās coworker wasnāt understanding ā unless Iām the one who misunderstood.
The coworker rounded the numerical data during the conversion from xlsx to csv meaning there was less data in the exported csv than in the original Excel file. They seemed to think the data did still exist in the csv but it was being hidden and that they could simply change the precision to unhide it.
Dave@lemmy.nz āØ1ā© āØmonthā© ago
Ahhh, the excel format keeps the precision but changes the display to 1 decimal. When exported to CSV, only that 1 decimal is exported, so you canāt bring back what isnāt there. But the original file still has it.
I understand now, thanks! Definitely a coworker problem not an Excel problem then.
deo@lemmy.dbzer0.com āØ1ā© āØmonthā© ago
Nope. Still an excel problem. Why should changing a display option alter the underlying data on export?