What about percentage, such as  .025% . Is there a for


What
about percentage, such as  .025% . Is there a format for percentage?<o:p></o:p>


There is no special “percent” cell, but you
can use NumberFormat function. Just define column as “edn” (editor ,
numeric) and call


           
grid.setNumberFormat(“0.000%”,column_index)


Such command will cause output with 3 digits after
point and with “%” sign at the end.



Also you can create your own ExCell for such purpose.<o:p></o:p>