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

Add ability to enter sheet properties #44

Merged
merged 3 commits into from
Sep 7, 2016
Merged

Conversation

gdoteof
Copy link

@gdoteof gdoteof commented Sep 7, 2016

For my project I need the ability to color the tabs. This is done in the sheetProperties class.

Please see:

https://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.sheetproperties(v=office.14).aspx

For example to set a sheet_names tab to blue:

workbook['Sheets'][sheet_name]['!sheetPr'] = [{tabColor: {theme: "3", tint: "-0.249977111117893"}}];

@protobi protobi merged commit 4f99163 into protobi:beta Sep 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants