| title | Step 1 Creating the Web Service Client Project |
|---|---|
| description | Provides steps and describes how to create a new project and a simple console application that accesses Excel Web Services. |
| ms.date | 06/14/2022 |
| ms.assetid | 1f0fc9fc-0db4-47bb-8204-a06777b84e76 |
| ms.localizationpriority | high |
For this walkthrough, you will create a new project and a simple console application that accesses Excel Web Services. This walkthrough assumes you are developing in Visual Studio.
The following project uses Microsoft Visual Studio 2003.
Note
If you are using Microsoft Visual Studio 2005 or Microsoft Visual Studio 2008, the process to create a new project is slightly different depending on which settings you use in the Visual Studio integrated development environment (IDE).
-
Start Visual Studio.
-
On the File menu, point to New, and then click Project. The New Project dialog box appears.
-
In the Project Type pane, select Visual C# Projects.
-
In the Templates pane, click Console Application.
-
In the Name box, type SampleApplication.
-
In the Location box, enter the path where you want to save your project, or click Browse to navigate to the folder.
-
Click OK. Your newly created project appears in Solution Explorer.
In Solution Explorer, a file with the default name of Class1.cs has been added to your project.
Excel Services Known Issues and Tips
Step 2: Adding a Web Reference
Step 3: Accessing the Web Service
Step 4: Building and Testing the Application
Walkthrough: Developing a Custom Application Using Excel Web Services