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 Original file line number Diff line number Diff line change @@ -102,4 +102,13 @@ This includes derived works from Spring Framework available under Apache Softwar
102
102
The derived work is adapted from
103
103
https://github.com/spring-projects/spring-framework/blob/main/spring-web/src/main/java/org/springframework/web/util/UriComponentsBuilder.java
104
104
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
You can’t perform that action at this time.
0 commit comments