Export output in MS-Excel

hi everyone
I am building a system in PHP and MySQL that exports output in Ms-Excel after performing query from MySQL … Please suggest me appropriate library or code…
Waiting for reply…

Hi,
this code was for me useful, when i had the same trouble.

Thanks Vincentas for your kind support,
When I run “this code” I got following error:
Fatal error: Using $this when not in object context in C:\xampp\htdocs\stud\xl.php on line 4
Please help me…

From what Vincentas said, you can go to http://phpexcel.codeplex.com
Simple tip: if you need a simple Excel file, just for view, create a HTML table and name it as .xls :slight_smile: Excel knows how to handle it.