How to read multiple rows and columns in excel file with apache poi?

前端 未结 1 736
一个人的身影
一个人的身影 2021-01-29 06:06

I want read attached excel file (with Apache POI), after matching Question type = slider, want to pass a value for respective class (created different classes according to ques

相关标签:
1条回答
  • 2021-01-29 07:06

    Use Fillo Java Jar.Its very simple where can access the data using queries. Link for the tutorial :https://codoid.com/fillo/

    <dependency>
      <groupId>com.codoid.products</groupId>
      <artifactId>fillo</artifactId>
      <version>1.18</version>
    </dependency>
    
    0 讨论(0)
提交回复
热议问题