Bingz2 commented on code in PR #2508:
URL:
https://github.com/apache/incubator-seatunnel/pull/2508#discussion_r958466614
##########
seatunnel-connectors-v2/connector-file/connector-file-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/file/config/FileFormat.java:
##########
@@ -55,7 +55,10 @@ public ReadStrategy getReadStrategy() {
public ReadStrategy getReadStrategy() {
return new JsonReadStrategy();
}
- };
+ },
+ EXCEL("xlsx")
+ ;
Review Comment:

Do I need to implement it?I see people in the community working on Excel
Source
--
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]