Posted 23 March 2025, 12:59 am EST - Updated 23 March 2025, 1:02 am EST
Hello,
The Worksheet Data Range supported in V18 is very convenient. In my application, I dynamically add and remove Data Ranges on specific cell ranges.
By pressing the Delete key on a cell within the Data Range, the value corresponding to that cell in the data source is cleared. However, after removing the Data Range, the formulas or values in the original worksheet cells are also cleared.
I want the operations of setting or clearing values on the Data Range to affect only the associated data source, without impacting the data model of the original worksheet.
In my application codes, the setValue method of the IDataProvider interface always returns true, and the onClear method always returns false. However, it seems that this is not working as intended.
Any helps would be appreciated.
Yuji