Open a excel file

D

Dimitris

Hi.
I want to use the following code in order to open a excel
file through my program ( written in C# ). In my pc it is
installed the excel 2000.

Application excel = new Application();


excel.Workbooks.Open( ..... );

The problem is that I don't know what parameters to pass
to Open function.

Can anyone help me on this?

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