-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
[BUG] Excel.CurrentWorkbook raises UnknownIdentifier error #180
Comments
Fixed by PR #181 |
Thanks - we use an automated (internal) process to dump the symbols and produce these files, so I don't think we'll merge PR #181. But we'll fix the bug that was preventing Excel.CurrentWorkbook from being emitted along with the other symbols. |
I am also waiting on this issue to be resolved -- or I was, a couple of months back when I first found it. Another symbol I'm using which has the same problem is:
I'm sure the resolution will be the same, but I'm adding it here so you have an additional symbol to test for when fixing your symbol-dumping bug. (That said, I note that AutodeskConstructionCloud does not appear to be documented at https://learn.microsoft.com/en-us/powerquery-m, possibly because it is still in Beta? (As is ACC itself.)) |
@mattmasson any idea of when it could be fixed? |
tracked by #206 |
Expected behavior
Excel.CurrentWorkbook should be recognized as a valid identifier.
Actual behavior
Using Excel.CurrentWorkbook raises the following error:
Cannot find the name 'Excel.CurrentWorkbook', did you mean 'Excel.Workbook'? powerquery(Error.UnknownIdentifier)
To Reproduce
Example script:
Additional context
This function is documented at https://learn.microsoft.com/en-us/powerquery-m/excel-currentworkbook
The text was updated successfully, but these errors were encountered: