Thanks for your posting and using Aspose.Cells for Java.
It is working fine. Please try the latest version: Aspose.Cells for Java 16.11.0 with the following sample code. I have also shown its console output for your reference.
Java
Workbook workbook = new Workbook(dirPath + “DateValues.xlsx”);
Worksheet ws = workbook.getWorksheets().get(0);
Cell cell = ws.getCells().get(“E3”);
if(cell.getType() == CellValueType.IS_DATE_TIME)
{
System.out.println("Its date value: " + cell.getStringValue());
}
Console Output
Its date value: 4.8.16
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
Enables storage, such as cookies, related to analytics.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.