List Map data in excel using java
问题 Need help! I am trying to code a simple function that could return the data from an excel source. I am trying to create a list of Maps of data from excel file but the list that I am getting has the same values. All value are the same. Here is my code: import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.Row; import org.apache.poi.ss.usermodel.Sheet; import org.apache.poi.ss.usermodel.Workbook; import org.apache.poi.xssf.usermodel.XSSFWorkbook; import java.io