摘要: using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.Packaging; using DocumentFormat.OpenXml.Spreadsheet; /// <summary> /// 导出Excel /// </summar 阅读全文
posted @ 2017-09-15 16:57 94cool 阅读(2091) 评论(0) 推荐(0)
摘要: using Aspose.Cells; void WriteToExcel(string filePath, List<object[]> datas, string sheetName = "Sheet0") { try { Workbook workBook = new Workbook(); 阅读全文
posted @ 2017-09-15 16:54 94cool 阅读(964) 评论(0) 推荐(0)