excelで変数を管理したいと思います。
各種変数情報がデータとしてexcelファイルに保存されています。
気になる現象がでます。
内容は、実行時excelから変数をうまく読み取れない事象があります。
"read cell"で変数を読み、 “sheet name”,“cell”,を設定とともに"result"で変数をしてしています。
タイプはstring型です。
主に、ファイル名、シート名等がexcelに情報として格納しています。
excelで変数管理することがいいものかご意見いただきたく思います。
I would like to manage variables with excel.
Various variable information is saved as excel file as data.
There is a phenomenon which is worrisome.
There is an event that the variable can not be read successfully from run-time excel.
Read variables with “read cell” and set “sheet name”, “cell”, and set variables as “result”.
Type is string type.
Mainly, file name, sheet name etc are stored in excel as information.
I would like to comment whether excel is good for variable management.