Skip to content

ExcelReader read excel file and return json , Dictonary, And collecton

Notifications You must be signed in to change notification settings

surendrakandira93/ExcelReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExcelReader

ExcelReader read excel file and return json , Dictonary, And collecton

How to use

C# code :

string sWebRootFolder = _hostingEnvironment.WebRootPath; string sFileName = @"excelfile.xlsx"; string path = Path.Combine(sWebRootFolder, sFileName);
IExcelDataReader iExcelDataReader = ExcelReaderFactory.Reader(path); var response = iExcelDataReader.AsIEnumerable(); // return Dictonary // var response = iExcelDataReader.AsIEnumerable(); // return json

About

ExcelReader read excel file and return json , Dictonary, And collecton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages