ExcelServicesWork Members

Include Protected Members
Include Inherited Members

Represents a job that is composed of a workbook, input rows, collection of inputs within a row, calculations, and results.

The ExcelServicesWork type exposes the following members.

Constructors

  Name Description
Public method ExcelServicesWork Initializes a new instance of the ExcelServicesWork class.

Top

Properties

  Name Description
Public property DataCulture Gets or sets the data culture to use when opening the workbook.
Public property DataCultureName Gets or sets the name of the data culture.
Public property DeserializationFile Gets or sets the location of the file where the object's memory is written out by using XML serialization.
Public property ExcelService Gets the ExcelService Web service proxy object for the ExcelServiceUrl property.
Public property ExcelServiceUrl Gets or sets the URL to the Excel Web Services.
Public property InputCollection Gets or sets the InputCollection property that contains the InputRow object.
Public property JobStatus Gets or sets the job status of the open workbook method.
Public property SessionID Gets the SessionID property from opening the workbook.
Public property UICulture Gets or sets the user interface culture for opening a workbook.
Public property UICultureName Gets or sets the user interface culture name.
Public property WorkbookUrl Gets or sets the location of the workbook to open.

Top

Methods

  Name Description
Public methodStatic member DeserializeMe(String) Takes an XML file and deserializes the XML into an object.
Public methodStatic member DeserializeMe(Stream, String) Takes an XML file and deserializes the XML into an object.
Public method Dispose
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OpenWorkbook Opens the workbook specified by the constructor parameters or the WorkbookUrl property.
Public method PerformCalculations Performs calculations for the input row of cells.
Public method SerializeMe() Serializes the current instance of the object based on the DeserializationFile property.
Public method SerializeMe(String) Serializes the current instance of the object based on the FileName parameter.
Public method SerializeRefresh Gets an instance of an ExcelServicesWork object based on the XML serialization file contained in the DeserializationFile property.
Public method ShallowCopy Provides a shallow copy of the key properties necessary to recreate an ExcelServicesWork object.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

ExcelServicesWork Class

Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace