Giter VIP home page Giter VIP logo

editexcelpqm's People

Contributors

amalanov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

editexcelpqm's Issues

Unable to fully close Excel - window is closed, but it remains in process manager

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();
        this.excel = undefined;
    }

but it remains in system monitor.

Extension isn't working for my version of VSCode

Errors

  • Right click context menu doesn't have commands for .xlsx files
  • When command is run directly from pallet get this error:

image

image

Detailed Error:

image

Detailed Error Text:

EditExcelPQM: Hi! This is Sasha. Erro occured on load of winax module. This is native node module. This could happen due to update of VSCode Electron version. In this case you need either to download a new version from my repo or change electron version in nmp task build_winax_for_vscode and then run in Windows command line nmp build_vscode_extension && nmp pack_extension so the error is.... The module '\?\c:\Users\VP.vscode\extensions\amalanov.editexcelpqm-1.1.6\node_modules\winax\build\Release\node_activex.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 85. This version of Node.js requires NODE_MODULE_VERSION 89. Please try re-compiling or re-installing the module (for instance, using npm rebuild or npm install).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.