https://bz.apache.org/bugzilla/show_bug.cgi?id=63373

--- Comment #2 from Rex Rao <[email protected]> ---
(In reply to Dominik Stadler from comment #1)
> Any chance you can provide some code-snippet which allows to reproduce this?
> Ideally as self-sufficient unit-test so we can add it to our set of tests?

Just call:
org.apache.poi.ss.usermodel.ConditionalFormattingThreshold.RangeType.byName("formula");

The OOXML looks like:
    <conditionalFormatting sqref="D1:D1048576">
        <cfRule type="dataBar" priority="4">
            <dataBar>
                <cfvo type="formula" val="$J$1"/>
                <cfvo type="formula" val="SUM(1,10)"/>
                <color rgb="FF638EC6"/>
            </dataBar>
            <extLst>
                <ext uri="{B025F937-C7B1-47D3-B67F-A62EFF666E3E}"
                   
xmlns:x14="http://schemas.microsoft.com/office/spreadsheetml/2009/9/main";>
                    <x14:id>{8217E8C7-34F0-4144-BB9D-FCDC772EE7C7}</x14:id>
                </ext>
            </extLst>
        </cfRule>
    </conditionalFormatting>

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to