Commit 4edb08b2 by guanzhenshan

1

parent fe91dc52
...@@ -101,7 +101,7 @@ namespace Bailun.DC.Web.Base ...@@ -101,7 +101,7 @@ namespace Bailun.DC.Web.Base
public void ToExcel(DataTable dt, string filename, string filePath) public void ToExcel(DataTable dt, string filename, string filePath)
{ {
#region 3s #region 保存文件
//创建全新的Workbook //创建全新的Workbook
var workbook = new HSSFWorkbook();//一個sheet最多65536行 var workbook = new HSSFWorkbook();//一個sheet最多65536行
......
...@@ -182,5 +182,6 @@ namespace Bailun.DC.Web.Base ...@@ -182,5 +182,6 @@ namespace Bailun.DC.Web.Base
} }
} }
#endregion #endregion
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment