04-28-2011, 01:46 AM
[eluser]Sudz[/eluser]
Can anybody help me,
Is there any library or helper to write and read excel file in codeigniter?
Can anybody help me,
Is there any library or helper to write and read excel file in codeigniter?
write and read excel files with codeigniter
|
04-28-2011, 01:46 AM
[eluser]Sudz[/eluser]
Can anybody help me, Is there any library or helper to write and read excel file in codeigniter?
04-28-2011, 05:39 AM
[eluser]michalsn[/eluser]
[quote author="Sudhakar Prajapati" date="1303994788"]Is there any library or helper to write and read excel file in codeigniter?[/quote] No, but you can use PHPExcel http://phpexcel.codeplex.com/ CI wiki: http://codeigniter.com/wiki/PHPExcel/ and some tutorial: http://virusandlinux.baskoroadi.web.id/i...deigniter/
06-01-2011, 07:57 AM
[eluser]Seb[/eluser]
The user guide given on the previous post is a little bit deprecated for the current CI. You can follow the directives at http://codeigniter.com/wiki/PHPExcel/ and then for example to generate XLSX on the fly : Code: $this->load->library('PHPExcel'); |