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