导航

2017年11月28日

摘要: 读: FileStream fileStr = new FileStream("shaftCofig.txt", FileMode.OpenOrCreate); StreamReader strReader = new StreamReader(fileStr, UnicodeEncoding.Ge 阅读全文

posted @ 2017-11-28 14:30 Hosseini 阅读(154) 评论(0) 推荐(0)

摘要: 1.需要添加引用etapi.dll,这个dll在你的wps的安装目录下面可以找到。 2.主要的类: Excel.Application:顶层对象 WorkBook:工作簿 WorkSheet:表 Range:区域 3.常用: (1)打开wps表格程序: Excel.Application app = 阅读全文

posted @ 2017-11-28 14:17 Hosseini 阅读(4196) 评论(0) 推荐(0)