{
type: Excel.CellValueType.formattedNumber,
basicValue: Number(value),
numberFormat: '#,##0.00',
};
this is how I am formatting my response in custom formula response returning in excel like [[formattedResponse]] this but it shows ##### in the cell how to set this formatted response in excel javascript api.
#####in a cell in Excel it means the width of the cell is not enough to show the value. Did you check that?angularand that's why I posted a comment, but manually the process would be following Change the column width to automatically fit the contents (AutoFit)office-jsAPI. See --> learn.microsoft.com/en-us/javascript/api/excel/…