-
-
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
This close #2075, support streaming writer to set col style #2076
Conversation
Change-Id: I46c227cc449e2c95ce1921b668da0bc780d24853 Signed-off-by: mengzhongyuan <[email protected]>
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.
Thanks for your PR. I've left some comments. Unit test required for this PR.
已收到您的邮件,我会尽快回复,谢谢!
|
…ing writer to support set columns style - Add new exported error variable ErrStreamSetColStyle - Fix cell default style doesn't override by none-zero row style when set row by stream writer - Update unit tests
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2076 +/- ##
=======================================
Coverage 99.20% 99.20%
=======================================
Files 32 32
Lines 30023 30057 +34
=======================================
+ Hits 29785 29819 +34
Misses 158 158
Partials 80 80
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@xuri Thanks for your patient review in github, this is my first pr. happy spring festival 🤣 |
Change-Id: I46c227cc449e2c95ce1921b668da0bc780d24853
PR Details
Description
Related Issue
Motivation and Context
How Has This Been Tested
Types of changes
Checklist