Hi !

I've moved the code to a servlet now. The exception no longer occurs
- but the content of my excel-file is still displayed as text.
Currently I do:

  response.setContentType("application/vnd.ms-excel");
  OutputStream f = response.getOutputStream();

Is this the correct MIME-Type ? that's the only one i've seen, that
has something to do with ms-excel.

Regards,
Dirk


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to