Skip to main content

Read Password-Protected Excel

Excel·v1.1.0
ExcelWrites files

Open an encrypted .xlsx with a password and read the sheet contents into a DataTable. Use this when the file uses ECMA-376 encryption that plain Excel readers cannot decrypt.

Inputs

NameTypeRequiredDefaultDescription
File Path
filePath
fileRequired
Password
password
stringRequired
Sheet Name
sheetName
stringOptionalOptional. Defaults to the first sheet in the workbook.
Output Variable
outputVariable
variableOptionalExcelData

Output

ExcelDataDataTable

Data read from the password-protected sheet

  • RowsArray
  • ColumnsArray
  • RowCountNumber

Compatibility

WindowsLinuxAttendedUnattended

Related activities