Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
In ExcelWriterTransform.java:266 the deprecated method getCellType() is used.
This will in the future return an enum instead of an int.
To prevent a future update from breaking this we should adapt it to use the Celltype Enums.
Using ordinal values might not work because the order of values seems to have changed, this should be tested though
Attachments
Issue Links
- is related to
-
HOP-3681 upgrade apache poi dependency
- Resolved