dwave commented on code in PR #8064:
URL: https://github.com/apache/seatunnel/pull/8064#discussion_r1853255425
##########
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:
> As we all know, easyexcel is no longer maintained. It doesn't seem good to
introduce it at this time. We can try other alternatives, such as
[fastexcel](https://github.com/dhatim/fastexcel). There are also
[reports](https://stackoverflow.com/questions/69914445/apache-poi-large-excel-export-is-slow/69961916#69961916)
online that it is faster than easyexcel. What do you think? cc @hailin0
I tried using fastexcel, but there is a problem with its xls support for
excel97-2003

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