以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 导入Excel的长时间错误 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=89681) |
-- 作者:goldenfont -- 发布时间:2016/8/26 19:07:00 -- 导入Excel的长时间错误 Excel里有一列时间都是长时间,2016-07-01 08:30:29,这样的列,在foxtable里设置了时间类型,DataLongTime,导入后日期没问题,后面时间都成了00:00:00了,这是啥问题? |
-- 作者:goldenfont -- 发布时间:2016/8/26 19:09:00 -- Dim jzsj As Date = Nothing If sheet(n,10).text <> "" Then jzsj = sheet(n,10).text End If 代码有啥错误吗? |
-- 作者:Hyphen -- 发布时间:2016/8/27 10:14:00 -- 参考:http://www.foxtable.com/bbs/dispbbs.asp?BoardID=2&ID=65686&skin=0 |