Re: mapping a single row table to OPL

Hi,

indeed SheetRead does not work for tuple but only for tupleset.

SheetRead works well with scalar values:

.mod

string v=…;

.dat

SheetConnection sheet(“oilSheet.xls”);

v from SheetRead(sheet,”‘gas data’!A2:A2″);

works fine

Do not hesitate to log a Request for Enhancement.

regards

Source: Re: mapping a single row table to OPL