I used
<CFFILE contentType="application/x-msexcel"
action="write"
file=...
output=" <table><tr><td>...</td></tr></table>
>
to write out an excel file. That works properly so far. The problem appears, if you use excel 97. In this case, every formating in...