在wince 上对excel 文件的支持比较少,读比较麻烦,可以把excel 文件另存为csv文件,csv文件可以改后缀变成txt文件。 读txt的时候用 string.splite 分隔之下面是我自己写的只读的类 using System; using System.Linq; using System.Collections.Generic; using System.Text; using System.IO; using System.Windows.Forms; using System