Reza Khan
|
| Posted: 10/02/2002, 4:20 AM |
|
Hi there , any one know how to create an Excell Output file from within a CC page !
Many thanks
Reza ( Newbie )
|
|
|
 |
Ken Hardwick
|
| Posted: 10/02/2002, 5:35 AM |
|
see http://www.gotocode.com/art.asp?art_id=49&
|
|
|
 |
Ivan Rego
|
| Posted: 11/28/2002, 6:29 AM |
|
Using PHP Templates:
BeforeShow Event on the Page ( not the Grid )
$header_filename = "";
$footer_filename = "";
Header("Content-type: application/vnd.ms-excel");
First: I get a html output ( makes me think that I am very close but..)
Sencond : How do I specify the file name and type ??
Many thanks !
Ivan Rego
|
|
|
 |
|