I need help exporting data from table in Matlab GUI to excel
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Miss B
el 25 de Mzo. de 2020
Comentada: Halil AYDIN
el 17 de Nov. de 2021
Hello everyone!
Hope all is well and in good health.
So where do i start?
I want to know if I created a 'Table' in GUI whereby a user inputs data - how will I go about exporting this table in a Excel Spreadsheet?
For instance, for my homework - I need to make a table where 'Students' will input their grades and the 'data' will then export to Excel Spreadsheet for them to keep.
I'm awfully confused.
Any help would be appreciated.
Thank you.
0 comentarios
Respuesta aceptada
Ameer Hamza
el 25 de Mzo. de 2020
The attached app to see how you can create a GUI table in the app designer and save its content in an MS Excel file.
12 comentarios
Ameer Hamza
el 25 de Mzo. de 2020
How did you create this line
function varargout = save_document_OutputFcn(hObject, eventdata, handles)
Are you using GUIDE?
Halil AYDIN
el 17 de Nov. de 2021
How to export colored UITable data to excel? The code above works but I want to colored specific cells and export all data with colored. There must be a way to get colored excel sheet from UI table.
Más respuestas (0)
Ver también
Categorías
Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!