EditExcelPQM icon indicating copy to clipboard operation
EditExcelPQM copied to clipboard

Visual Studio Code plugin to edit Power Query M code stored inside xlsx/xlsm file

Results 9 EditExcelPQM issues
Sort by recently updated
recently updated
newest added

## Errors - Right click context menu doesn't have commands for .xlsx files - When command is run directly from pallet get this error: ![image](https://user-images.githubusercontent.com/23242756/139557878-c0ad47ed-c679-431b-b4b5-7c3e122a9962.png) ![image](https://user-images.githubusercontent.com/23242756/139557850-c4e11622-3da0-4ac0-babf-dc8cf4c96488.png) ## Detailed Error: ![image](https://user-images.githubusercontent.com/23242756/139557888-05202b1c-59ef-46d4-9ce1-0fbd3c726b3d.png)...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

For instance non-activated office can cause such problem. Reproduce steps: - open vs code - click right button on xlsx - call Excel->M menu item this results in handled error:...

In order to close Excel I do the following if (this.excel && this.excel.Workbooks.Count !== undefined && this.excel.Workbooks.Count === 0){ this.logger("All workbooks are closed. Close Excel also."); this.getExcel().DisplayAlerts = false; this.getExcel().Quit();...