2 Replies Latest reply on May 20, 2011 2:43 AM by bfrascino

    Empty cell == no border?

    bfrascino

      Hello,


      I am generating reports and I noticed that when there is no value in the cell, its border is not rendered.


      It looks like if the value of the tag e:celll is empty, the cell attributes are completely ignored. Is that correct?


      I tried setting the border in the worksheet so that could be applied to all but that doesn't work:


      <e:worksheet name="WShtnm" style="xls-border:thin black;">



      Am I missing anything?


      I wouldn't like to go in each cell and set:


      <e:cell value="#{empty item.value ? ' ', item.value }"/>