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