最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

opl - Reading tuples from excel - Stack Overflow

programmeradmin1浏览0评论

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?

发布评论

评论列表(0)

  1. 暂无评论