大家好,
怎么才能把datatable的数据直接粘贴到SAP中,我是用了“Set To Clipboard”,但是输出是String,并没有tabla里的数据,谢谢!
需要把“POtable”中的数据粘贴到下面SAP中
大家好,
怎么才能把datatable的数据直接粘贴到SAP中,我是用了“Set To Clipboard”,但是输出是String,并没有tabla里的数据,谢谢!
需要把“POtable”中的数据粘贴到下面SAP中
@yt.yutao
假如我要粘贴 header2 的内容到SAP
用read datatable 读取 excel
用 write text file activity 将Header2 内容写入text file
Text = String.Join(Environment.NewLine, dt.AsEnumerable().select(function(x) x("Header2").toString).ToList)
点这个按钮
输入 Step2 的 txt 文件路径, 点Open
数据已粘贴到SAP!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.