Well, writing to EXCEL files requires an Com Object. There is a specific binary structure that ASP is not capable of.
However.. you can create a CSV (comma separated value) file which Excel can understand. The format is like this:
row_header,row_header,row_header
value,value,value
value,value,value
etc