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
{{ message }}
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.
Description:
I used code example from poi https://poi.apache.org/components/spreadsheet/quick-guide.html#Images - it's about inserting image into spreadsheet.
my code
Result:
Application deadlocks on line
picture.Resize();//deadlocks here
Expected behaviour:
no deadlock and image autoresized
I'm using DotNetCore.NPOI package from nuget. Version: 1.2.2
How to avoid deadlock and resize image correctly?
The text was updated successfully, but these errors were encountered: