0 Replies Latest reply on Jan 20, 2010 7:45 PM by anardo

    Excel generated by seam framework does not run the formula set in cell

    anardo
      When the generation of the Excel file for seam framework version 2.2.0, set the cell with the formula does not present the result, and, yes, the formula was adjusted.
      When already generated manually by clicking in the cell, and pressing enter, then it calculates and displays the expected value. Does anyone know how to solve.

      Code:

      <e:formula column="5" value="=VLOOKUP(E19;Accounts!A:B;2;FALSE)"
                 style="xls-force-type:general;xls-locked:true" />

      I tried other combinations did not work.

      Tks.

      +