Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Excel output with codeigniter

I'm trying to get a report from my codeigniter project in excel, but I am at a complete loss on how to do it. It already works well, just would like the output in excel rather then a page.

Any tips/pointers/explanations?

thanks!

like image 938
JonYork Avatar asked Mar 23 '11 14:03

JonYork


2 Answers

I'll refer you to this wiki article from the codeIgniter site, or to this tutorial

like image 123
Mark Baker Avatar answered Nov 03 '22 18:11

Mark Baker


use PHPExcel Library

put the class folder in your codeigniter application library and call the PHPExcel class

this works fine with codeigniter

like image 21
JDP Avatar answered Nov 03 '22 19:11

JDP