COM extended - Excel
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
I have an ASP .NET application in which I had to open an Excel file and read data. I included a COM reference for Excel Object and used the Excel Application object to read from a spreadsheet. I am assuming this is an unmanaged code. Doesn't .Net have some class similar to this which can allow me to access any cell inside an Excel Sheet? Praveen