Open a excel file

  • Thread starter Thread starter Dimitris
  • Start date Start date
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
 
Back
Top