EPPlus.Core icon indicating copy to clipboard operation
EPPlus.Core copied to clipboard

work with a lot column

Open ekhtiari opened this issue 6 years ago • 3 comments

Summary of the issue

i have a file with 250 column if i want to work with this file i must write a command for a column to read or write. is there any way to read all of column with data and map to a class use by header or index? thanks

ekhtiari avatar Jan 24 '19 06:01 ekhtiari

It has methods like LoadFromDataTable or LoadFromCollection.

P.S. Don't forget this news.

VahidN avatar Jan 24 '19 06:01 VahidN

is there any way to read complete data from excel and map to class ? something like automapper ?

ekhtiari avatar Jan 24 '19 13:01 ekhtiari

Here is a sample about how to read an excel file. After reading it, use it, map it, etc.

VahidN avatar Jan 24 '19 15:01 VahidN