2.调用
1
2
3
4
5
|
var data = StudentDB.StudentList(studentList).PageData; //写入到excel var path = ExcelCreate.NewCreate(); ExcelWrite.WriteObj(path, data); |
3.效果