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

[FW][FIX] export: Fix default style ignored at export #5007

Closed

Commits on Sep 20, 2024

  1. [FIX] export: Fix default style ignored at export

    The default style values ignored at export were targetting the font
    color black (#000000) as the default value. However, the default value
    is the simple absence of value (or rather an empty string) as we should
    be able to differentiate it from a choice from the user to set the font
    color to black (e.g. when the cell is also receiving its style from a CF
    or a table).
    
    Task: 4178743
    X-original-commit: 6cc0b14
    rrahir committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7e0b2b3 View commit details
    Browse the repository at this point in the history