From 83fcb19cd47f23bceceb9d323099d2c5456612c3 Mon Sep 17 00:00:00 2001 From: yujh_java Date: Mon, 9 Jun 2025 14:18:23 +0800 Subject: [PATCH] =?UTF-8?q?wps=E9=A2=84=E8=A7=88=E6=94=AF=E6=8C=81Excel?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/coe/pal/pal/repository/upfile/web/UpfileWeb.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/upfile/web/UpfileWeb.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/upfile/web/UpfileWeb.java index f9f3fa75..e6d3652b 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/upfile/web/UpfileWeb.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/upfile/web/UpfileWeb.java @@ -431,7 +431,7 @@ public class UpfileWeb extends ActionWeb { } } String suffix = fileName.substring(fileName.lastIndexOf(".") + 1); - if (support.contains(suffix)) { + if (support.contains(suffix) || suffix.contains("xls")) {//增加Excel支持 String aslp = "aslp://com.actionsoft.apps.addons.onlinedoc/filePreview"; Map params = new HashMap(); params.put("sid", me.getSessionId());