I am using office 365 and Excel online (Build 16.0.9403.1875).
and I am creating Microsoft Excel online Add-ins, using Excel javascript API.
How to find the dirty cell/cells from excel sheet using Excel Javascript API.
If a cell is edited by value / formula / format, that became dirty. So I need to find, what are all the cells are dirty(edited) from range of cells.
For Reference, please find calculate
method in this link.