How to append data to current row in an excel sheet???

1 回表示 (過去 30 日間)
Ihtisham Khan
Ihtisham Khan 2018 年 5 月 2 日
コメント済み: dpb 2018 年 5 月 3 日
Hi, I want to add data to an excel sheet that already contains data. I want to append data to current row but do not know how?
Any help would be much appreciated. Thanks.

採用された回答

dpb
dpb 2018 年 5 月 2 日
doc xlsread
doc xlswrite
You can read/write from/to any area in the file; probably the simplest to code is to read the row into memory, concatenate the new to it and then rewrite the whole row. Alternatives depend upon what you know a priori about what assumptions can make or how much have to do to determine where the next column really is...
  2 件のコメント
Ihtisham Khan
Ihtisham Khan 2018 年 5 月 3 日
You can read/write from/to any area in the file; probably the simplest to code is to read the row into memory, concatenate the new to it and then rewrite the whole row. (Copied)
As I am new to matlab, so kindly explain it in some detail. Thanks.
dpb
dpb 2018 年 5 月 3 日

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by