EDITED:
Hi Everyone,
Let me start by saying I'm a beginner in HTML table and CSS, so please speak plainly with any answers/ solutions :-). I'm trying to create an HTML table that pulls data from an excel file and then apply CSS for formatting to the table to drop it into an email. So far I've been able to get the data and convert it into a table. However, I'm noticing the formatting is horrible and that rows with missing data are not being skipped, so I'm getting holes in my table.
I'd like to:
-Skip rows that don't have data in the excel file so there are no holes in the HTML table
-add cell spacing
-add cell color
-add borders and collapse them
-how to put into power automate flow and link to HTML table
Not to big of an ask, right? lol
Attached image of the excel file I'm trying to mimic in HTML