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

29 views (last 30 days)
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!!

Accepted Answer

Jan
Jan on 23 Jul 2018
Edited: Jan on 23 Jul 2018
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.
  2 Comments
vinvino
vinvino on 25 Jul 2018
Edited: vinvino on 25 Jul 2018
Yes Jan, Thanks for your answer.. I am using through actxserver only.. i just curious to find is there any way to color by using just 'xlswrite' or similar commands.. Thanks again
Jan
Jan on 26 Jul 2018
No, there is no way to do this by xlswrite, which, by the way, is based on ActiveX also internally.

Sign in to comment.

More Answers (0)

Products


Release

R2016b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!