Call of excel through C#

D

dimitris

I use the following code in order to open a excel file
through my code.

Application excel = new Application();

excel.Workbooks.Open(....

The problem is that I can't find which parameters I have
to pass the open function. The excel version in my pc is
excel 2000.

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