Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Extract Excel Data With ASP
Name: seahunt Date: September 9, 2005 at 09:16:41 Pacific OS: XP, 2003 CPU/Ram: Pentium3 + 1MEG
Comment:
Can anyone tell me how to extract data from a simple Excel page with ASP.old. They want it automated, so I cannot export it as a .CSV file, which would be the easy way. I'd appreciate any suggestions Thanks, seahunt
Name: Doleks Date: September 12, 2005 at 03:30:12 Pacific
Reply:
There is one way to do it. You have to use Excel COM object. Another way is to use ODBC drivers for this. ODBC is better decision I think. Say if it help you!
Summary: I have a production web server that is working fine, and a test web server that is also working fine. I test on the test server and then once the web pages work, i will then put them on the production...
Summary: I am using DataBinder to show table data in asp.net datalist control in a table using dataset. The databinder is showing records in table row wise that is first record in first row, second record in s...
Summary: Hi I am trying to read from an excel file to my asp.net pages. Everything displays fines except the column the has decimal values in it. In my excel files I am restricting the Cell format to only show...