Matlab App Designer : An alternative to excel data aquisition

6 ビュー (過去 30 日間)
Lewis Ireland
Lewis Ireland 2021 年 2 月 19 日
編集済み: Mario Malic 2021 年 2 月 19 日
Hi ,
I'm currently working on an application which has to perform various calculations which use data from a pre-populated excel spreadsheet:
data=readtable("DATA.xlsx","range","A1:Z99",'PreserveVariableNames',true);
Is there a way to do this within the application instead of having to use a seperate spreadsheet ? I'd prefer the final product not to rely on another file like this.
Best,
Lewis I.
  1 件のコメント
Lewis Ireland
Lewis Ireland 2021 年 2 月 19 日
I think it's important to clarify that the information stored in the spreadsheet is not shown on the app interface, I'd like it to be inaccessible on the GUI.

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

採用された回答

Mario Malic
Mario Malic 2021 年 2 月 19 日
編集済み: Mario Malic 2021 年 2 月 19 日
Hi Lewis,
I think that you will have to create a P-file that contains the data, does the calculations and returns the results.
Check here about P-file.
Note: If security is of the highest importance, you should consider this answer.

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