[
https://issues.apache.org/jira/browse/NIFI-14538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17950599#comment-17950599
]
Daniel Stieglitz edited comment on NIFI-14538 at 5/9/25 8:14 PM:
-----------------------------------------------------------------
[~exceptionfactory] Apparently the Apache POI does not have a copy sheet
functionality for HSSF but I found code for this on the following Stackoverflow
post
[https://stackoverflow.com/questions/31903539/how-to-copy-a-excel-sheet-into-another-workbook-using-apache-poi-for-java].]
First is it okay to use and if so do I attribute this in the NOTICE file to
where it was pulled from
[http://jxls.cvs.sourceforge.net/jxls/jxls/src/java/org/jxls/util/Util.java?revision=1.8&view=markup]
or perhaps from the actual Stackoverflow post?
was (Author: JIRAUSER294662):
[~exceptionfactory] Apparently the Apache POI does not have a copy sheet
functionality for HSSF but I found code for this on the following Stackoverflow
post
[https://stackoverflow.com/questions/31903539/how-to-copy-a-excel-sheet-into-another-workbook-using-apache-poi-for-java].]
First is it okay to use and if so do I attribute this in the NOTICE file to
where it was pulled from
[http://jxls.cvs.sourceforge.net/jxls/jxls/src/java/org/jxls/util/Util.java?revision=1.8&view=markup]
?
> Add support for HSSF format in the SplitExcel processor
> -------------------------------------------------------
>
> Key: NIFI-14538
> URL: https://issues.apache.org/jira/browse/NIFI-14538
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Major
>
> With changes made in NIFI-14426 to add support for HSSF format in the
> ExcelReader controller service, similar changes should be made in the
> SplitExcel processor to allow for the SplitExcel processor and ExcelReader
> controller service to be used together for both Excel file types HSSF and
> XSSF (e.g. an instance of SplitExcel processor which sends flow files to for
> a ConvertRecord processor configured with an ExcelReader). It would be
> worthwhile to only start work on this ticket after NIFI-14426 is completed
> to leverage common code needed by both the ExcelReader and SplitExcel.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)