Want to hire a development team?
No Images Added Yet

Create Excel on the Server

Rated3.2/5 (23 ratings)
Add to Favorites
Publisher
A code example demonstrating how to create excel documents on your server.
Product Details

This code example demonstrates how to create excel documents on your server. Using the US state info db, after reading the contents of the db instead of writing output to the browser, html text is written to the server with the .xls file extension. A link to the new document is created (in the browser) for easy navigation to the new document. The current time (server time) is also displayed to show that the excel document was created dynamically.

Report this Listing
Price
Free
Licence Type
Free
Views
12,638
Submitted on
7th June 2001
Last Updated
11th February 2009

You May Also Like

Cloud Services You May Like

Cost optimization by archiving standard AWS snapshots

Reduce storage costs by cleaning up and archiving old EC2 or EBS snapshots safely.

1 Hour AWS Consulting Services/Support

One hour of flexible AWS consulting or support for architecture, design, or issues.

Analysing your AWS bill and suggesting ways to reduce costs

Deep analysis of your AWS bill with a detailed list of cost saving recommendations.

Help/Fix on AWS VPC General/Advanced Services (1 Hour)

One hour of help or fixes for AWS VPC networking issues or advanced configurations.

User Reviews

Please rate the listing and tell the world know what do you think about the listing.
(23 ratings)
Average User Rating: 3.2/5
Create Excel on the Server
Reviewed byAnonymousonTue, 29th March 2005
Rating 5 - Excellent
The connection string in this example is outdated. Should be: "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("dbname.mdb"). Once I did that, the rest flowed well. Good script and I use it currently. Chris
Displaying 1-1 out of 1 reviews
View All Reviews