C# Class DataDebugMethods.Utility

Show file Open project: plasma-umass/DataDebug

Public Methods

Method Description
NewApplicationInstance ( ) : Microsoft.Office.Interop.Excel.Application
OpenWorkbook ( string filename, Microsoft.Office.Interop.Excel app ) : Microsoft.Office.Interop.Excel.Workbook

Method Details

NewApplicationInstance() public static method

public static NewApplicationInstance ( ) : Microsoft.Office.Interop.Excel.Application
return Microsoft.Office.Interop.Excel.Application

OpenWorkbook() public static method

public static OpenWorkbook ( string filename, Microsoft.Office.Interop.Excel app ) : Microsoft.Office.Interop.Excel.Workbook
filename string
app Microsoft.Office.Interop.Excel
return Microsoft.Office.Interop.Excel.Workbook