You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the test:
Console shows:
SKIPPED: validateCreateNewContact
java.lang.RuntimeException: java.lang.Error: Unresolved compilation problems:
Type mismatch: cannot convert from org.apache.poi.ss.usermodel.Sheet to org.apache.poi.sl.usermodel.Sheet
The method getLastRowNum() is undefined for the type Sheet
The method getRow(int) is undefined for the type Sheet
The method getLastRowNum() is undefined for the type Sheet
The method getRow(int) is undefined for the type Sheet
The method getRow(int) is undefined for the type Sheet
Can you please help me fix it?
The text was updated successfully, but these errors were encountered:
On TestUtil, I am getting error :
When I run the test:
Console shows:
SKIPPED: validateCreateNewContact
java.lang.RuntimeException: java.lang.Error: Unresolved compilation problems:
Type mismatch: cannot convert from org.apache.poi.ss.usermodel.Sheet to org.apache.poi.sl.usermodel.Sheet
The method getLastRowNum() is undefined for the type Sheet
The method getRow(int) is undefined for the type Sheet
The method getLastRowNum() is undefined for the type Sheet
The method getRow(int) is undefined for the type Sheet
The method getRow(int) is undefined for the type Sheet
Can you please help me fix it?
The text was updated successfully, but these errors were encountered: