-
-
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
XSSF AddPicture Slow #1299
Comments
Can you provide the reproduce code? How many pictures did you insert into a Excel and it takes minutes? |
I'm sorry to say that, but because I used Dotnet.core.npoi.dll, I retested the data. Although there is not such a big gap, there is still a gap of nearly 10 seconds. This is the latest report that I have tested 50 pictures. xlsx 14676ms xls 3496ms I need to add 50 or more pictures for production reports. Can this be optimized? thanks |
public class TTTTHelper
} |
Dotnetcore.npoi is a very old branch of NPOI (8-years-ago version). Can you test your case with the latest version of NPOI? |
XSSF AddPicture Slow
Adding pictures using XSSF is slow. It takes only a few seconds to use HSSF, but it takes a few minutes to use XSSF.
The text was updated successfully, but these errors were encountered: