How to use PHPExcel with CodeIgniter?



PHPExcel is a pure PHP library for reading and writing spreadsheet files and CodeIgniter is one of the well known PHP MVC framework. Here i am gonna show you how to Integrate PHPEXcel library in CodeIgniter.

Supporting Link: https://phpexcel.codeplex.com/

Demo Link: https://drive.google.com/open?id=0B3PDIPp9QjnRV0J1eGxfZFVPbjA

Best in class of the available options. Well maintained and active community project.
Supports images,charts, formulas, multiple worksheets.
Extendable: supports exporting to pdf/doc or any other format you may like. You can extend the output writer class and use any format you need.
Documentation is comprehensive and easy to understand even for beginner php programmers.
Can Load existing excel files and use them as base template for filling data.
Also supports openXML formats used by Open office or MS office 2007 or later.

source

Reply


Build A Site Info