Copy to Excel and Google Sheets

Does anyone know how to make Copy to Excel work with Google Sheets? I have the Excel files default to open with Chrome which works with existing Excel files but Epicor still greys out the Copy to Excel.

Reports that are run as Excel Output Format also work and launch in the browser.

I tried adding the Registry key mentioned here but no luck still
User Cannot Copy to Excel grayed out - ERP 10 - Epicor User Help Forum (epiusers.help)

I wrote this little program like 2 years ago when I was having a similar issue, this program “detects” Excel the same way that Epicor does maybe it’ll help

Also even if you are able to trick the Right Click menu it won’t do you much good because infragistics specifically invokes “Excel.exe” as the process

I suppose you could write a little executable in your path called Excel which forwards that action to google sheets… but that’s a lot more involved.

@josecgomez Thanks so much. I’ve been playing with RegEdit all day trying to get something to work but haven’t seem to get anywhere.