Pre Merge pull request !183 from Hacker/N/A
This commit is contained in:
commit
c922aceb14
|
|
@ -996,7 +996,8 @@ public class ExcelUtil<T>
|
|||
val = cell.getNumericCellValue();
|
||||
if (DateUtil.isCellDateFormatted(cell))
|
||||
{
|
||||
val = DateUtil.getJavaDate((Double) val); // POI Excel 日期格式转换
|
||||
// POI Excel 日期格式转换
|
||||
val = DateUtil.getJavaDate((Double) val);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue