UiPath UiPath-ADAv1 Question Answer
What is true about the behavior of the Read Range Workbook activity?
It works only with .xls files, and Excel does not need to be installed on the system.
It works only with .xlsm files, and Excel must be installed on the system.
It works with .xls and .xlsx files, and Excel does not need to be installed on the system.
It works with .xlm and .xlsx files, and Excel must be installed on the system.
The Read Range Workbook activity is part of the UiPath.Excel.Activities package and allows reading Excel data without requiring Excel to be installed.
Why Option C is Correct?
Supports both .xls (Excel 97-2003) and .xlsx (Excel 2007+) formats.
Works without installing Microsoft Excel, using UiPath's built-in Workbook activities.
Faster execution because it does not rely on the Excel application.
Why Other Options Are Incorrect?
A (Only .xls and Excel not needed) ❌
.xlsx files are also supported in Workbook activities.
B (Only .xlsm and requires Excel) ❌
.xlsm (macro-enabled) files can be read, but Excel is NOT required for reading non-macro content.
D (xlm instead of xlsm) ❌
.xlm is not a valid Excel format.
TESTED 16 Jul 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved