我正在使用 c# 将 xls 文件导入 sql server 2008 的任务,xls 文件在 xls 文件中包含 3 列(ProductCode = 具有字母数字值,Productname = 具有字符串值,Categoryids = 具有字母数字值)。
当我通过我的代码导入 xls 时,它读取 Productname、Categoryids 但 ProductCode 只有数值,它无法读取包含字符的代码。
例如:示例列值 productcode -30-sunscreen-250ml, 04 5056, 045714PC, 10-cam-bag-pouch-navy-dot, 100102
我读了 100102,但读不出来 [045714PC,04 5056,-30-sunscreen-250ml,10-cam-bag-pouch-navy-dot]
请提出任何解决方案。
谢谢