We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
XLParser is not able to parse the following formula:
='http://example.com:1234/test/[Book1.xlsx]Sheet1'!$A$1
This happens because of the port number :1234 at the end of the domain. If example.com:1234 is replaced with example.com the formula does parse.
:1234
example.com:1234
example.com
Activity