Skip to content

Commit

Permalink
add important comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MdGolam-Kibria committed Jan 26, 2022
1 parent e24f9f6 commit 9f937b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public List<Student> readDataFromXlFile() throws IOException, InvalidFormatExcep
final byte ADDRESS = 3;


xlReader.setContentReadListener(4, new ContentReadListener() {
xlReader.setContentReadListener(4/*Number of cell like here {name,email,phone,address} total 4 that's why pass 4 here*/, new ContentReadListener() {
@Override
public void afterRowRead(int rowIndex, String[] values) {
if (rowIndex == 0) {
Expand Down

0 comments on commit 9f937b9

Please sign in to comment.