Excel output with codeigniter

11,203

Solution 1

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

Solution 2

use PHPExcel Library

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

this works fine with codeigniter

Share:
11,203
JonYork
Author by

JonYork

Updated on June 17, 2022

Comments

  • JonYork
    JonYork almost 2 years

    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!