Export to Excel does not have format
Hi,
I am exporting data to excel using MSOGenerateExcelAndSaveToWorkFileAttachment though it is exporting but it is not retaining format while exporting every column is exported as string ,I have column having double values which is exporting as string causing trouble to business as they apply formulas to these column.
For example : double value =1234.567898
My requirement is to default round off and export this value as number in excel like 1234.57