How to write a table to a user specified excel file name/directory?

1 回表示 (過去 30 日間)
Ibro Tutic
Ibro Tutic 2016 年 4 月 5 日
コメント済み: Ibro Tutic 2016 年 4 月 5 日
How would I go about creating a program that writes some arbitrary table, A, to a user specified Excel file? I tried using different UI commands, but I can't seem to get them to work. Essentially what I need is to allow a user to choose where the excel file is written and what the name of the file is.

採用された回答

Robert
Robert 2016 年 4 月 5 日
I believe you want the function uiputfile. It will open a dialog in which the user can select a path and name for a new file. You could use the returned values with writetable to save your data to the new Excel file.
  1 件のコメント
Ibro Tutic
Ibro Tutic 2016 年 4 月 5 日
It seems I was using that command wrong, I think I got it figured out, thanks.

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

その他の回答 (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