保存导出execl文件FileStream file new FileStream(curContext.Server.MapPath(../../uploads/111.xls
保存导出execl文件
FileStream file = new FileStream(curContext.Server.MapPath("../../uploads/111.xls"), FileMode.Create);
workbook.Write(file);
file.Close();
- 1楼asd880623前天 16:04
- jkkkkkkkkkkk
