以文本方式查看主题 - 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=108357) |
-- 作者:hezhiyin -- 发布时间:2017/10/20 16:45:00 -- 导入EXCEL报错,请望各位指导,谢谢支持!! 错误信息: .NET Framework 版本:2.0.50727.8762 Foxtable 版本:2017.8.19.1 错误所在事件: 详细错误信息: The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect. Dim ip As New Importer ip.SourcePath = "e:\\测试.xls" \'指定数据文件 ip.SourceTableName = "测试$" \'指定要导入的表 ip.NewTableName ="测试" \'导入后的表名 ip.Format = "Excel" \'指定导入格式 ip.Import() EXCEL表格是之前从Foxtable中导出的,格式没问题。
|
-- 作者:wyz20130512 -- 发布时间:2017/10/20 16:49:00 -- 将 测试.xls 用Excel另存为 .xlsx 格式试试 [此贴子已经被作者于2017/10/20 16:50:01编辑过]
|
-- 作者:有点甜 -- 发布时间:2017/10/20 16:54:00 -- 这个问题
http://www.foxtable.com/bbs/dispbbs.asp?BoardID=2&ID=108082&skin=0
|