admin管理员组文章数量:1406937
in .opl file I have the following definitions:
tuple cpipe{
string cpipe;
{string} cou;
};
{cpipe} cc = ...;
in .dat file I have:
SheetConnection sheet("small.xlsx");
cc from SheetRead(sheet,"'Sheet1'!A2:D4");
I get the following error:
Data element "cc" of type {cpipe} not supported for sheets
Can anyone suggest a simple workaround please?
本文标签: oplReading tuples from excelStack Overflow
版权声明:本文标题:opl - Reading tuples from excel - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744960563a2634628.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论