How to upload a excel's data into a List or DataTable without saving and then deleting the excel file?
I use asp.net C#.
For example, I have a excel file with some data, and I want to get the data from the excel file into a List or DataTable without saving the excel into a file system and then deleting the excel file. So I can avoid the IO operation.