Read data from Excel in Reframe work

Hi everyone,

I want to read data from Excel in Re framework.

Getting confused to write Read range Activity in Init State or Get Transaction Data.

May I know the steps to Read Excel files in ReFramework.

Thank u.

If it’s only for initialization, you’ll want to use a Read Range activity in the section of the REFramework that only runs once. Load the data into the TransactionData table that comes built into the framework.

Alternatively, you can use the Enhanced REFramework, which has Excel transaction reading built in.

Thank you