-
-
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
How do you change the color of worksheet tab? #785
Labels
enhancement
New feature or request
Comments
Thanks for your issue, I will add set tab color support tomorrow. |
Hi @choiway, I have added change tab color support, please upgrade and use the master branch code, this feature will be released in the next version, and thanks for your donation, I have added you to the donated user page. For example, set tabColor := "FFFF00"
err := f.SetSheetProps("Sheet1",
&excelize.SheetPropsOptions{
TabColorRGB: &tabColor,
},
) |
Works great! Thanks. |
jenbonzhang
pushed a commit
to jenbonzhang/excelize
that referenced
this issue
Oct 22, 2023
…tion: FISHER, FISHERINV, GAMMA, GAMMALN, MIN, MINA, PERMUT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: