answersLogoWhite

0

You will need to use System.Data.OleDb to do it right.

See the link for the full code sample in VB and C#

http://www.aspfree.com/c/a/ASP.NET-Code/Read-Excel-files-from-ASPNET/

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you retrieve data stored in the database into the textarea using ASP?

To retrieve data stored in a database and display it in a textarea using ASP, you can use a server-side script to query the database and fetch the data. Then, you can populate the value of the textarea with the retrieved data by echoing it within the textarea tag during the rendering of the page.


Regarding lrit What is the difference between the authorised asp and the recognised asp?

An authorised ASP is authorised to test/certify. The recognised ASP is the ASP that provides the Data Centre for that particular Administration.


What object is used to request data from a form in ASP?

Response


Can you use an ASP textbox using PHP?

No


Can you get ipaddress by using javascript?

No, use asp


What does the term index ASP refer to?

index ASP is generally the main page or file for any website operating or using Active Server Pages as a web application framework. This is true of both Classic ASP, ASP 2.0 and ASP 3.0.


What is cdbl?

I believe it is a way to convert data in Classic ASP to double precision.


Why asp is better than HTML?

ASP is for generating dynamic data driven websites. The data it sends to the user is in the form of HTML. HTML is the markup language which allows your browser to render a webpage into a particular format through the use of CSS. At the end of the day, ASP makes use of HTML to make interactive websites


How do you convert Encryption to base64 decryption using asp?

how to convert encryption to decryption using VB


What is the correct way to include the file time.inc using ASP?

hi


Is there a charge for using asp net hosting?

The asp net hosting is absolutely free. In fact there are several that have multiple email addresses at no additional cost.


How asp.net webpages get processed from the time we type web address in local host using IIS server to the response page we get.?

* When a browser requests an ASP file, IIS passes the request to the ASP engine. The ASP engine reads the ASP file, line by line, and executes the scripts in the file. Finally, the ASP file is returned to the browser as plain HTML