Excel导入无效的字符或标点符号

时间:2015-10-17 10:28:30

标签: asp.net excel-import

我从我的asp.net页面检索Excel中的数据  工作表名称是StatusPasPorts。

当我删除[帐户参考编号]列时,它确实可以正常工作,但如果我 使用它我得到了

  

error : '' is not a valid name. Make sure that it does not include invalid characters or punctuation and that it is not too long.

     

SELECT [Event Date],[Mobile Number],[Event Type Name],[Identification Method],[Customer DOB],[Account Reference No.] FROM [StatusPasPorts$] where Date] ASC

缺少什么想法?

1 个答案:

答案 0 :(得分:0)

尝试删除列名末尾的点 - “帐户参考号” 将其命名为“帐户参考号”