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

Implement set_style to set style by index or slice #40

Closed
Zncl2222 opened this issue May 3, 2024 · 0 comments · Fixed by #60
Closed

Implement set_style to set style by index or slice #40

Zncl2222 opened this issue May 3, 2024 · 0 comments · Fixed by #60
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Zncl2222
Copy link
Owner

Zncl2222 commented May 3, 2024

Implement set_style to set style by index or slice.
For example

testing_style = CustomStyle()
set_custom_style('testing_style") 
set_col_style('A3',  "testing_style")
set_col_style('B5':'B10', "testing_style")
@Zncl2222 Zncl2222 added the enhancement New feature or request label May 3, 2024
@Zncl2222 Zncl2222 self-assigned this May 3, 2024
@Zncl2222 Zncl2222 added this to the v0.0.7 milestone May 7, 2024
@Zncl2222 Zncl2222 linked a pull request May 20, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant