Xlsx/Csv File Reader
Need C# MVC coder that will do the following-
Take a filepath for an online xlsx, xls or csv file (must be able to handle each of these formats) as well as place data in a MemoryStream therefore that it can be read by a StreamReader.
Only take data from main worksheet in the file if there are multiple sheets (for .xlsx or .xls formats)
Want file data to be entered into an html table for previewing purposes. Only want first six rows from the file data to be placed into a table.
The amount of columns in the table will be dependent on the number of columns in the file
Desired Skills are .NET, HTML, C#, ASP.NET MVC, .NET for Web