[
https://issues.apache.org/jira/browse/NIFI-14580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz updated NIFI-14580:
------------------------------------
Description:
ExcelReader configured with input XSL produces the following warning messages
{code:java}
2025-05-19 20:10:39,835 WARN [Timer-Driven Process Thread-5]
org.apache.poi.POIDocument DocumentSummaryInformation property set came back as
null
2025-05-19 20:10:39,835 WARN [Timer-Driven Process Thread-5]
org.apache.poi.POIDocument SummaryInformation property set came back as null
{code}
This bug in different variations has been reported to POI
[here|https://bz.apache.org/bugzilla/show_bug.cgi?id=66337]
Another warning seen (depending on the file) is
{code:java}
[main] WARN org.apache.poi.hpsf.Section - The codepage property is not set
although a dictionary is present. Defaulting to ISO-8859-1.{code}
was:
ExcelReader configured with input XSL produces the following warning messages
{code:java}
[main] WARN org.apache.poi.POIDocument - DocumentSummaryInformation property
set came back as null
[main] WARN org.apache.poi.POIDocument - SummaryInformation property set came
back as null{code}
This bug in different variations has been reported to POI
[here|https://bz.apache.org/bugzilla/show_bug.cgi?id=66337]
Another warning seen (depending on the file) is
{code:java}
[main] WARN org.apache.poi.hpsf.Section - The codepage property is not set
although a dictionary is present. Defaulting to ISO-8859-1.{code}
> ExcelReader configured with input type XLS produces warning messages
> --------------------------------------------------------------------
>
> Key: NIFI-14580
> URL: https://issues.apache.org/jira/browse/NIFI-14580
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
>
> ExcelReader configured with input XSL produces the following warning messages
> {code:java}
> 2025-05-19 20:10:39,835 WARN [Timer-Driven Process Thread-5]
> org.apache.poi.POIDocument DocumentSummaryInformation property set came back
> as null
> 2025-05-19 20:10:39,835 WARN [Timer-Driven Process Thread-5]
> org.apache.poi.POIDocument SummaryInformation property set came back as null
> {code}
> This bug in different variations has been reported to POI
> [here|https://bz.apache.org/bugzilla/show_bug.cgi?id=66337]
> Another warning seen (depending on the file) is
> {code:java}
> [main] WARN org.apache.poi.hpsf.Section - The codepage property is not set
> although a dictionary is present. Defaulting to ISO-8859-1.{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)