Seems you are editing these values in edit more while the program is not running, then run the VI, right? (Once you press "run" it will be too late to edit anything).
Can you explain the overall code architecture and the purpose of this code?
A stopped program should not even exist in a built applications (nothing to do with "export").
Can you explain while all these inner FOR loops have waits in them? There is nothing that requires any delay.
All your value property nodes should be local variables. (if you want to keep them as property nodes, at least combine them with the existing ones! (see picture)

I have the nagging feeling that the entire inner code could be dramatically simplified!
And yes, you can make the cells editable, but that seems dangerous.