mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix bug
This commit is contained in:
parent
59dbdffb1a
commit
c53b77924d
@ -3,7 +3,7 @@
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
# 5.7.17 (2021-12-06)
|
||||
# 5.7.17 (2021-12-07)
|
||||
|
||||
### 🐣新特性
|
||||
* 【core 】 增加AsyncUtil(pr#457@Gitee)
|
||||
@ -43,10 +43,11 @@
|
||||
* 【poi 】 修复SoapClient参数未使用问题
|
||||
* 【core 】 修复HashUtil.cityHash128参数未使用问题
|
||||
* 【core 】 修复DateUtil.formatChineseDate显示问题(issue#I4KK5F@Gitee)
|
||||
* 【poi 】 修复CellUtil.setCellValuestyle空导致值无法写入问题(issue#1995@Github)
|
||||
* 【poi 】 修复CellUtil.setCellValueStyle空导致值无法写入问题(issue#1995@Github)
|
||||
* 【poi 】 修复CellUtil.setComment参数设置错误问题
|
||||
* 【core 】 修复QueryBuilder解析路径导致的错误(issue#1989@Github)
|
||||
* 【core 】 修复DateTime.between中DateUnit无效问题
|
||||
* 【poi 】 修复StyleUtil.getFormat非static问题(issue#I4LGNP@Gitee)
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
@ -211,7 +211,7 @@ public class StyleUtil {
|
||||
* @return 数据格式
|
||||
* @since 5.5.5
|
||||
*/
|
||||
public Short getFormat(Workbook workbook, String format) {
|
||||
public static Short getFormat(Workbook workbook, String format) {
|
||||
final DataFormat dataFormat = workbook.createDataFormat();
|
||||
return dataFormat.getFormat(format);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user