|
|
@@ -198,7 +198,7 @@ namespace Learun.Application.Web.Areas.LR_SystemModule.Controllers |
|
|
|
{ |
|
|
|
//filePreviewIBLL.GetExcelData(data.F_FilePath); |
|
|
|
//liang 2021-6-25 改aspose预览 |
|
|
|
AsposeCore.GetExcelData(DirFileHelper.GetAbsolutePath(data.F_FilePath)); |
|
|
|
AsposeCore.GetExcelData(data.F_FilePath); |
|
|
|
} |
|
|
|
} |
|
|
|
if (data.F_FileType == "docx" || data.F_FileType == "doc") |
|
|
|