I want to import a password protected Excel file with R on Linux. There exists already a solution with the excel.link
package:
How do you read a password protected excel file into r?
However, in my case it's not possible, because this package is only available for Windows users. I can't find a package that offers me an import function with a password option.
Can someone help me?
# Here is an example excel document:
path <- "https://github.com/miraisolutions/xlconnect/files/794219/TestWorkbook.xlsx"
password <- "pass"