I have the following requirement:
During the user usage stage(input form state), the user can be able to decide from which file to read excel data.
The expected code is like this:
filename = ?
#read M from filename.txt@R1C1:R2C2 TYPE=R SEP=','
During usage, the user can input the data path and then perform calculations.
Can the existing functionality support such a requirement?
If not, hope this feature can be implemented, as it would make the calculation book much more flexible and reusable