Hi
I am trying to export excel where I am getting some Data in decimal format and I need to convert that Data in percentage format I am using below method in .Net Core,
private static void FormatPercentCell(Aspose.Cell…...some data in decimal format and I need to convert that data in...style = cell.GetStyle(); style.Custom = “0.00%”; cell.SetStyle(style);...