-
-
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
Duplicate Keys Item when use SXSSF #445
Comments
I think this is a bug of SXSSF. How many rows and columns do you have in your current Excel file in average? |
So far more than 10000 keys, I see the code I think it's a bug from the Dictionary structure. I'll clon the project and check If I can think something. Thanks Tony |
Looks your company is using NPOI. Can you contribue your use case to #705 ? |
I'm not working at PwC anymore 😭 |
Hey guys,
I've using XSSF mode like for 6 months but now my Excel file increase a lot of its size so I switch to Streaming Mode but I've been seeing a lot of weird issues related to "Cannot save item with duplicate Key".
Error comes exactly from the Dictionary object (C# exception actually), but why this does not implement the same structure as XSSF?
The text was updated successfully, but these errors were encountered: