What kind of data do you have on your Excel? Is it a list of emails and their names? If so, you can use a loop after reading in your excel document to loop through each email to send and by passing all your necessary data via flow variable to the Send Email node. I have replied to a similar question in this thread below:
But the main idea would be that you should be looping over your table you read in after you use your excel reader.