Linux Format

Answers

Q Really big numbers

I’m fairly new to Linux and run Linux Mint 21 on my desktop. Every time I try to open an XLSX sheet that I have either been sent or downloaded, I get the error message below:

Warning loading document abc.xlsx The data could not be loaded completely because the maximum number of columns per sheet was exceeded

Is there a way to overcome this or know what has been lost, if anything?

Ian Madley

A Looking at the sample sheet you sent, which produced no warnings in LibreOffice 7.6, there are no sheets with large numbers of columns. The column limit in LibreOffice was 1,024 up until version 7.3. From LibreOffice 7.4 onwards, the column limit was increased to 16,384, so you are unlikely to hit this.

We have seen this behaviour in the past, but not recently. It appears to be a combination of the way saves the information in the files and the way reads it, leading to think there are more columns than there really are. As long as your XLSX files do not include insane numbers of columns, you are safe to ignore this warning, as annoying and alarming as it may be. Saving the file from should prevent the message appearing again. Linux Mint 21 currently includes which has the lower column limit, but still within the needs of your files. So, it is a matter of waiting for updates to install a later version without this issue. If you find it really annoying, you could uninstall from the Mint software manager, but that is a course of action that we do not recommend. The software manager makes sure everything on your system works in harmony; installing packages outside of this system can cause problems, especially for a fairly new user.

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format2 min read
Back Issues Missed One?
ISSUE 313 April 2024 Product code: LXFDB0313 In the magazine Discover how to use the ultimate hacker’s toolkit, staying out of trouble while doing so. And join us as we take the Puppy Linux developer’s new distro for a run and explore its container
Linux Format2 min read
Distro Watch
Ubuntu 24.04 LTS Noble Numbat is currently scheduled for release on 25th April. At the time of writing, we’re working with a daily build and expect a full review next issue. Nevertheless, we discovered that Canonical has announced this LTS release wi
Linux Format5 min read
Tips For Managing Docker Containers
Everyone knows how containers revolutionised application building and deployment. Using a E disposable stack of containers that make up an app that aren’t using the docker-compose command to manage the stack are missing a trick. It allows the shippin

Related Books & Audiobooks