Reading an Excel file after upload

Q

Quan

I am a beginner in ASP.Net and I need help.

I am trying create a page for user to upload an Excel
spreadsheet for me to read and do calculation on.

I used the <INPUT type=FILE...> for the user to choose the
file. After submitted, I can get
the .PostedFile.InputStream into a byte array, but how
would I convert that into a DataSet where I can loop
through and calculate my data.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top