修改导表bug
This commit is contained in:
@@ -491,7 +491,7 @@ namespace IRaCIS.Core.Application.Service.Common
|
||||
}
|
||||
|
||||
var memoryStream2 = new MemoryStream();
|
||||
wb.Write(memoryStream2);
|
||||
wb.Write(memoryStream2,true);
|
||||
memoryStream2.Seek(0, SeekOrigin.Begin);
|
||||
|
||||
return new FileStreamResult(memoryStream2, "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet")
|
||||
|
||||
Reference in New Issue
Block a user