Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Javix
RE: Define format only for one cell .... [ reply ]  
2010-03-04 15:14
sheet1.row(0).set_format(col, format)

Like that you will set a format for the row at index 0 and in the cell 'col' of that row.

By: P K
Define format only for one cell .... [ reply ]  
2010-03-04 14:51
is it possible to set different format than other that is defined in this row only for one cell.