You can build a flow with daily recurrence.
Then add an action "list rows in table".
Once you get the rows you can loop through each one and compare the ticks (it's a function that you can put into an expression that will give you an integer that you can compare) with the ticks of utcnow()
And for each line where ticks(utcnow()) is greater than ticks(yourdateinexcel), you send that email.
If it gives you trouble, feel free to post some screenshots of where you're having issues.