Skip to content

Commit 15a01af

Browse files
committed
NIFI-14106 Encapsulated copy rows logic in a private static class and updated the NOTICE file.
1 parent b77ea2f commit 15a01af

File tree

2 files changed

+175
-153
lines changed
  • nifi-extension-bundles/nifi-poi-bundle/nifi-poi-services/src/main/java/org/apache/nifi/processors/excel

2 files changed

+175
-153
lines changed

NOTICE

+10-1
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,13 @@ This includes derived works from Spring Framework available under Apache Softwar
102102
The derived work is adapted from
103103
https://github.com/spring-projects/spring-framework/blob/main/spring-web/src/main/java/org/springframework/web/util/UriComponentsBuilder.java
104104
and can be found in
105-
nifi-api/src/main/java/org/apache/nifi/processor/util/URLValidator.java
105+
nifi-api/src/main/java/org/apache/nifi/processor/util/URLValidator.java
106+
107+
This includes derived works from Apache POI available under Apache Software License V2
108+
Copyright 2003-2025 The Apache Software Foundation
109+
The derived work is adapted from
110+
https://svn.apache.org/repos/asf/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet (copyRows method)
111+
https://svn.apache.org/repos/asf/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFRow (copyRowFrom method)
112+
https://svn.apache.org/repos/asf/poi/trunk/poi/src/main/java/org/apache/poi/ss/util/CellUtil.java (copyCell method).
113+
and can be found in
114+
nifi-extension-bundles/nifi-poi-bundle/nifi-poi-services/src/main/java/org/apache/nifi/processors/excel/SplitExcel.java.SheetCopyStrategy

0 commit comments

Comments
 (0)