Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
liaochong committed May 25, 2024
1 parent 8cff67d commit 8552463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private DefaultStreamExcelBuilder(Class<T> dataType, Path excel) {
* @return empty workbook
*/
public static Workbook createEmptyWorkbook() {
DefaultStreamExcelBuilder<Cell> emptyStreamExcelBuilder = DefaultStreamExcelBuilder.of(Cell.class).start();
DefaultStreamExcelBuilder<Map> emptyStreamExcelBuilder = DefaultStreamExcelBuilder.of(Map.class).start();
return emptyStreamExcelBuilder.build();
}

Expand Down

0 comments on commit 8552463

Please sign in to comment.