A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
We had the same problem in our organization. Installing .NET Framework 3.5 using DISM helped. Microsoft disables it by default in the 24H2 build.
dism /online /enable-feature /featurename:NetFx3 /all
Or like this, if you have offline resources available:
dism /online /enable-feature /featurename:NetFx3 /all /source:X:\sources\sxs /limitaccess