paulyoder / LinqToExcel

Use LINQ to retrieve data from spreadsheets and csv files
MIT License
1.06k stars 299 forks source link

#114 Add 'ExcelIgnore' Attribute. #140

Open hthroweriii opened 6 years ago

hthroweriii commented 6 years ago

Creates the 'ExcelIgnore' attribute. This allows a property to be safely ignored when using StrictMappingType. Added 3 new test cases for the attribute.