I read some topics on the "The file you are trying to open is of different format..." and I tried to make a filename-generator-impl that would produce .xlsx files but that didn't help either. Is there any way to control the response content-type headers?
You could change both but I do not think it will work because the xls
emitter does not generate xlsx files.
Jason
On 12/12/2011 4:21 AM, Nicklas Karlsson wrote:
> Hi,
>
> I read some topics on the "The file you are trying to open is of
> different format..." and I tried to make a filename-generator-impl that
> would produce .xlsx files but that didn't help either. Is there any way
> to control the response content-type headers?
On 12/13/2011 1:26 AM, Nicklas Karlsson wrote:
> It doesn't? Strange, wonder why Excel is complaining then if the xls
> produced is an xls?
>
> Thanks, I'll see what the xml tuning produces...