Commit 1907d9c5 authored by liudong1993's avatar liudong1993

订单导出增加行高

parent 641a5d2d
...@@ -182,8 +182,9 @@ namespace Mall.WebApi.Controllers.MallBase ...@@ -182,8 +182,9 @@ namespace Mall.WebApi.Controllers.MallBase
ExcelDataSource datarow = new ExcelDataSource() ExcelDataSource datarow = new ExcelDataSource()
{ {
ExcelRows = new List<ExcelColumn>(30) { ExcelRows = new List<ExcelColumn>(30) {
new ExcelColumn(value:Num.ToString()){ }, new ExcelColumn(value:Num.ToString()){ },
} },
ColumnHight = 30
}; };
List<string> arr = JsonConvert.DeserializeObject<List<string>>(item2.Specification); List<string> arr = JsonConvert.DeserializeObject<List<string>>(item2.Specification);
item2.Specification = string.Join(",", arr); item2.Specification = string.Join(",", arr);
......
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