cuba-platform / yarg

Yet Another Report Generator - CUBA Platform reporting engine
https://www.cuba-platform.com
Apache License 2.0
239 stars 75 forks source link

LocalDateTime, LocalDate, LocalTime saved as String in xlsx #177

Open michele-tramonti opened 1 year ago

michele-tramonti commented 1 year ago

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