This is a discussion on "Generation of excel file" within the PHP Forum section. This forum, and the thread "Generation of excel file are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Generation of excel file
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Generation of excel file
Hi,
I need code for storing my output into an excel file. I need to store this file in the server. We are using Spreadsheet_Excel_Writer from Pear package. I could send it as attachment. But I need to store it in the server. Code for sending as attachment: header("Content-type: application/vnd.ms-excel"); header("Content-Disposition: attachment; filename=$filename"); header("Expires: 0"); header("Cache-Control: must-revalidate, post-check=0,pre-check=0"); header("Pragma: public"); If anybody has done it before, pls help. Thanks, Sadanandam. |
|
|
![]() |
| Tags |
| excel |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Automated generation of thumbnails like artviper | mikka23 | PHP Forum | 3 | Apr 6th, 2008 17:50 |
| Creating a log file (text file) and an XML file using XSL | kdelacruz | Other Programming Languages | 1 | Nov 4th, 2006 21:12 |
| random number generation | djme | PHP Forum | 2 | Dec 28th, 2005 05:15 |
| Import the Excel File | accessman | Databases | 2 | Oct 8th, 2005 23:17 |
| Excel to ASP... | courtjester | Classic ASP | 14 | Sep 27th, 2004 20:44 |