asp.net mvc - reading excel worksheet in mvc .net -
could examples of on how read excel spreadsheet in .net 4.0 using mvc?
i have read 3-4 worksheets in excel spreadsheet, loop through rows in each worksheet retrieve values in each cell , store in database. looking code examples point me in right directions.
thanks in advance. sue.
you can use npoi. there have many examples, can try use example importxlstodatatable
Comments
Post a Comment