CE-1955 Update fastexcel version; Update XlsxFileToRows to read formats, and then do a better job of handling numbers as date-time, date, int, or decimal (hopefully)

This commit is contained in:
2024-12-26 19:09:41 -06:00
parent 9cfc7fafc1
commit a4499219c8
3 changed files with 210 additions and 43 deletions

View File

@ -100,7 +100,7 @@
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>fastexcel</artifactId>
<version>0.12.15</version>
<version>0.18.4</version>
</dependency>
<dependency>
<groupId>org.dhatim</groupId>