❔ Package recommendations for importing Excel/CSV and mapping columns to EF Core models
For a project we need to implement a CSV and/or Excel import. I'm thinking we'd look at the columns provided in the uploaded document and "guess" which columns in the import should map to columns in the table (e.g. compare strings ignoring case), and allow the user to map columns for ones that do not match.
Any recommended packages for something like this? Thank you!
2 Replies