Hi, the email alert plugin will provide the implementation of sending xlsx file. Therefore, we need to introduce new jars (poi, poi-ooxml), which compile with the Apache-2.0 License. I checked his related dependencies to make sure it complies with the license of the Apache project. new jar : poi version -4.1.2 license apache2.0 poi-ooxml version -4.1.2 license apache2.0 dependent jar:
commons-codec version -1.13 license apache2.0 commons-collections4 version -4.4 license apache2.0 commons-compress version -1.19 license apache2.0 commons-logging version -1.2 license apache2.0 commons-math3 version -3.6.1 license apache2.0 curvesapi version -1.06 license BSD 3-Clause hamcrest-core version -1.3 license BSD 2-Clause junit version -4.12 license EPL 1.0 log4j version -1.2.17 license apache2.0 poi-ooxml-schemas version -4.1.2 license apache2.0 SparseBitSet version -1.2 license apache2.0 xmlbeans version -3.1.0 license apache2.0 github address:https://github.com/apache/poi license: https://github.com/apache/poi/blob/trunk/legal/LICENSE notice: https://github.com/apache/poi/blob/trunk/legal/NOTICE Maven repository: https://mvnrepository.com/artifact/org.apache.poi/poi/4.1.2 https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml/4.1.2
