mirror of https://gitee.com/y_project/RuoYi.git
update ruoyi-common/src/main/java/com/ruoyi/common/utils/poi/ExcelUtil.java.
parent
0606663fe8
commit
3bf25cc829
|
@ -894,10 +894,9 @@ public class ExcelUtil<T>
|
|||
{
|
||||
if (statistics.size() > 0)
|
||||
{
|
||||
Cell cell = null;
|
||||
Row row = sheet.createRow(sheet.getLastRowNum() + 1);
|
||||
Set<Integer> keys = statistics.keySet();
|
||||
cell = row.createCell(0);
|
||||
Cell cell = row.createCell(0);
|
||||
cell.setCellStyle(styles.get("total"));
|
||||
cell.setCellValue("合计");
|
||||
|
||||
|
|
Loading…
Reference in New Issue