header("Content-type: x-application/xls");
header("Content-Transfer-Encoding: UTF-8");
header("Content-Disposition: attachment; filename=[$begin_date][$end_date].xls");
header("Pragma: no-cache");
header("Expires: 0");
echo '<html><head><meta charset="UTF-8"></head><body><table><tr><td>Раз</td><ttd>Два</td></tr></table></body></html>";