OOXML Viewer for VS Code
Basically office-open-xml-viewer
packaged into a VS Code extension.
Development
1. Install Dependencies
npm install
2. Build Extension & Webview
npm run build
To watch for changes during development:
npm run watch
3. Run and Debug
- Open this repository in VS Code.
- Press F5 (or select Run > Start Debugging) to launch the Extension Development Host.
- Open any
.docx, .xlsx, or .pptx file in the debug instance to view it.
Packaging
To package the extension into a .vsix file:
npx @vscode/vsce package
License
MIT
| |