Share via


ExcelService members

Excel Web Services is exposed as a web service.

The ExcelService type exposes the following members.

Constructors

  Name Description
Public method ExcelService() Initializes a new instance of the ExcelService class.
Public method ExcelService(String) Obsolete. Initializes a new instance of the ExcelService class, passing in the baseUrl for context. This constructor would be used when calling methods outside of an http request

Top

Properties

  Name Description
Public property Application (Inherited from WebService.)
Public property Container (Inherited from MarshalByValueComponent.)
Public property Context (Inherited from WebService.)
Public property DesignMode (Inherited from MarshalByValueComponent.)
Protected property Events (Inherited from MarshalByValueComponent.)
Public property Server (Inherited from WebService.)
Public property Session (Inherited from WebService.)
Public property Site (Inherited from MarshalByValueComponent.)
Protected property SkipFeatureCheck (Inherited from ExcelServiceInternal.)
Public property SoapVersion (Inherited from WebService.)
Public property User (Inherited from WebService.)

Top

Methods

  Name Description
Public method Calculate (Inherited from ExcelServiceInternal.)
Public method CalculateA1 (Inherited from ExcelServiceInternal.)
Public method CalculateWorkbook (Inherited from ExcelServiceInternal.)
Public method CancelRequest (Inherited from ExcelServiceInternal.)
Public method CloseWorkbook (Inherited from ExcelServiceInternal.)
Public method Dispose() (Inherited from MarshalByValueComponent.)
Protected method Dispose(Boolean) (Inherited from ExcelServiceInternal.)
Public method EnsureWorkbookModel (Inherited from ExcelServiceInternal.)
Protected method Finalize (Inherited from MarshalByValueComponent.)
Public method GetApiVersion (Inherited from ExcelServiceInternal.)
Public method GetCell (Inherited from ExcelServiceInternal.)
Public method GetCellA1 (Inherited from ExcelServiceInternal.)
Public method GetChartImageUrl (Inherited from ExcelServiceInternal.)
Public method GetPublishedItemNames (Inherited from ExcelServiceInternal.)
Public method GetRange (Inherited from ExcelServiceInternal.)
Public method GetRangeA1 (Inherited from ExcelServiceInternal.)
Public method GetService (Inherited from MarshalByValueComponent.)
Public method GetSessionInformation (Inherited from ExcelServiceInternal.)
Public method GetSheetNames (Inherited from ExcelServiceInternal.)
Public method GetWorkbook (Inherited from ExcelServiceInternal.)
Public method GetWorkbookConnections (Inherited from ExcelServiceInternal.)
Protected method GetWorkbookPathFromHost (Overrides ExcelServiceInternal.GetWorkbookPathFromHost().)
Public method NewWorkbook (Inherited from ExcelServiceInternal.)
Public method OpenWorkbook (Inherited from ExcelServiceInternal.)
Public method OpenWorkbookEx (Inherited from ExcelServiceInternal.)
Public method OpenWorkbookForEditing (Inherited from ExcelServiceInternal.)
Public method Refresh (Inherited from ExcelServiceInternal.)
Public method RefreshEx (Inherited from ExcelServiceInternal.)
Public method SaveWorkbook (Inherited from ExcelServiceInternal.)
Public method SaveWorkbookCopy (Inherited from ExcelServiceInternal.)
Public method SetCalculationOptions (Inherited from ExcelServiceInternal.)
Public method SetCell (Inherited from ExcelServiceInternal.)
Public method SetCellA1 (Inherited from ExcelServiceInternal.)
Public method SetParameters (Inherited from ExcelServiceInternal.)
Public method SetRange (Inherited from ExcelServiceInternal.)
Public method SetRangeA1 (Inherited from ExcelServiceInternal.)
Public method ToString (Inherited from MarshalByValueComponent.)

Top

Events

  Name Description
Public event Disposed (Inherited from MarshalByValueComponent.)

Top

See also

Reference

ExcelService class

Microsoft.Office.Excel.Server.WebServices namespace