[
https://issues.apache.org/jira/browse/NIFI-13466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863495#comment-17863495
]
ASF subversion and git services commented on NIFI-13466:
--------------------------------------------------------
Commit b2840bd85190fd67583da3c02efe5b34795fe659 in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=b2840bd851 ]
NIFI-13466 Catch IllegalStateException in SplitExcel
This closes #9033
Signed-off-by: David Handermann <[email protected]>
> SplitExcel causes file to yield since it does not catch a
> java.lang.IllegalStateException
> -----------------------------------------------------------------------------------------
>
> Key: NIFI-13466
> URL: https://issues.apache.org/jira/browse/NIFI-13466
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Major
> Attachments: 2024-6-7-iolp-buildings.xlsx
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> When ingesting the attached file the following exception occurs
> {code:java}
> 2024-6-7-iolp-buildings.xlsx causing an IllegalStateException which is not
> caught
> java.lang.IllegalStateException: The maximum number of Cell Styles was
> exceeded. You can define up to 64000 style in a .xlsx Workbook
> {code}
> and the file yields since the try catch around the callback in SplitExcel
> does not catch a java.lang.IllegalStateException.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)