HTML to XLS

  • Thread starter Thread starter Mystique
  • Start date Start date
M

Mystique

I have a project in which i generate and display HTML files in AxWebBrowser
How can I convert the HMTL to an Excel file (XLS) ?

Regards,
Mystique
 
Aside from using the Excel COM Automation object library or a third party
component, the only remaining way is to set the ContentType MIME header to
its Excel counterpart and get the document to come up in Excel inside the
WebBrowser control. At that point, with Excel hosted inside the browser
container, your user would be able to save the document as XLS.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top