how to write on to particular column in excel, starting from particular row

9 Ansichten (letzte 30 Tage)
I have one column of processed data, i want to write that it in to 5th column of excel starting from row 3.
xlswrite('exp2.xlsx',transpose(duration));
Attached is the excel.

Akzeptierte Antwort

dpb
dpb am 22 Aug. 2018
xlswrite('exp2.xlsx',transpose(duration),1,'E3');

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by