This is a excel export module to Kohana. Simpel use like this:
$excelExport = new Excel_export();
$excelExport->addRow(array('first row, first column','first row, second column'));
$excelExport->addRow(array('second row, first column','second row, second column'));
$excelExport->download('myExcelFile.xls');
Full documentation of all available methods and parameters are in the module library source.
Bug reports, comments, improvements; very welcome. :)
Hashes: #kohana excel export module #kohana module #kohana #excel export #php