-
-
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
Add support for get style definition #1574
Conversation
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.
LGTM. We need to implement extractNumFmt
, extractAlignment
and extractProtection
in this change list.
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.
Good job. I've left some comments.
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.
LGTM, thanks for your contribution.
…x-os#1574) - Add new function GetStyle support for get style definition
PR Details
Create a new GetStyle function to get style definitions
Description
Support to get the fills, theme color, font family, font size, alignment, cell protections, build-in, and custom number formats, implement this feature in the styles.go source code
Related Issue
#314, #1520 and #1521
Motivation and Context
How Has This Been Tested
All existing unit tests passed and new unit test cases passed.
Types of changes
Checklist