When I set format of a cell as %, and Export it automatically multiply the value with 100 & show the value. So 1.9 becomes 190%, I have use this code to add Symbol of %.
worksheet.Cell(2, 2).Style.NumberFormat.SetFormat("0.00%");
Can anybody help me to solve this?