-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
This close #2146, support setting excel custom properties #2147
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2147 +/- ##
========================================
Coverage 99.23% 99.23%
========================================
Files 32 33 +1
Lines 30273 30393 +120
========================================
+ Hits 30042 30162 +120
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:
|
edfc003
to
ab0b6f1
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.
Thanks for your PR. I've left some comments.
2990830
to
e58fdbc
Compare
@xuri hi xuri, i have solved the comments, please take a look again. |
…erties in DocProps/custom.xml) - support save some biz k:v data to excel custom properties to do such that save excel biz version etc. Change-Id: I4a524b494f09fbfca321d515b5029f4f7361311f Signed-off-by: mengzhongyuan <[email protected]>
@xuri something else should i do before merging this to base? |
No action required, this PR has a lot of code, I need some time to review. |
Change-Id: I4a524b494f09fbfca321d515b5029f4f7361311f
PR Details
support setting excel custom properties (actual file in DocProps/custom.xml) to save some biz info like biz version for further uses.
Description
Related Issue
#2146
Motivation and Context
I have a requirement that save some biz k:v data in the generated excel file, before i implent it my program wrote a hidden excel to save some such data.
How Has This Been Tested
Types of changes
Checklist