Skip to content
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

worksheet.Read() fails due to duplicate strings #81

Open
JuergenSchildmann opened this issue May 7, 2024 · 0 comments
Open

worksheet.Read() fails due to duplicate strings #81

JuergenSchildmann opened this issue May 7, 2024 · 0 comments

Comments

@JuergenSchildmann
Copy link

I try to read an Excel file made with Excel from Office16.
I found that there are items with the same values. These values (strings) will not be added into the dictinary in file "SharedStrings.cs" cause of the comparison. If I use just a List and add all strings instead of using a Dictinary it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant