我一直试图使用DataSet或DataTable读取Excel文件。
读取Eexcel文件时出现问题。我的列的值为:
First Row: abc def ghi jkl
Second Row: abc def ghi jkl abc
但是它仅读取以下内容(我已经在调试中检查过):
First Row: abc def ghi jkl
Second Row: abc def ghi (second row displaying wrong)
我的连接字符串:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source="FILENAE";Extended Properties=""Excel 8.0;HDR=Yes;IMEX=1"""
我已经尝试过的:
TypeGuessRows=0;ImportMixedTypes=Text
我正在使用Interop库