Excel Sheet Generation from PHP Page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phpnewbie9
Forum Newbie
Posts: 1
Joined: Tue Dec 30, 2014 12:59 am

Excel Sheet Generation from PHP Page

Post 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.
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Excel Sheet Generation from PHP Page

Post by Celauran »

Take a look at PHPExcel.
Post Reply