RuoYi
2021-10-10 dda78c95b7ef10253ccb094f4d87f856c647b317
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/utils/poi/ExcelUtil.java
@@ -401,7 +401,7 @@
     */
    public void importTemplateExcel(HttpServletResponse response, String sheetName) throws IOException
    {
        importTemplateExcel(response, sheetName);
        importTemplateExcel(response, sheetName, StringUtils.EMPTY);
    }
    /**