How to automate excel data send with different parameters and emails addresses from external data source

We have customer open sales order report in SEI. It has customer number as a parameter. We want to run this report automatically and send it in email to different customers, using input from another csv file.

For example, I have CSV file

Customer, email

Customer1, [email protected]

Customer2, [email protected]

How can run the above SEI report/view by passing different customer numbers and asking it to send data to different email addresses?