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
if the cell value contains a value of class LocalDateTime, LocalDate, LocalTime it is saved as String in xlsx:
it should behave in the same way a Date class value does.
I think the problem is in XlsxFormatter.java row 1010
The text was updated successfully, but these errors were encountered:
if the cell value contains a value of class LocalDateTime, LocalDate, LocalTime it is saved as String in xlsx:
it should behave in the same way a Date class value does.
I think the problem is in XlsxFormatter.java row 1010
The text was updated successfully, but these errors were encountered: