serializeSheetTrackedChanges

fnstring serializeSheetTrackedChanges(const ref OdfSheetChange changes)

Serialises spreadsheet tracked changes back to an XML string.

Produces a table:tracked-changes element containing table:cell-content-change children with author, timestamp, previous value, and new value.

Parameters

changesThe sheet tracked changes to serialise.

Returns

A well-formed XML string for table:tracked-changes, or an empty

string when there are no changes.