Skip to main content

Read Password-Protected Excel

Excel·v1.11.1
ExcelReadingWrites files

Open an Excel file that needs a password and read it into a table

Inputs

NameTypeRequiredDefaultDescription
File Path
filePath
fileRequired
Password
password
passwordRequired
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