Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 19th, 2003, 02:30 AM
Authorized User
 
Join Date: Jul 2003
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default Generating Excel Reports

Hi i am using the

<%
   Response.ContentType = "application/vnd.ms-excel"
%>

to create a dynamic report that is produced from a database. The only problem that i have encountered is when i get to numbers or anything that will begin with 0 it does not disply the zero. is there anyway i can format the excel spreadsheet that has been created so that the zeros appear.

thanks if anyone can help.


 
Old August 19th, 2003, 01:53 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 344
Thanks: 0
Thanked 1 Time in 1 Post
Default

check out http://www.greggriffiths.org/webdev/both/excel which covers several approaches to this issue.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Generating reports on .NET compact framework vije Pro VB.NET 2002/2003 1 April 15th, 2008 02:31 AM
Generating reports osemollie VB How-To 3 July 19th, 2006 05:14 PM
generating reports using DTS packages brahma_ramesh SQL Server DTS 2 January 19th, 2006 05:50 AM
Generating reports from web pages badgolfer ASP.NET 1.0 and 1.1 Basics 1 September 28th, 2004 04:11 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.