How do I change the default font for my spreadsheet documents?
For docx, the instructions are to update the default font in the ‘new’ template. Do I do the same for xlsx docs? My “opt” folder is empty. Should I create a “new.xlsx” with my desired font and create the following directories: “/opt/onlyoffice/desktopeditors/converter/empty”?
I’m using onlyoffice 8.2.2 on a Mac with OS v.16.2.
I appreciate your help.
Hello @killkill
Can you share this instruction for better understand of what you are referring to?
In general, yes, it works the same way as with DOCX documents.
I found directions at this forum link for updating the default font in the ‘new’ template, and they worked for me in the past for .docx docs: Permanently change default font - #2 by Alexandre
V.1
- In a terminal as root (sudo) I backed up the original /opt/onlyoffice/desktopeditors/converter/empty/pt-BR/new.docx to new.docx.orig.
- I then opened new.docx.orig in OnlyOffice, changed it to the settings I want and then tried to save, but it wouldn’t let me.
- I closed without saving.
- I opened a terminal window and started OnlyOffice as root (sudo onlyoffice-desktopeditors).
- I opened new.docx.orig.
- I then was able to save the file as new.docx.
- After I closed OnlyOffice as root and opened it again as a non-root user, the new document opened fine with the new settings.
V.2
I think there’s a shorter way to achieve it;
- sudo chmod -R 775 /opt/onlyoffice/desktopeditors/converter/empty/
- Copy new.docx file to another location > edit it and replace back.It worked this morning during the tests, but your way seems to work too.