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,692
Submitted on
7th June 2001
Last Updated
11th February 2009
Advertisement The banner below is an advertisement
Quikwit - AI Chatbot Platform

You May Also Like

Cloud Services You May Like

Help/Fix on AWS Kubernetes Service(EKS) (1 Hour)

One hour of help or fixes for Kubernetes clusters running on AWS EKS.

Management of Shared Storage Using AWS EFS

Setting up and managing a shared disk/folder using AWS EFS so multiple servers can access the same data at the same time

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.

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