ExcelService Class

Excel Web Services is exposed as a Web service.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Web.Services.WebService
      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
<CLSCompliantAttribute(False)> _
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/office/excel/server/webservices")> _
<WebServiceBindingAttribute(ConformsTo := WsiProfiles.BasicProfile1_1)> _
Public NotInheritable Class ExcelService _
    Inherits WebService
'Usage
Dim instance As ExcelService
[CLSCompliantAttribute(false)]
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/office/excel/server/webservices")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public sealed class ExcelService : WebService

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