ExcelService Members

Include Protected Members
Include Inherited 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.

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.)
Public property SoapVersion (Inherited from WebService.)
Public property User (Inherited from WebService.)

Top

Methods

  Name Description
Public method Calculate Calculates formulas in the open workbook, or in a range within the workbook, using numeric range coordinates.
Public method CalculateA1 Calculates formulas in the open workbook, or in a range within the workbook, using the Excel "A1" range specification.
Public method CalculateWorkbook Calculates the entire open workbook, using one of the supported calculation methods.
Public method CancelRequest Cancels the most recent request if it is still pending in the session.
Public method CloseWorkbook Closes the session and the workbook that is currently open in that session.
Public method Dispose() (Inherited from MarshalByValueComponent.)
Protected method Dispose(Boolean) (Inherited from MarshalByValueComponent.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from MarshalByValueComponent.)
Public method GetApiVersion Gets the Excel Web Services version information.
Public method GetCell Gets a calculated value from a cell in the open workbook, using numeric cell coordinates.
Public method GetCellA1 Gets a calculated value from a cell in the open workbook, using the Excel "A1" range specification.
Public method GetHashCode (Inherited from Object.)
Public method GetRange Gets calculated values from a range in the open workbook, using numeric range coordinates.
Public method GetRangeA1 Gets calculated values from a range in the open workbook, using the Excel "A1" range specification.
Public method GetService (Inherited from MarshalByValueComponent.)
Public method GetSessionInformation Gets the run-time properties for the Excel Calculation Services session.
Public method GetType (Inherited from Object.)
Public method GetWorkbook Gets the contents of the entire open workbook.
Protected method MemberwiseClone (Inherited from Object.)
Public method OpenWorkbook Opens an Excel workbook file in a new Excel Calculation Services session.
Public method Refresh Retrieves updated data from external data sources for the open workbook.
Public method SetCell Sets a value into a cell.
Public method SetCellA1 Sets a value into a cell in the open workbook, using the Excel "A1" range specification.
Public method SetRange Sets values into a range, using numeric range coordinates.
Public method SetRangeA1 Sets values into a range using the Excel "A1" range specification.
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