I have example.xlsx file that contains some data.
I want to show the data in a GUI and I want there is an option to edit the xlsx file in the GUI.
Is there an option to do this? Does someone know anything about it?
I tried to find the xls via the ActiveX control, but I didn’t see an option for that :/
I have matlab 2010a and these are my options when I press ‘ActiveX control’:

thank you :]
You don’t need activeX, matlab has the built-in functions, xlswrite and xlsread:
Help File:
and:
http://www.mathworks.com/help/techdoc/ref/xlswrite.html
With your choice of user interaction and display style (not sure if you want plots or tables, buttons or sliders) this allows you to interact with xls documents.