You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to this commit all date related fields were formatted as an
ISO_LOCAL_DATE_TIME.
With this commit we inspect the type it actually is date, time or
datetime and use the proper ISO_LOCAL formatting for that.
Another improvement is to use the cached result for the formula instead
of re-evaluating the formula and use that type.
Copy file name to clipboardExpand all lines: spring-batch-excel/src/main/java/org/springframework/batch/extensions/excel/IsoFormattingDateDataFormatter.java
Copy file name to clipboardExpand all lines: spring-batch-excel/src/test/java/org/springframework/batch/extensions/excel/poi/PoiItemReaderXlsTypesTests.java
Copy file name to clipboardExpand all lines: spring-batch-excel/src/test/java/org/springframework/batch/extensions/excel/streaming/StreamingXlsxTypesTests.java
0 commit comments