Closed gorkang closed 3 years ago
system2(soffice, paste0("--convert-to odt ", filename))
Need to have Java installed (e.g. https://www.java.com/en/download/manual.jsp) system2("PATH\w2l.bat", "temp.odt")
First pass at automatic OS detection implemented. Most functionality should work on Windows.
system2(soffice, paste0("--convert-to odt ", filename))
Need to have Java installed (e.g. https://www.java.com/en/download/manual.jsp) system2("PATH\w2l.bat", "temp.odt")