This action decrypts protected XLSX files.

Parameters:
See dedicated page for more information.
See dedicated page for more information.
Decrypts a password-protected .xlsx workbook and writes an unprotected copy to a target path. Designed to complement encryptXLSX—use the same credential for round-trip scenarios.
temp/out.xlsx produced by encryptXLSX).records/clear.xlsx.clear.xlsx.Round-trip validation
%assets%/file_example_XLSX_10.xlsx → temp/out.xlsx with a known password.temp/out.xlsx → records/clear.xlsx with the same password.clear.xlsx from Records to verify.Unlock for downstream processing
temp/clear.xlsx.Source not found / write failures
Verify the idIn path exists and that idOut specifies a valid selector and filename (e.g., records/clear.xlsx).
Authentication errors
A wrong or missing password will cause decryption to fail. Confirm the credential and that the input is truly an encrypted XLSX.
Unexpected content
Ensure the input is a genuine .xlsx workbook; other formats (e.g., .xls, .csv) are not supported.
idOut location.idOut uses recorded data, the file is available for download in the Records panel.