diff --git a/core/core-backend/src/main/java/io/dataease/datasource/provider/ExcelUtils.java b/core/core-backend/src/main/java/io/dataease/datasource/provider/ExcelUtils.java index 413cfb5ac2..e8fbde1009 100644 --- a/core/core-backend/src/main/java/io/dataease/datasource/provider/ExcelUtils.java +++ b/core/core-backend/src/main/java/io/dataease/datasource/provider/ExcelUtils.java @@ -802,7 +802,7 @@ public class ExcelUtils { outputStream.close(); } catch (IOException e) { - DEException.throwException(Translator.get("i18n_file_download_failed")); + DEException.throwException(Translator.get("i18n_file_download_failed") + ", " + e.getMessage()); } return fileNames; }