How to export to Excel from HTML using PHP
I had a recent requirement of exporting a report in HTML to an Excel file using PHP. Now, there is no built in PHP extension which can help us in this regard. So the option that remains is to allow the web server to download the Excel file to user’s computer and that would be … Read more