月报导出--单元格字体大小

This commit is contained in:
zhn
2022-09-29 20:30:05 +08:00
parent 945e370ea3
commit 672706aeae
@@ -1079,7 +1079,7 @@ public class WordUtil {
run.setText(text);
}
//设置字体样式,大小
run.setFontSize(10);
run.setFontSize(11);
run.setFontFamily("Blue Sky Noto Regular");
}
@@ -1134,7 +1134,7 @@ public class WordUtil {
}
//设置字体样式,大小
run.setFontSize(10);
run.setFontSize(11);
run.setFontFamily("Blue Sky Noto Regular");
}