I take data from Spreadsheet, So I use the below formula in App script Now the data in spreadsheet value=2.33344443333 Hence in HTML same 2.33344443333 it's showing when i call emailTemp.data, Please help me to change to have only 2 decimal value like 2.33
Appscript:
data.forEach(function(row){
emailTemp.data=row[value];
}