Replies: 2 comments
|
Hi, I'm wondering if we should "fix" this or introduce a new boolean argument ( |
0 replies
|
Hmm perhaps some people are depending on the current behavior. Introducing a new |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As I understand it, it's possible to
But what doesn't seem directly possible is to:
For example: I have certain columns left-aligned and some right-aligned. Certain rows I want to boldface, to emphasize. And now, certain columns I want to colorize so they appear grouped together.
Unless I'm missing something, this is pretty tricky to code around; it creates a combinatorics of formatting styles.
What do you think of an option when applying a style to "combine with existing"? This way, complimentary formatting rules could be applied without each having to know about the others.
All reactions