I've did some searching, but haven't really found any good guides on how to do this.
I want to be able to upload an excel file, but I don't want to store it on the server. I want to read it from the computer of the user and go over the values. Afterwards I will write the data away into the database using EF.
To ask a clear question: How do I read data from an excel file on the computer of a user?