Introduction - If you have any usage issues, please Google them yourself
		 
Wrapps handling an excel sheet in a MATLAB Class 
Supports: 
* Launching an Excel Sheet in Foreground or in Background 
* Save the workbook 
* Run a macro 
* Assign a range 
* Refresh workbook 
* Export Sheet to PDF 
* Select a given sheet 
* Reinstall an Add-in 
* Get a data table given the name of the first column as a dataset 
* Get the value of field in a given sheet (Horizontally or 
vertically)
Example: 
wrapper = ExcelWrapper( wbname )  
tableDataset = wrapper.GetXLSDataset( sheetname ,  firstcolumnname )