[SOLVED] Â export function save csv file to a specific folder |
12/7/2012 10:50:22 AM |
PHPRunner General questions | |
C
chrispa author
hi, |
|
![]() |
Admin 12/7/2012 |
You need to write the code that prepares the export file and saves it to some folder on the web server. The article you mentioned provides some pointers. |
C
|
chrispa author 12/8/2012 |
You need to write the code that prepares the export file and saves it to some folder on the web server. The article you mentioned provides some pointers. Besides that you need to make sure that web server user has WRITE permissions on this folder.
|
![]() |
Admin 12/8/2012 |
You can find some sample code at http://code.stephenmorley.org/php/creating-downloadable-csv-files/ |
C
|
chrispa author 12/10/2012 |
You can find some sample code at http://code.stephenmorley.org/php/creating-downloadable-csv-files/
|
![]() |
Admin 12/10/2012 |
If you want to modify PHPExcel code check PHPExcel documentation at http://phpexcel.codeplex.com/releases/view/96183 |