保存导出execl文件
FileStream file = new FileStream(curContext.Server.MapPath("../../uploads/111.xls"), FileMode.Create);
workbook.Write(file);
file.Close();
- 1楼asd880623前天 16:04
- jkkkkkkkkkkk
发布时间: 2012-11-26 11:48:49 作者: rapoo
保存导出execl文件
FileStream file = new FileStream(curContext.Server.MapPath("../../uploads/111.xls"), FileMode.Create);
workbook.Write(file);
file.Close();