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
-
Updated
Jul 23, 2021 - C#
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
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.)
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."