MATLAB standalone application that includes Excel data template
4 ビュー (過去 30 日間)
古いコメントを表示
I would like to include an Excel spreadsheet within my standalone application that has a lot of formatting applied and will simply be filled with data and saved to a local drive. If I include it as a 'required file' during compilation, MATLAB opens it when I load the program. Obviously I can prompt the user to select the file or I can save the file in a specific directory, but is there any way to do it by storing the xlsx file as part of the program?
3 件のコメント
Kevin Chng
2018 年 10 月 28 日
For compilation, i'm still prefer save it as mat. file. if user want to print it, at that moment, in your program, you write your data to excel.
採用された回答
Image Analyst
2018 年 10 月 28 日
Use the -a option in mcc to include a file in your executable.
7 件のコメント
Evan Bates
2019 年 1 月 15 日
Did this work for you? I want to do the same thing, however, can't get it to work.
その他の回答 (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!