資源簡介
private List studentList;
public void WriteStudentInfo(List student)
{
studentList = new List();
studentList = student;
string path = Application.streamingAssetsPath + "/ExcelWrite/學生信息表.xlsx";
// WriteExcel(path);
}
代碼片段和文件信息
評論
共有 條評論