Skip to content

Commit

Permalink
🔧 修改 @RequestExcel 注解的 ignoreEmptyRow 属性默认值
Browse files Browse the repository at this point in the history
  • Loading branch information
Alickx committed Dec 14, 2023
1 parent c620bf3 commit a2b8378
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ void simpleTest() throws Exception {
@Test
void ignoreEmptyRowTest() throws Exception {

// 分别写入一个带空行和不带空行的 excel 文件到 各自的multipartFile
List<DemoData> dataList = new ArrayList<>();
for (int i = 0; i < 3; i++) {
if (i == 1) {
Expand Down

0 comments on commit a2b8378

Please sign in to comment.