导入模板标题默认空参数
This commit is contained in:
parent
8efb631875
commit
bd9a004b0e
|
|
@ -401,7 +401,7 @@ public class ExcelUtil<T>
|
||||||
*/
|
*/
|
||||||
public void importTemplateExcel(HttpServletResponse response, String sheetName) throws IOException
|
public void importTemplateExcel(HttpServletResponse response, String sheetName) throws IOException
|
||||||
{
|
{
|
||||||
importTemplateExcel(response, sheetName);
|
importTemplateExcel(response, sheetName, StringUtils.EMPTY);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue