How to read an excel file in flink?

Viewing 2 reply threads
  • Author
    Posts
    • #4640
      DataFlair TeamDataFlair Team
      Spectator

      val env = ExecutionEnvironment.getExecutionEnvironment

      Now the env is not having any method to read a excel file.
      I need to read a excel file and select 2nd, 5th,6th and 10th column.

      The above is possible in the case of a CSV file but how to do the same for a excel file ?

    • #4641
      DataFlair TeamDataFlair Team
      Spectator

      There are several ways we have Using Flink Table API to read/write Excel files Using Apache Flink:

      – Using Flink Table API to read/write Excel files
      – Using Flink DataSource/DataSink API to read/write Excel files (Simple format)
      – Using Flink DataSource/DataSink API to read/write Excel files (DAO format)

    • #4643
      DataFlair TeamDataFlair Team
      Spectator

      There are several ways we have Using Flink Table API to read/write Excel files Using Apache Flink:

      – Using Flink Table API to read/write Excel files
      – Using Flink DataSource/DataSink API to read/write Excel files (Simple format)
      – Using Flink DataSource/DataSink API to read/write Excel files (DAO format)

Viewing 2 reply threads
  • You must be logged in to reply to this topic.