Page 1 of 1

Excel Sheet Generation from PHP Page

Posted: Tue Dec 30, 2014 1:08 am
by phpnewbie9
I have a home page( HomePage.php) where I have two hyperlinks for example
  • Declared
  • Un-Declared
If I click on Declared it will route me to declared.php page and if I click on un-declared it will route me to undeclared.php page.


I need to generate a single excel file with multiple tabs i.e. in the home page if I click generate excel button it should flush the o/p of Declared.php page and un-declared pages to multiple tabs in Excel .

please guide me on the same with some short examples.

Re: Excel Sheet Generation from PHP Page

Posted: Tue Dec 30, 2014 8:36 am
by Celauran
Take a look at PHPExcel.