How to use xlswrite to wirte excel sheet each time dynamically?

1 vue (au cours des 30 derniers jours)
Rohit Bhoi
Rohit Bhoi le 20 Fév 2016
Réponse apportée : dpb le 20 Fév 2016
I have a GUI in which there are 7 text boxes and 7 static boxes and one button. whenever I press button it perform some operation and gives result in 5,6,7 text box. now i have to write this data in excel sheet each time whenever user press button.How to do this?
  2 commentaires
Preethi
Preethi le 20 Fév 2016
you want to append the data to excel sheet after each keypress?
Rohit Bhoi
Rohit Bhoi le 20 Fév 2016
how?

Connectez-vous pour commenter.

Réponses (1)

dpb
dpb le 20 Fév 2016
You have to decide where in the sheet you want the values written; xlswrite will not accept multiple ranges in a single call; you either have to write each cell with a separate call or define an array that covers the rectangular portion of the worksheet that is the target.
Or, use actxserver to create a COM automation server and manipulate Excel thru it.

Community Treasure Hunt

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

Start Hunting!

Translated by