qrilka / xlsx

Simple and incomplete Excel file parser/writer
MIT License
130 stars 64 forks source link

xlsx is unable to parse `Expression` cond. formatting rule #96

Closed Shimuuar closed 7 years ago

Shimuuar commented 7 years ago

Attached file contains following CF rule:

  <conditionalFormatting sqref="A1:D10">
    <cfRule type="expression" dxfId="1" priority="1">
      <formula>A1&gt;10</formula>
    </cfRule>
  </conditionalFormatting>

xlsx parses it as fromList [(SqRef [CellRef{unCellRef = "A1:D10"}], [])]

CFR2.xlsx