Hi!
I need a way to read a Excel file from a stream. It doesn't seem to work with the ADO.NET way of doing things.
The scenario is that a user uploads a file through a FileUpload and i need to read some values from the file and import to a database.
For several reasons i CAN'T save the file to disk, and there is no reason to do so eighter.
So, anyone know of a way to read a excel file from a FileUpload stream?