摘要:
public class XmlHelper { public static List<Person> GetPersonList(string fullXmlPath) { List<Person> list = null;//读取XML数据后向此泛型List中存 XmlDocument doc 阅读全文
摘要:
using OfficeOpenXml; using System; using System.Collections.Generic; using System.Data; using System.Reflection; namespace Common { public class Epplu 阅读全文