Commit c38ee045 by zhiwj

修改excel

parent 9fdf47eb
......@@ -132,6 +132,9 @@ public class ExcelUtils {
}
}
cell.setCellStyle(style); // 设置单元格样式
if (j != 0) {
cell.setCellType(XSSFCell.CELL_TYPE_STRING);
}
}
}
......
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