[SOLVED] LibreOffice – 4.0.0.3 “Write Error. The file cannot be written.”

Written by James McDonald

March 13, 2013

LibreOffice XLS save Failure

Just tried to save a Microsoft Excel  document which was password protected  in  ODS format. And got the above error.

Was running LibreOffice 4.0.0.3 and the Help ==> Check for Updates showed that a newer version was available

So I downloaded and installed versions “LibreOffice_4.0.1_Linux_x86-64_rpm.tar.gz” and “LibreOffice_4.0.1_Linux_x86-64_rpm_helppack_en-US.tar.gz” 

tar -zxvf LibreOffice_4.0.1_Linux_x86-64_rpm.tar.gz 
tar -zxvf LibreOffice_4.0.1_Linux_x86-64_rpm_helppack_en-US.tar.gz 
cd LibreOffice_4.0.1.2_Linux_x86-64_rpm
cd RPMS/
su -c 'yum localinstall *.rpm'
cd ../..
cd LibreOffice_4.0.1.2_Linux_x86-64_rpm_helppack_en-US/
cd RPMS/
su -c 'yum localinstall *.rpm'

The spreadsheet then successfully saved in ODS format.

 

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Network speed test host to host

On Ubuntu / Debian apt-get install iperf3 On Windows download it from https://iperf.fr/iperf-download.php#windows Make...

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...