RuoYi
2021-10-10 72ae269240af527e598de3df16ca8c22d4aebdab
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);
    }
    /**