Hello,
When I open source.xlsx attachmed to the post with Aspose using the code below it gets changed significantly. First of all, colors are changed. Another problem - static text in some cells is replaced with formulas. Please check dest.xlsx for differences.
The code executed:
Dim Workbook As New Aspose.Cells.Workbook
Workbook.Open(OpenFileDialog1.FileName, Aspose.Cells.FileFormatType.Excel2007Xlsx)
Workbook.CalculateFormula(True)
Workbook.Save(OpenFileDialog1.FileName, Aspose.Cells.FileFormatType.Excel2007Xlsx)