Microsoft.Office.Excel.Server.WebServices namespace

Classes

  Class Description
Public class ExcelService Excel Web Services is exposed as a web service.
Public class ExcelServiceInternal
Public class ParameterInfo Gets or sets the name and values of a parameter.
Public class RangeCoordinates The four integer coordinates used to select a contiguous range.
Public class SheetInfo Contains information about a sheet in a workbook.
Public class Size Defines the width and height of the chart image.
Public class Status Represents alert information.
Public class TypeExporter This class and its members are reserved for internal use and are not intended to be used in your code.
Public class WorkbookItem Represents named items in the workbook.
Public class WorkbookModelInfo WorkbookModelInfo class for the EnsureWorkbookModel API method

Interfaces

  Interface Description
Public interface IWorkbookModelUsage Interface is called by SSPM within ECS to support usage tracking of the internal model. The object should be thread safe as a single instance of this will be created for each instance of ECS and methods may be called on multiple threads

Enumerations

  Enumeration Description
Public enumeration CalculateType Defines the different types of workbook calculation.
Public enumeration CellError Defines the supported cell error values that can be returned in an object during a call to the methods GetRange(String, String, RangeCoordinates, Boolean, []) and GetCell(String, String, Int32, Int32, Boolean, []).
Public enumeration ItemType Indicates the types of the returned items.
Public enumeration RequestType Type of request which was completed (used as part of the RequestComplete api). Process requests are a type of Execute requests but given the differences in behavior and execution time they are called out as a separate type
Public enumeration SaveOptions Specifies whether to overwrite an existing, unlocked file.
Public enumeration SheetType Indicates the type of sheet that is returned.
Public enumeration SheetVisibility Indicates whether the returned sheets are visible.
Public enumeration WorkbookCalculation Defines the calculation mode setting for a workbook.
Public enumeration WorkbookType Defines the supported workbook types.