EPPlus.DataExtractor
EPPlus.DataExtractor copied to clipboard
EPPlus extension that make easier to extract POCO from excel tables
Results
11
EPPlus.DataExtractor issues
Sort by
recently updated
recently updated
newest added
In the following example, I get `Object must implement IConvertible` if entire Column between Column D and Column H is blank ``` private List GetStudentScores(ExcelPackage p, List students, out int...