Skip to content

Commit

Permalink
v3.0.0 unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Crab2died committed Apr 1, 2020
1 parent 2f64460 commit cc41801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/base/Module2Excel.java
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public void testExport2CSV() throws Excel4JException {
list.add(new Student2(1010008L, "战三", new Date(), 4, false));
list.add(new Student2(1010009L, "李四", new Date(), 2, false));

ExcelUtils.getInstance().exportObjects2CSV(list, Student2.class, "students_02.csv");
ExcelUtils.getInstance().exportObjects2CSV(list, Student2.class, "J.csv");
}

// 超大数据量导出csv
Expand Down

0 comments on commit cc41801

Please sign in to comment.