Hi @jesus_obiang,
Yes, that is possible.
But first it would require the Data within the Excel to be formatted into a table.
Create or delete an Excel table
You could rename Excel table Name by following:
Rename an Excel Table
Then follow the steps in the image below:
Steps should be:
1. Add the Recurrence (Schedule) Trigger, specify the Frquency and Interval,
2. Add Excel ->Get Rows Action, specify the Excel file and the corresponding Table,
3. Add the Filter Array action, Add the Excel ->Get Rows Value content as the From input, then under condition, click advanced mode, copy and paste the following code:
@equals(formatDateTime(item()?['Date'],'yyyy/MM/dd'), utcnow('yyyy/MM/dd'))
This Assumes you have a Date Column defined in your Excel table,
4. Add the Create HTML table Action, specify the including headers option to yes,
5. Add the Send an Email action, click advanced options, specify the Is HTML option to Yes.

The running results:


Regards,
Michael