ExcelService class

Excel Web Services is exposed as a web service.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Web.Services.WebService
      Microsoft.Office.Excel.Server.WebServices.ExcelServiceInternal
        Microsoft.Office.Excel.Server.WebServices.ExcelService

Namespace:  Microsoft.Office.Excel.Server.WebServices
Assembly:  Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)

Syntax

'Declaration
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/office/excel/server/webservices")> _
<WebServiceBindingAttribute(ConformsTo := WsiProfiles.BasicProfile1_1)> _
Public Class ExcelService _
    Inherits ExcelServiceInternal
'Usage
Dim instance As ExcelService
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/office/excel/server/webservices")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class ExcelService : ExcelServiceInternal

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ExcelService members

Microsoft.Office.Excel.Server.WebServices namespace