Managing large Excel files in Studio Pro

When dealing with big-size files, we may need to split them in order to read all their content.

Let’s explore how to split large Excel files.

We will be using this file: Employee Sample Data.xlsx as an example.

Steps

  1. Create a new Project in Studio Pro.

  2. Insert the Read Excel Range activity.image-20230104-212809.png

  3. You can split the file as many times as you need. In this particular example, we are going to split it into 2. As the file contains 3,000 rows, we suggest first reading 1,500 lines and then the next 1,500 lines. So, enter the “From row” value as 1 and the “To row value” as 1500.

  4. Repeat this procedure one more time.

  5. As a result, you obtain two separate variables with the values you previously set. Look at the screenshots below.

image-20230104-213230.pngimage-20230104-213207.png

To read more step by step guides navigate to the How-to’s section in our Automation Hub

2 Likes