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 was trying to use the the Npoi.Mapper library on an XLSX file generated by LargeXlsx which generates a very basic style sheet file which doesn't contain any cellStyleXfs. The current code:
Hi,
I was trying to use the the Npoi.Mapper library on an XLSX file generated by LargeXlsx which generates a very basic style sheet file which doesn't contain any cellStyleXfs. The current code:
fails when styleXfs is empty because it checks
idx > styleXfs.Count
instead ofidx >= styleXfs.Count
.I will create a PR with the fix and test case.
Kind regards,
Artur
The text was updated successfully, but these errors were encountered: