-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix DigitPlaceholder, put a space for insignificant zeros #2216
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
Conversation
…y package `golang.org/x/crypto` (qax-os#2214) - Speedup UTF16 string length count, back port countUTF16String function from PR 2206 - Update dependencies modules - Update docs for the AddChart function
|
Performance improvements due to delayed conversion of fraction to strings goos: linux
goarch: amd64
pkg: github.com/xuri/excelize/v2
cpu: 12th Gen Intel(R) Core(TM) i5-12400F
BenchmarkNumFmtPlaceHolder
new code:
BenchmarkNumFmtPlaceHolder-12 1597 2256717 ns/op 2068054 B/op 75940 allocs/op
old code:
BenchmarkNumFmtPlaceHolder-12 997 3558671 ns/op 2308233 B/op 135981 allocs/op``` |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2216 +/- ##
=======================================
Coverage 99.24% 99.24%
=======================================
Files 32 32
Lines 30730 30761 +31
=======================================
+ Hits 30499 30530 +31
Misses 153 153
Partials 78 78
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b530856 to
28a977a
Compare
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.
Great work! Thanks for your contribution.
PR Details
Description
fix format '?' not filling enough spaces.
Partial test case results are inconsistent with Microsoft 365 results.
Related Issue
#2080
Motivation and Context
How Has This Been Tested
This has been tested in the unit test and with an actual file.

Types of changes
Checklist