Sylvain PIRON

Results 3 issues of Sylvain PIRON

Hi, Is it possible to add **powerquery** to the object model? You can access it with interop by using late binding like this: ``` dynamic wb = app.ActiveWorkbook; int cnt...

enhancement
ms-excel

When I use an intellisense 1.6 Addin with ``` public void AutoOpen() { ExcelIntegration.RegisterUnhandledExceptionHandler(ex => "!!! ERROR: " + ex.ToString()); IntelliSenseServer.Install(); } ``` Excel window become laggy when you move...

Hi, When I use an intellisense add-in, if I insert an embedded table from an Excel file in Word, then I tried to modify it by double clicking on it,...