EPPlus Read As Collection
Using EPPlus it's easy to generate an Excel file from a generic list,
using the LoadFromCollection method. Now I'm looking to do the opposite.
How can I read an Excel file back into a generic collection, without
looping through each cell value and mapping it myself?
No comments:
Post a Comment