Paste Matlab cell array into Excel by specifying only first cell in Excel range

1 view (last 30 days)
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)?

Answers (0)

Community Treasure Hunt

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

Start Hunting!