View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
marcin.waligora marcin.waligora is offline
external usenet poster
 
Posts: 1
Default Saving HTML as Excell

Thanks for the reply.

I've tried that. Unfortunatelly, when I rename it to for example to .xslx I
get an error that the file is corrupted (because it's not .xslx). Do you have
any other ideas?

" wrote:

I'm thinking you're getting the security warning in 2007 because of
the file extension. Unless your file has one of the new Excel 2007
extensions (.xlsx, .xlsa, xlsm, etc) you're going to get a warning.
It doesn't mean anything is wrong with your file. It's just a new
"feature" in Office 2007.

Hope that helps...

Cory

On Nov 21, 10:54 am, marcin.waligora
wrote:
Hello all,

In my project we have exporting to Excel capabapility. What we used to do is
generate HTML and set content type as Excel. This worked great for 2003. When
I open the file in 2007 I get a security warning.

Does anyone have any idea, how can I make the warning dissapear?
Thank you in advance