parseSheetTrackedChanges

fnOdfSheetChange parseSheetTrackedChanges(XmlElement sheetElem)

Parses table:tracked-changes from a sheet element.

Scans the children of sheetElem for a table:tracked-changes element and extracts all cell-content-change entries.

Parameters

sheetElemThe table:table XML element to scan.

Returns

An OdfSheetChange with all discovered cell changes.

Returns an empty result when sheetElem is null or contains no tracked changes.