Click or drag to resize

ExcelHelper Class

A class that allows for the opening and parsing of an excel document.
Inheritance Hierarchy
SystemObject
  ema3d.Api.V25.ResultsExcelHelper

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public class ExcelHelper

The ExcelHelper type exposes the following members.

Constructors
 NameDescription
Public methodExcelHelper Initializes a new instance of the ExcelHelper class and opens the specified Excel file.
Top
Properties
 NameDescription
Public propertySpreadsheetDocument Gets the underlying SpreadsheetDocument.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetCell Retrieves the cell with the specified cell reference from the specified worksheet.
Public methodGetCellRangeValues Retrieves the values of a range of cells from the specified worksheet.
Public methodGetCellValue(Cell) Retrieves the value of the specified cell.
Public methodGetCellValue(String, String) Retrieves the value of the cell with the specified cell reference from the specified worksheet.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetWorksheet Gets the Worksheet with the specified name.
Public methodGetWorksheetNames Retrieves the names of all worksheets in the Excel file.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also