unity 实用工具standaloneFileBrowser.unitypackage
private List studentList; public void WriteStudentInfo(List student) { studentList = new List(); studentList = student; string path = Application.streamingAssetsPath + "/ExcelWrite/学生信息表.xlsx"; // WriteExcel(path); }
下载地址
用户评论