Skip to content
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

Closed
choiway opened this issue Feb 15, 2021 · 3 comments
Closed

How do you change the color of worksheet tab? #785

choiway opened this issue Feb 15, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@choiway
Copy link

choiway commented Feb 15, 2021

No description provided.

@xuri xuri added the enhancement New feature or request label Feb 15, 2021
@xuri
Copy link
Member

xuri commented Feb 15, 2021

Thanks for your issue, I will add set tab color support tomorrow.

@xuri xuri added the in progress Working in progress label Feb 15, 2021
@xuri xuri closed this as completed in bddea12 Feb 15, 2021
@xuri
Copy link
Member

xuri commented Feb 15, 2021

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 Sheet1 tab color to yellow RGB color: #FFFF00

tabColor := "FFFF00"
err := f.SetSheetProps("Sheet1",
    &excelize.SheetPropsOptions{
        TabColorRGB: &tabColor,
    },
)

@xuri xuri removed the in progress Working in progress label Feb 15, 2021
@choiway
Copy link
Author

choiway commented Feb 15, 2021

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
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants