![]() |
Convert CSV to EXCEL - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Convert CSV to EXCEL (/showthread.php?tid=41561) |
Convert CSV to EXCEL - El Forum - 05-11-2011 [eluser]Sudz[/eluser] how to convert csv to excel in php. Any example please reply. Convert CSV to EXCEL - El Forum - 05-11-2011 [eluser]InsiteFX[/eluser] Convert csv to xls (excel) in php InsiteFX Convert CSV to EXCEL - El Forum - 05-11-2011 [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"); Convert CSV to EXCEL - El Forum - 05-11-2011 [eluser]InsiteFX[/eluser] You might be able to use this, rename it excel_helper and place in the application/helpers folder. Excel Plugin InsiteFX |