[
https://issues.apache.org/jira/browse/NIFI-14538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949797#comment-17949797
]
Daniel Stieglitz commented on NIFI-14538:
-----------------------------------------
Although there is no copyRows method in HSSFSheet as there is XSSFSheet the
HSSFWorkbook has a method cloneSheet which seemsingly can accomplish the same
thing. See
[javadocs|https://poi.apache.org/apidocs/dev/org/apache/poi/hssf/usermodel/HSSFWorkbook.html]
for more details.
> 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
> 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 need by both the ExcelReader and SplitExcel.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)