Paste Matlab cell array into Excel by specifying only first cell in Excel range
조회 수: 5 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!