Hello,
We are trying to import an Excel file that is located in a network location. The Excel interface returns an error because it does not expect paths that point to a network location and instead interprets it as a relative path.
However, we found that using excelopen we can open the file without problems. But now we want to read it as Values Only (to do it faster) and we don't know how to do that.
We have been testing with excelrangeread, which seems to not be working. It only works with 3 parameters and the table as a string, which is deprecated.
Category Command Reference (flexsim.com)
The example code returns a message that says there are too many parameters.
Even if it works, how can we read with values only?
Thank you in advance.