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

edit gid #480

Open magdyalgamal opened 1 year ago

magdyalgamal commented 1 year ago

how to check that the sheet already amendment before start creating new sheet

jingwood commented 1 year ago

There is no existing API avaiable for this. You may have to write your own logic to indicate whether or not a worksheet change.

The worksheet.MaxContentRow and worksheet.MaxContentCol can be used to check the range contains content on a worksheet, but it doesn't work if you only changed the content in A1 cell.