05-11-2011, 02:38 AM
[eluser]Sudz[/eluser]
how to convert csv to excel in php.
Any example please reply.
how to convert csv to excel in php.
Any example please reply.
Convert CSV to EXCEL
|
05-11-2011, 02:38 AM
[eluser]Sudz[/eluser]
how to convert csv to excel in php. Any example please reply.
05-11-2011, 06:46 AM
[eluser]Sudz[/eluser]
I have refer the tutorial you suggested but it is not working i got this notice Code: Notice: Undefined index: path in excel.php on line 75 Here is my code Code: $fp = fopen("xlsfile://example.xls", "wb");
05-11-2011, 08:08 AM
[eluser]InsiteFX[/eluser]
You might be able to use this, rename it excel_helper and place in the application/helpers folder. Excel Plugin InsiteFX |