Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/office/excel/server/webservices")> _
<CLSCompliantAttribute(False)> _
<WebServiceBindingAttribute(ConformsTo := WsiProfiles.BasicProfile1_1)> _
Public NotInheritable Class ExcelService _
Inherits WebService
'Usage
Dim instance As ExcelService
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/office/excel/server/webservices")]
[CLSCompliantAttribute(false)]
[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.