Hi all!
We are using Confluence 4.2.7, and Excel 2007. Opening an Excel-sheet results in an error message saying the file is opened as read-only.
Any suggestions or possible workaround?
Much appreciated.
Iakov
Hi Iakov,
I would kindly ask you to right-click on your (.xls) or (.xlsx) file and check if the same is marked as read-only. If so, uncheck this option.
Alternatively,
If you are running Windows, please do the following command on your terminal as Administrator:
calcls <PATH>/<TO>/<FILE> /e /p {USERNAME}:{PERMISSION}
where:
<PATH>/<TO>/<FILE>, correspond to where your file is located (e.g.: C:\temp\file.xls)
/e, Edit permission and kept old permission as it is i.e. edit ACL instead of replacing it.
/p, Set new permission
{USERNAME}, please add your User (e.g.: C:\Users\Iakov)
{PERMISSION}, permission can be:
Further information can be found on http://technet.microsoft.com/en-us/library/bb490872.aspx
If you are running Linux/Mac OS, please do the following:
sudo chmod {USER}+{PERMISSION} <PATH>/<TO>/<FILE>
where:
{USER}, user(s) who will be granted:
{PERMISSION}, permission can be:
<PATH>/<TO>/<FILE>, correspond to where your file is located (e.g.: /var/temp/file.xls)
Kind regards,
Rafael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you facing this issue (https://jira.atlassian.com/browse/CONF-27106)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.