unvell / ReoGrid

Fast and powerful .NET spreadsheet component, support data format, freeze, outline, formula calculation, chart, script execution and etc. Compatible with Excel 2007 (.xlsx) format and working on .NET 3.5 (or client profile), WPF and Android platform.
https://reogrid.net
MIT License
1.32k stars 390 forks source link

Regarding the issue with ReoGridCellUtility #493

Open wangizchao opened 1 year ago

wangizchao commented 1 year ago

I am writing to bring to your attention an issue I recently encountered with the ReoGrid software. Specifically, I have noticed that the method "ReoGridCellUtility" has been removed in the latest version of the software. However, I could not find any information about this change in the official documentation. As a user of the ReoGrid software, I rely on the accuracy and completeness of the documentation provided. It is concerning to me that a significant change like the removal of a method would not be properly documented or mentioned in any release notes. I kindly request that the ReoGrid team updates the documentation to reflect the removal of the "ReoGridCellUtility" method. This will help users like myself to keep up to date with the changes in the software and avoid any issues in our work.

jingwood commented 1 year ago

This calss may have been renamed to CellUtility. Source: https://github.com/unvell/ReoGrid/blob/master/ReoGrid/Core/Cell.cs#L1268

I will update the document.