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

xlsx wipes ability to set tab colors #824

Closed
Dilemma1980 opened this issue Oct 19, 2024 · 1 comment
Closed

xlsx wipes ability to set tab colors #824

Dilemma1980 opened this issue Oct 19, 2024 · 1 comment

Comments

@Dilemma1980
Copy link

I could not find the ability to set the color of worksheet tabs so I have been using excelize. Excelize does this fine but once I start performing other formatting with xlsx the colors do not remain. They go back to the default once I open the workbook.

What I tried:

  • Setting color of tabs with excelize then formatting other things with xlsx
  • format with xlsx first then setting tab colors with excelize next
  • Saving excelize.DocProperties and excelize.WorkbookPropsOptions before change then applying what was saved after.

None of these approaches seem to work The only thing that works is setting the color of the tabs with excelize and doing nothing with xlsx.

I want to use xlsx because excelize is very slow when formatting columns, rows, cells, etc.

@github-staff github-staff deleted a comment from Dilemma1980 Nov 1, 2024
Copy link

github-actions bot commented Jan 1, 2025

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@Dilemma1980 and others