using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.IO; using System.Linq; using System.Reflection; using System.Text; namespace Wood.Util { /// /// List导出到Excel文件 /// /// public class ExcelHelper where T : new() { } }