I'm getting a new weird error on a simple "get a sheet from another local file" PQ query.
"Typelib export: General Error. See IError info for more information (Exception from HRESULT: 0x80131136)
I can't find that Hresult value on any board.
Anyone know what's going on here?
Client info:
Excel Version:
16.0.8431.2242
OS Version:
Microsoft Windows NT 10.0.17134.0 (x64 en-US)
Source = Excel.Workbook(File.Contents("C:\Users\C039250\Desktop\test file.xlsx"), null, true),
Sheet1_Sheet = Source{[Item="Sheet1",Kind="Sheet"]}[Data],
This wasn't happening last week and IT pushes updates on Thursday so I'm wondering if this is related to that.
Thanks for any insight anyone can provide.
"Typelib export: General Error. See IError info for more information (Exception from HRESULT: 0x80131136)
I can't find that Hresult value on any board.
Anyone know what's going on here?
Client info:
Excel Version:
16.0.8431.2242
OS Version:
Microsoft Windows NT 10.0.17134.0 (x64 en-US)
Source = Excel.Workbook(File.Contents("C:\Users\C039250\Desktop\test file.xlsx"), null, true),
Sheet1_Sheet = Source{[Item="Sheet1",Kind="Sheet"]}[Data],
This wasn't happening last week and IT pushes updates on Thursday so I'm wondering if this is related to that.
Thanks for any insight anyone can provide.