Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added ONLYOFFICE as an option Though, xlsx$open() cannot be invoked, see: https://forum.onlyoffice.com/t/invoking-opening-an-xlsx-file-from-tmp-folder-does-not-succeed/11339 * Restructured add_border It might bring some performance to this function to reduce the calls to create_border, determining style names and dimensions. * ONLYOFFICE does not work :( * [borders] fix lintr and a copy & paste mistake * Added ONLYOFFICE support When using ONLYOFFICE installed via snap please set TMPDIR to other locations within your .Renviron than /tmp since snap packages seem to be unable to access /tmp if you want to use wb$open(). Make sure to restart R/RStudio after making changes to .Renviron! * [misc] fix lintr * [misc] update NEWS, AUTHORS and WORDLIST
- Loading branch information