I want to send excel data with formatting in an email body. I want to use C#
as the language and will use Epplus
library to read excel data.
I just want to automate that code and make an application. I have knowledge of how to send an email and everything.
Note: The email should contain the formatting and styles that are done in the excel. It should work like when we copy paste some data from excel file and paste them in the email.
Just tried using regular body data in email. But formatting is missing.