Hello,
I currently am trying to build a program that takes tables from my excel sheet and place them into an HTML table to send via email. I have been able to create the tables and send the email but the excel sheet has some of its columns in percent format though when creating the HTML table it sends them in number format. I would like to specify a column and turn the column into a percentage format with no decimals afterwards. I currently am using List rows present, then selecting the columns in the row with a header, finally using the create html table output, which I then output into an email.

Here is my table as I am wondering if maybe I can use HTML to apply this formatting

Thank you for any help or insight anyone may have.