sets a specified format to the value of a cell
cell | string | the id of a cell the value of which should be formatted |
format | string | the name of the number format to apply to a cell value |
// applies the currency format to the cell A1
spreadsheet.setFormat("A1","currency");