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
Hi, I understand that this warning is thrown if number of columns in excel don't match with fields in pojo.
I have a pojo that has fields more than the columns in excel sheet. I have a situation where in after converting excel sheet to pojo I set few extra fields. As I have many sheets in a work book, this warning is thrown huge number of times.
I was looking for an option if I can disable this warning?
[main] WARN org.osgl.xls.ExcelReader - column index not fully built on sheet
The text was updated successfully, but these errors were encountered:
@motivatedmind No option at the moment to disable that warning. You probably can configure your log level for ExcelReader so it does not show any WARNING messages in your console.
Hi, I understand that this warning is thrown if number of columns in excel don't match with fields in pojo.
I have a pojo that has fields more than the columns in excel sheet. I have a situation where in after converting excel sheet to pojo I set few extra fields. As I have many sheets in a work book, this warning is thrown huge number of times.
I was looking for an option if I can disable this warning?
[main] WARN org.osgl.xls.ExcelReader - column index not fully built on sheet
The text was updated successfully, but these errors were encountered: