以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 无法将类型为“System.Collections.Generic.List`1[System.String[]]”的对象强制转换为类型“System.Collections.Generic.List`1[System.String[]][]”。 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=54119) |
-- 作者:ccbbdlzj -- 发布时间:2014/7/22 11:47:00 -- 无法将类型为“System.Collections.Generic.List`1[System.String[]]”的对象强制转换为类型“System.Collections.Generic.List`1[System.String[]][]”。 无法将类型为“System.Collections.Generic.List`1[System.String[]]”的对象强制转换为类型“System.Collections.Generic.List`1[System.String[]][]”。
啥意思? |
-- 作者:有点甜 -- 发布时间:2014/7/22 11:48:00 -- 出错的代码是什么?贴出对应代码。 |
-- 作者:ccbbdlzj -- 发布时间:2014/7/22 11:51:00 -- MainTable= Tables("员工产品销售目标调整表") Dim ygcpxsmbtzb As Table =Tables("员工产品销售目标调整表") Dim Book As New XLS.Book("\\\\Bddfzlzh-kh\\中国建设银行绩效考核系统\\EXCEL报表模板文件\\工资相关\\员工产品销售目标调整表.xls") \'定义一个Excel工作簿 |
-- 作者:有点甜 -- 发布时间:2014/7/22 11:52:00 -- 改成
Dim yg As List(Of String()) = ygb.GetValues("员工代码|员工姓名","员工代码< 860899") |
-- 作者:ccbbdlzj -- 发布时间:2014/7/22 11:59:00 -- 成了!非常感谢! |