hi,
We have 1 excel file that is exported using Telerik rad grid. We open this file using Aspose to make some other changes and then save it.
When we do this in Aspose, it changes all the text to Bold and Italics.
Code that we have written to just open and close the excel file using aspose.
Aspose.Cells.Workbook oWorkbook = new Aspose.Cells.Workbook(filePath);
Aspose.Cells.Worksheet oWorksheet = oWorkbook.Worksheets[0];
oWorkbook.Save(filePath);
Thanks,
Hetal