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

[IMP] conditional_format: improve CF data bar behavior for non-matching range sizes #5164

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 14, 2024

  1. [IMP] conditional_format: improve CF data bar behavior for non-matchi…

    …ng range sizes
    
    Before this commit, defining a CF data bar rule based on the value of
    another range requires both ranges to have matching sizes, preventing
    the CF from being created otherwise. This restriction leads to a poor
    user experience when copying and pasting CFs, as the CF does not get
    pasted.
    
    This commit removes the restriction, allowing CF creation in a "best effort"
    manner when the range sizes do not match. The CF style is therefore applied by
    comparing the matching cells.
    
    Task: 4280720
    Rachico committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    fc67664 View commit details
    Browse the repository at this point in the history