I have an issue that I just cannot get resolved. Maybe I'm just missing something but I've been staring at this and trying several things this morning and it is just not doing what I want it to do.

I'm using Glenn's XlLib functions to read training data from excel and have it create a list of followed trainings for each of our employees. The Excel file contains column names in the first row and then x rows of data. Each row represents one training and has six columns with data like training name, start date, end date, etc.... Up until now I’m not able to get the data displayed after reading the Excel file. Any help would be appreciated. Below is a small example of how I’m reading the data from Excel but I cannot seem to figure out a way to display it without getting “Array out of bounds….”, “This type of array is not supported…”, etc…

 Code:
$oXLS = xlInit()
$XLSFile = xlFile($oXLS, "Open", "d:\testfile.xlsx")

$val = xlRangeValue($oXLS, 'A2:F3')

$rc = xlQuit($oExcel)


My test excel file look like this.
 Code:
  A	B	C	D	E	F
1 name	start	end	where	who	certificate
2 name1	start1	end1	where1	who1	certificate1
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.