rejectSheetChanges

fnOdfSheetChange rejectSheetChanges(ref OdfSheetChange changes, string[] changeIds)

Rejects the specified sheet tracked changes.

In a full implementation, reject would revert the cell content to its previous value. This implementation removes the changes from tracking metadata, equivalent to accept.

Parameters

changesThe sheet tracked changes to modify.
changeIdsIDs of the cell changes to reject.

Returns

The updated OdfSheetChange with rejected changes removed.