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. * Extended by Nik Chankov *