-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Min/MaxRowNumber wrong index #104
Comments
Is there, by chance, a filter applied in your excel file? |
There is no a filter. |
Can't verify right now but I think row numbers start at 0 in ExcelMapper while they start at 1 in Excel. |
Ok then it will be a good issue to make 1 based index in ExcelMapper to be similar with Excel. |
I'll leave it this way for now as this would be a major breaking change. POI also uses 0-based row numbering. ExcelMapper is admittedly inconsistent as column numbers are 1-based. |
I am trying to read specific rows. Rows that I specified in ExcelMapper has different from actual Excel file rows.
I set MinRowNumber = 9, MaxRowNumber = 19, but the library has returned rows from 10 to 20
The text was updated successfully, but these errors were encountered: