I have a very big and complex project in VBA that parses and changes the content of word documents in a variety of ways. I need to decide whether to rewrite it in .NET VSTO or using the newer Javascript API for web/desktop.
As of 2022, is this API identical to the VBA/VSTO versions in its abilities, regarding Word and the common office API? I can't seem to get a clear response from Microsoft on this.
My concern is that after a lot of work I would stumble on properties that they have simply not implemented.
Thanks