We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I try to test this library by feeding it a excel project but I got this error :
koala/ast/__init__.py", line 408, in prepare_pointer start, end = code.split(':OFFSET') ValueError: not enough values to unpack (expected 2, got 1)
The code variable is OFFSET([84]Base!C1,1,,COUNTA([84]Base!C:C)-1)
code
OFFSET([84]Base!C1,1,,COUNTA([84]Base!C:C)-1)
Can somebody help me please? Thank you very much.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I try to test this library by feeding it a excel project but I got this error :
The
code
variable isOFFSET([84]Base!C1,1,,COUNTA([84]Base!C:C)-1)
Can somebody help me please? Thank you very much.
The text was updated successfully, but these errors were encountered: