There is more than one way to create Excel sheets. 1. You can use a class like PHPExcel. You get a native Excel file. 2. You can save a simple HTML table as xls. Excel is able to read the table. 3. You can create a CSV file. Excel is able to import the file.
Depending on your customers wishes, the amount of data and your skills you can choose one of the above options. Hope that helps. Markus -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
