I have a set testSet and the content of the set is defined in an Excel-Sheet. I tried to read it using the ExcelReader from the Connect API but I can not seem to get it done. Can someone give me an explanation of how to get this done?
From you Excel sheet snippet and the Connect code it is not very clear to me what you are trying to achieve. From the Excel sheet snippet it looks like you are trying to read a 3-dimensional set where the labels are found in A2:C4. But in the Connect code you specified a data range of A1:C3. In addition, by specifying rowDimension: 0 and columnDimension: 1, you are instructing the ExcelReader to read a 1-dimensional set from the specified data range where the labels are found in the first data row. If you actually want to read a 3-dimensional set you would need the ExcelReader instructions to be like this: