While looking into the Office.context.requirements.isSetSupported() API to see if there was a way to get the latest supported requirement set for ExcelApi, I found the set of them under Office.context.requirements._setMap._sets. Inside that was another one called ExcelApiUndo:
I cannot find any information about this requirement set in the Office JS docs, what exactly is it?
