CodeIgniter Forums
implementation of excel & pdf generation - 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: implementation of excel & pdf generation (/showthread.php?tid=19002)



implementation of excel & pdf generation - El Forum - 05-24-2009

[eluser]yogesh_CI[/eluser]
Hi,

Is there any class already for excel, pdf generation in CodeIgniter?
Please let me know any example or reference link for excel, pdf generation in CI.

Thanks


implementation of excel & pdf generation - El Forum - 05-25-2009

[eluser]Thorpe Obazee[/eluser]
look into bambooinvoice. it uses the 2 plugins that you need.


implementation of excel & pdf generation - El Forum - 05-25-2009

[eluser]yogesh_CI[/eluser]
Thanks

Is there any way to integrate php_writeexcel with codeigniter?


implementation of excel & pdf generation - El Forum - 05-27-2009

[eluser]Skuja[/eluser]
bambooinvoice is written on codeigniter


implementation of excel & pdf generation - El Forum - 05-27-2009

[eluser]yogesh_CI[/eluser]
I checked it, but i want to do formatting in excel & it is not done.
e.g. how to set the headers as bold?


implementation of excel & pdf generation - El Forum - 05-27-2009

[eluser]Dam1an[/eluser]
The easiest way would be to generate an excel file without bold, change a single cell to be bold, and then diff the 2 files, you then know what code you need to make it bold
Repeat for all sorts of formating you want

Or... google it, chances are its been done before


implementation of excel & pdf generation - El Forum - 07-06-2009

[eluser]moodsey211[/eluser]
You could use XML. Excel supports XML Spreadsheets. You could easily format it. Not only in excel but also in word too.

heres a link:

Microsoft Office XML formats