随笔分类 - 文档操作
摘要:首先需要下载一个NPOI.dll 下载地址:http://download.csdn.net/detail/president810/9503038using System; using System.Collections.Generic; using System.IO;//引用NPOI using NPOI.HSSF.UserModel; using NPOI.SS.UserModel;...
阅读全文
摘要:public class INIoperation { string inipath = Utils.GetMapPath("/Integration/Sync/set.ini"); [DllImport("kernel32")] private static extern int GetPrivateProfileString(stri...
阅读全文
摘要:根据节点名称快速查找 指定节点值 using (TextReader stringReader = new StringReader(clearPassResponse)) { XmlReaderSettings xmlReaderSetting = new XmlReaderSettings();
阅读全文