Update from Aspose.Cells 22.11 to Aspose.Cells 23.3

Hi Team,

Are there any breaking changes or behavior changes if we upgrade from Aspsoe.Cells 22.11 to Aspose.Cells 23.3 apart from obsolete of Row.Style and Column.Style properties. We are using Aspose for generating reports and converting excels to PDF or HTML and the code is already in production, just want to ensure that we are not impacting the end user if we go with this upgrade.

Thanks,
Rakesh

@rgandhi,
You can check the release notes of each version to find the changes. Would you like to check the following link?

@John.He we had already gone through those, however there is no clear mention about what are the changes done, weather they are going to break or change any existing functionality that’s why we had asked at forum separately.

Also, could you please help to confirm that if we change from row.Style to row.GetStyle() and column.Style to column.GetStyle() as suggested in release notes of 23.1, would it be the same behavior or it would change something

@rgandhi,

Yes, we can confirm row.GetStyle() gives the same result with row.Style. The change is just for providing uniformed apis for different objects.