The app builds a Dataset from the selected Sheet of an excel file and sends the emails to the people listed there. (The email text is also in the excel.)
-
Updated
Dec 27, 2022 - C#
The app builds a Dataset from the selected Sheet of an excel file and sends the emails to the people listed there. (The email text is also in the excel.)
Two ways to read excel file row by row, one with "ExcelPackage" and one with "Office interop" method. Plus, create DataSet from excel where every sheet as a table of the dataset
Add a description, image, and links to the excel-dataset topic page so that developers can more easily learn about it.
To associate your repository with the excel-dataset topic, visit your repo's landing page and select "manage topics."