-
-
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
Number format read fix #741
Conversation
Codecov Report
@@ Coverage Diff @@
## master #741 +/- ##
==========================================
+ Coverage 96.70% 96.71% +0.01%
==========================================
Files 31 31
Lines 8581 8583 +2
==========================================
+ Hits 8298 8301 +3
+ Misses 161 160 -1
Partials 122 122
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @artiz, thanks for your PR. I've left some comments.
LGTM, thanks for your PR. |
* fix UT-generated file names to be ignored * fix cell value load with invalid number format ID * fix PR issues
PR Details
We are using excelize in our ETL project to parse variety XLSX files from our customers and had found that some XLSX files generated by ERP systems contain incorrect number format definitions that leads to panic in excelize library.
We have added safety check to avoid panic on XSLX file read
How Has This Been Tested
Added new UT with example file
Types of changes
Checklist