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

Support DataBar of conditional formatting rule #1754

Merged
merged 1 commit into from Jan 29, 2021

Commits on Jan 7, 2021

  1. Support DataBar of conditional formatting rule

    Implemented the databar of Conditional Type.
    - DataBar can be read, written, and added for basic use.
    - Supports reading, writing and adding using "extLst".
    
    About "extLst"
    - https://docs.microsoft.com/en-us/openspecs/office_standards/ms-xlsx/07d607af-5618-4ca2-b683-6a78dc0d9627
    
    The following setting items on the Excel setting screen can be read, written, and added.
    - (minimum, maximum)type: Automatic, LowestValue, Number, Percent, Formula, Percentile
    - Direction: context, leftToRight, rightToLeft (show data bar only)
    - Fills Solid, Gradient
    - FillColor: PositiveValues, NegativeValues
    - Borders: Solid, None
    - BorderColor: PositiveValues, NegativeValues
    - Axis position: Automatic, Midpoint, None
    - Axis color
    tera911 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    52600ed View commit details
    Browse the repository at this point in the history