How to read multiple rows and columns in excel fil

2019-03-07 06:12发布

问题:

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 question type)

回答1:

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>


标签: apache-poi