A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Tag Archives: excel

Reading and Writing Excel Spreadsheet Using PHP

I have blogged about Microsoft Excel and PHP within the past few months. So a post from Zend Devzone caught my attention. It is about reading and writing into Excel using PHP. You can add a spreadsheet, do calculations and … Continue reading

Posted in General | Tagged , | Leave a comment

Zend Framework: View File downloaded as Excel File

This is basically a back-up post from my previous posts regarding exporting of data from a database to an excel file. Since Excel is able to read HTML tables, we can directly export a “view” file into an excel file … Continue reading

Posted in General | Tagged , | 6 Comments

HTML Table to Excel File Tutorial

Here is a tutorial on how to export something from your database to an excel file using PHP. It is useful when you want to download a report. Basically, it displays an HTML table but instead of showing it in … Continue reading

Posted in General | Tagged , | Leave a comment