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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -