|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Excel Spreadsheets from ASP |
From: |
Banditking |
Date: |
6/19/1999 9:59:55 AM |
IP: |
209.161.224.76 |
In my Web App, I am trying to generate Excel reports from the ASP code. Of course I do the
Response.ContentType = "application/vnd.ms-excel"
and it opens up the Excel spreadsheet in the right frame which is what I want. However, no data
generated from ASP code is displayed, only hard-coded data is. I have experimented with it and
Excel cannot see/format Session variables passed in from other ASP pages. But it CAN
display Session variables declared in the current page. I dont know if it can understand data
generated from objects by ASP code, but displays results of simple objects like Date() and
Now() just fine.
Also it would be great to know how I can format Excel spreadsheets. <b> makes it bold but
what else works? How can I display across a row as in < TD COLSPAN=5 >???
Thanks for any help/pointers!! |
Follow Up - Re: Excel Spreadsheets from ASP - JT 2/14/2000 3:57:00 PM
|
|
|
|
|
|
|
|
|
|
|
|