Import excel file with asp.net -


I am working on an asp.net / c # app

Allow users to Need your app to upload .xls files (located on user machine).

How can I read data from a .XLS file, but without saving the file on the server?

tks

To be able to do something with the file on the server ( Such as using ASP.net) You must at least temporarily save the file to the server even though an Apache module allows you to upload the stream and interrupt it, but it may be a little bit oT.

There may be something you can do in javascript but I doubt it.


Comments