Paste Matlab cell array into Excel by specifying only first cell in Excel range
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Using writecell, if we want to paste the contents of a cell array into Excel, we are able to specify just the first cell of an Excel range, and the entire cell array is pasted appropriately.
However, using actxserver, when pasting the contents of a cell array, it looks like specifying just the first cell ends up pasting only the contents of that first cell of the cell array. Is there a way to use the (smarter) logic from writecell such that it pastes the entire cell array (instead of just the first cell of the cell array)?
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Spreadsheets in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!