Expert help on ASP.NET+Excel

bungpeng

Well-known member
Joined
Sep 10, 2002
Messages
906
Location
Malaysia
I want to develop a web page which display MS Excel
in browser, user enter data in MS Excel and submit
the page back to server. App will save the data from
Excel to database.

Is it possible? How to do it?
 
It is possible. You would create a unique document on the server for each session and once the sheet is saved back to the server you would just pull the data into the database as normal.

I cant think why you would want to do this, it would be easier to just use a form.

John
 
Can you give me more information? I have no idea to submit excel back to server and read data from Excel then insert to database...
 
Back
Top