摘要:
//流请求 static void Main(string[] args) { Console.WriteLine("Hello World!"); //Console.ReadLine(); List<EB_LOG> logs=new List<EB_LOG>(){ new EB_LOG (){ 阅读全文
摘要:
public static MemoryStream ToExcel<T>(List<T> list, string filePath = null) { var memoryStream = new MemoryStream(); IWorkbook workbook = new HSSFWork 阅读全文