Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How Can I extend chart range datas in excel using actxserver?

1 回表示 (過去 30 日間)
Adriano
Adriano 2017 年 5 月 16 日
閉鎖済み: Adriano 2018 年 1 月 17 日
This is my code:
excel = actxserver('Excel.Application');
excel.Visible = true;
excel.DisplayAlerts = false;
filename13 = 'C:\Dropbox\Idenglobal\Comparacion peers.xlsx';
pee = excel.Workbooks.Open(filename13);
peesheet = pee.Sheets.Item('Shortlist Credit Suisse');
In that sheet there is only a chart whith datas in the range "Q2:W67" . I would like to extend this range to "Q2:W69". How Can I do? Many thanks!!!

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by