Page 1 of 1

A developer needs to create a process that writes the table to an Excel file. While creating this process, the developer

Posted: Wed Mar 15, 2023 5:18 am
by answerhappygod
A developer needs to create a process that writes the table to an Excel file. While creating this process, the developer notices that two activities with the same name can write the scraped DataTable to Excel.
What are the differences between the Workbook and Excel Write Range activities?

A. (Excel) Write Range activity only works in the foreground, visible to the user.
(Workbook) Write Range activity only works in the background.
B. (Excel) Write Range activity must be included in an Excel Application Scope activity.
(Workbook) Write Range activity requires that the file is not opened by the user before running.
C. Excel Write Range activity will create the file in the WorkbookPath property if it does not exist.
Workbook Write Range activity can only be used when Excel is installed.
D. (Excel) Write Range activity only works in the background.
(Workbook) Write Range activity will create the file in the WorkbookPath property if it does not exist.