Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
7ae47b50
Commit
7ae47b50
authored
Oct 09, 2021
by
RuoYi
Browse files
导入模板添加默认参数
parent
0b14155a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-common/src/main/java/com/ruoyi/common/utils/poi/ExcelUtil.java
View file @
7ae47b50
...
...
@@ -493,7 +493,7 @@ public class ExcelUtil<T>
*/
public
void
importTemplateExcel
(
HttpServletResponse
response
,
String
sheetName
)
throws
IOException
{
importTemplateExcel
(
response
,
sheetName
);
importTemplateExcel
(
response
,
sheetName
,
StringUtils
.
EMPTY
);
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment