Skip to content

Fixed an issue where the valueType is Date whilst the value is of a different type...#60

Open
vesanieminen wants to merge 1 commit into
jnash67:masterfrom
vesanieminen:master
Open

Fixed an issue where the valueType is Date whilst the value is of a different type...#60
vesanieminen wants to merge 1 commit into
jnash67:masterfrom
vesanieminen:master

Conversation

@vesanieminen
Copy link
Copy Markdown

Fixed an issue where the valueType is Date (In ExcelExport.java line 588) whilst the value is of a different type due to setUseTableFormatPropertyValue(true) which can convert a date to a String value representation instead. This leads to a class cast exception in ExcelExport.java line 589 when a String is being cast to a Date type.

…ifferent type due to setUseTableFormatPropertyValue(true) which can convert a date to a String value representation instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant