Commit 1051161e authored by xiongjunyi's avatar xiongjunyi

[modify:1.bugfix]

parent 03debae3
......@@ -137,7 +137,7 @@ public class ExcelUtil {
XSSFSheet sheet = sheets.getSheet(sheet_name);
int count = ExcelUtil.getcount(sheet);
XSSFRow header_row = sheet.getRow(0);
StringJoiner obj = new StringJoiner("","","");
StringJoiner obj = new StringJoiner(",","","");
if(type == 1){
//如果是array,需要额外拼接多个object,{obj1},{obj2}
obj = new StringJoiner(",","","");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment