dwave commented on code in PR #8064:
URL: https://github.com/apache/seatunnel/pull/8064#discussion_r1857869414


##########
seatunnel-connectors-v2/connector-file/connector-file-base/pom.xml:
##########
@@ -158,6 +159,13 @@
             <artifactId>jaxen</artifactId>
             <version>${jaxen.version}</version>
         </dependency>
+
+        <dependency>
+            <groupId>com.alibaba</groupId>
+            <artifactId>easyexcel</artifactId>
+            <version>${easyexcel.version}</version>
+        </dependency>

Review Comment:
   I added a configuration item for excel reading to select the engine for 
excel reading. POI is used by default. EaseExcel can be used through 
configuration. The configuration item name is excel_engine.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to