use
select * into outfile 'filename.xls' fields terminated by '\t' optionally enclosed by '"' lines terminated by '\n' from table....
versions later than Excel '97 will open it as a spreadsheet
also, an HTML-formatted table, minus the opening and closing <table> tags, will be opened as a spreadsheet by some later versions of Excel