Skip to content
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

Closed
CABrinegar opened this issue Nov 14, 2022 · 5 comments
Closed

[BUG] Excel.CurrentWorkbook raises UnknownIdentifier error #180

CABrinegar opened this issue Nov 14, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@CABrinegar
Copy link

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:

let
    foo = Excel.CurrentWorkbook()
in
    foo

Additional context
This function is documented at https://learn.microsoft.com/en-us/powerquery-m/excel-currentworkbook

@CABrinegar CABrinegar added the bug Something isn't working label Nov 14, 2022
@CABrinegar
Copy link
Author

Fixed by PR #181

@mattmasson
Copy link
Member

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.

@PJSoftware
Copy link

PJSoftware commented May 19, 2023

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:

Cannot find the name 'AutodeskConstructionCloud.Contents'.powerquery(Error.UnknownIdentifier)

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.))

@patlachance
Copy link

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.

@mattmasson any idea of when it could be fixed?

@mattmasson
Copy link
Member

tracked by #206

@mattmasson mattmasson closed this as not planned Won't fix, can't repro, duplicate, stale Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants