Read and Excel file using web API get method.
I have the code to read an excel file normally i.e., using the C# console app but can we use the same logic using a web API controller?? and the read data must be displayed using the same web API method??