OdfSheetChange with all discovered cell changes.
Returns an empty result when sheetElem is null or contains no tracked changes.
OdfSheetChange 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.
sheetElem | The table:table XML element to scan. |
OdfSheetChange with all discovered cell changes.
Returns an empty result when sheetElem is null or contains no tracked changes.