# UiARD — Question 606

**Type:** multiple_choice
**Topics:** topic_1

## Question

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?

## Correct Answer

_See scenario._

## Explanation

Selected Answer: B
Compatibility: The "Workbook Write Range" activity is compatible with both Excel and OpenOffice spreadsheets, while the "Excel Write Range" activity is specifically designed for Excel files.

File handling: The "Workbook Write Range" activity creates a new file if the specified file path does not exist, while the "Excel Write Range" activity throws an exception if the specified file path does not exist. If the file already exists, both activities overwrite the existing file.

**Reference:** examtopics_top_comment

---
Source: https://hiexam.net/q/uipath/UiARD/606  
Practice (tracked): https://hiexam.net/study/UiARD/practice