-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
XSSFPicture.Resize method locks application execution #425
Labels
Comments
Is it possible for you to use https://www.nuget.org/packages/NPOI/ and see if this issue also exists? If so, this is a bug. |
@tonyqus |
I used this sample and add picture.Resize(). But I cannot reproduce your issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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();//deadlock here
Expected behaviour:
no deadlock and image autoresized
I have tried nuget packages: NPOI 2.5.1
My project has target: .Net Core 3.1
Machine: Windows 10
How to avoid deadlock/resize image correctly?
The text was updated successfully, but these errors were encountered: