Demo Project using Excel Activities (Part 1)
The URL of the demo project is given below where users can learn about these activities in a better manner.
Steps:
- Create a test Excel file on the desktop.
- Open the website – ‘https://crypto.com/price/‘ which consists of different cryptocurrencies and their details in a table format.
- Extract the table from the website using the “Extract Data Table” activity and assign it to a variable of DataTable type.
- Open the previously created Excel file using the “Open Excel Application” activity.
- Create a new sheet in the Excel file using the “Set Active Sheet” activity.
- Write the extracted DataTable to the Excel file using the “Write Range” activity.
- Write a value to a specific cell in the Excel file.
- Remove the data from the Excel file using the “Delete Range” activity.