MATLAB: How to fill excel cell color using MATLAB command, and not by the actxserver method

cellcolorcolormapexcelMATLABprogramming

I would like to set/fill the excel color using Matlab command, I find out some commands using actxserver but i dont want to use it. So kindly let me know is there any command in Matlab to set excel cell color. Thanks in advance!!

Best Answer

There is no chance to interact with Excel without using the actxserver. So please explain, why you want to avoid this. Until further notice, I would answer:
No, there is no way.