I have an Excel file with Chart Area and Legend in it. Original Legend font can be any type and any size. Let say font size is 10.5 before running the code.
After running the following simple C# code the Legend font size changes to 9.7. :
Workbook wb = new Workbook();
string fileName = "Test.xls";
wb.Open(fileName);
wb.Save(fileName);
wb = null;
I am using Aspose.Cells.dll of version 5.3.1.