Excel & Web Browser Embedding

Z

zoddiax

Can you please help me open excel 2007 files in Windows Form Applications
using Web Browser control...

Following is my code:

private void button1_Click(object sender, EventArgs e)
{
webBrowser2.Navigate("D:\\Sample.xlsx",true);
}

Whenever I execute this code, I get Open/Save/Cancel dialog and when I
choose Open the file opens separately.

I want to embed my excel files in web browser control.

Any help will be greatly appreciated.

Thanks.
 

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

Top