-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
concurrent use GetCellStyle got panic:index out of range #1903
Labels
enhancement
New feature or request
Comments
Thanks for your issue. All the concurrency safe functions have been noted in the comments. Currently, the |
xuri
added a commit
that referenced
this issue
May 25, 2024
… functions concurrency safe - Update comments of the functions and unit tests
xuri
added a commit
that referenced
this issue
May 25, 2024
… functions concurrency safe - Update comments of the functions and unit tests
xuri
added a commit
that referenced
this issue
May 25, 2024
- Update comment of the function and unit test
I have made function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
hi,I want to parse an xlsx file with 3000 rows and 50 columns. If the parsing time for each cell is too long, I will concurrently retrieve the properties of each cell by column, such as value content, style, cell type, etc. Then I found that the GetCellStyle method will report the following error in concurrent situations.
here is my demo code and demo file
1.xlsx
The text was updated successfully, but these errors were encountered: