CakePHP Excel Helper

This is a helper for building multi-sheets Excel documents in CakePHP. The hepler was inspired from Yuen Ying’s blog post, but it’s extended to support multiple sheets. The helper: <?php /**  * This xls helper is based on the one at  * http://ykyuen.wordpress.com/2009/10/04/cakephp-export-data-to-a-xls-file/  * actually creates an xml which is openable in Microsoft Excel.  * [...]