Daniel Stieglitz created NIFI-13466:
---------------------------------------
Summary: SplitExcel cause file to yield since it does not catch
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
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)