corgy-w commented on code in PR #8064:
URL: https://github.com/apache/seatunnel/pull/8064#discussion_r1853626094


##########
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:
   > oh, let's add an option to configure the excel parse engine, default POI, 
support POI and easyexcel at now. So we can implement other engine in the 
future.
   
   Will there be any conflict between poi versions?



-- 
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