How can I import a worksheet from a password-protected xlsx
workbook into R
?
I would like to be able to convert an Excel worksheet into a csv
file without having to go through Excel itself.
It is possible for xls workbooks using the perl-based function xls2csv
from package gdata
. I gather that the problem is Spreadsheet::XLSX
doesn't support it.
There are a variety of functions and packages for importing non-encrypted xlsx workbooks, but none seems to address this issue.
At present it seems the only alternatives are to go through Excel or figure out how to write perl code that can do it.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…