摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { cl 阅读全文
posted @ 2021-11-17 14:23 神之沫沫 阅读(167) 评论(0) 推荐(0)
摘要: void SaveQuestionToExcel(List<Question> datas, string path) { using (Workbook workbook = new HSSFWorkbook()) { var sheet = workbook.CreateSheet(); //表 阅读全文
posted @ 2021-11-17 14:18 神之沫沫 阅读(252) 评论(1) 推荐(0)