I'm on Ubuntu 18.04 and I haven't used libreoffice in approximate a month. Now after loading a file in calc
I noticed that the table looks completely different than it looked before. The most notable difference is that the column widths have changed. This is immediately obvious, because now most numbers are shown as ###
which indicates that the value doesn't fit into the column anymore. I have a huge number of columns, and I spend a very long time finding nice column widths for each of them to fit the majority of the numbers. I also have many files, and they are all broken now. All the work seems to be messed up now :(. I'm maintaining these files for ~3 years, and they looked the same until I last opened them roughly a month ago.
Things I can rule out to explain the change:
- My
.xlsx
files are committed to git, so I can guarantee that they haven't changed.
- I also haven't changed anything in terms of font setup.
However I opened my regular dependencies a few days ago, which may have involved an update to libreoffice. I'm on version 6.0.7.3 now, build ID: 1:6.0.7-0ubuntu0.18.04.10.
My questions are:
- Any ideas what has changed inside libreoffice that could explain the change?
- Is there any way to revert the change of column widths e.g. by changing a file mode setting or so, instead of having to fine tune all these column widths again manually?
Any help would be greatly appreciated.