|
|
@@ -169,7 +169,7 @@ public class ExportExcel_EPPlus : IDisposable
|
|
|
_worker.ReportProgress(85, "保存文件中...");
|
|
|
// 应用格式
|
|
|
ApplyFormatting(worksheet, dataGridView, parameters.IncludeHiddenColumns);
|
|
|
- _worker.ReportProgress(95, "保存文件中......");
|
|
|
+ _worker.ReportProgress(95, "保存文件中。。。");
|
|
|
|
|
|
// 保存文件
|
|
|
excelPackage.SaveAs(new FileInfo(filePath));
|