Currently, I am developing a web application using ASP.NET that includes certain functionalities which rely on Microsoft Excel being installed on the user's device. In case Excel is not available, I would prefer to deactivate these features.
I am focusing solely on solutions for Windows/IE/Excel users as this web app is not designed to be compatible with multiple browsers or operating systems.
Are there any innovative JavaScript techniques that can help me achieve this goal?