Get All Data Tables in one Excel sheet

Dear Forum,

I have multiple dynamic tables in one Excel sheet, each with different column headers (fixed for each table). These tables are separated by a single blank row, with the table header right above each table.

Currently, my logic involves reading the entire sheet and looping through it to find the row indices of each table header. Then, I use these indices to set the range for another read activity to read each table. I repeat this step for every table.

Is there a more efficient way for the bot to differentiate and read the different tables?

TestData.xlsx (10.1 KB)

Hi @FINNNNNNNN

Check the below thread. this should help you.

Regards

Hi @FINNNNNNNN

Can you try the below

BlankProcess21.zip (58.8 KB)

Output:

TestData.xlsx (14.6 KB)

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.