Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Office Viewer PlusNew to Visual Studio Code? Get it now.
Office Viewer Plus

Office Viewer Plus

songyanglin

|
2 installs
| (0) | Free
View word,excel files and using WYSIWYG editor for markdown.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Officew Viewer

Fork notice

Office Viewer Plus is a fork of cweijan/vscode-office. The original Office Viewer extension, its office-file preview features, and most of the extension architecture were created by the original author and contributors.

This fork is published separately so it can update the Markdown editor engine: the bundled Vditor assets were upgraded to vditor@3.11.2, Mermaid was upgraded to 11.11.0, and the Markdown editor now loads these assets from the extension package instead of a remote CDN. The goal is better local/offline Markdown editing and improved Mermaid rendering while preserving the original extension's work.

Introduction

English | 简体中文 | 繁體中文

This extension supports previewing these common office file formats in VS Code.

  • Excel: .xls, .xlsx, .csv
  • Word: .docx
  • Svg: .svg
  • Pdf: .pdf
  • Font: .ttf, .otf, .woff, .woff2
  • Markdown: .md
  • HttpRequest: .http
  • Windows Reg: .reg
  • Compressed file: .zip, .jar, .vsix, .rar

Markdown

This extension changes the default markdown editor to the vditor. Please note that this editor is no longer actively maintained.

If you want to use the original vscode editor, insert this in your settings.json.

{
    "workbench.editorAssociations": {
        "*.md": "default",
        "*.markdown": "default"
    }
}

Shortcuts: Base on Vditor shortcuts and more:

  • Move list up: Ctrl Alt I / ⌘ ^ I
  • Move list down: Ctrl Alt J / ⌘ ^ J
  • Edit in VS Code: Ctrl Alt E / ⌘ ^ E

Tips:

  • Resize editor via ctrl/cmd+mouse scroll.
  • Hyperlinks can be opened by ctrl/meta+click or double-click.

HTML

The html editor supports live viewing. Press ctrl+shift+v to open the live view.

Sponsor

Database Client

Database Client for Visual Studio Code, supporting the management MySQL/MariaDB, PostgreSQL, SQLite, Redis and ElasticSearch, and works as an SSH client, boost your maximum productivity! Get it now.

Credits

  • Original extension: cweijan/vscode-office
  • PDF rendering: mozilla/pdf.js/
  • Docx rendering: VolodymyrBaydalka/docxjs
  • XLSX rendering:
    • SheetJS/sheetjs: XLSX parsing
    • myliang/x-spreadsheet: XLSX rendering
  • HTTP: Rest Client
  • Markdown editor: Vanessa219/vditor, bundled in this fork as vditor@3.11.2
  • Mermaid rendering: mermaid-js/mermaid, bundled in this fork as Mermaid 11.11.0
  • Material Icon theme: PKief/vscode-material-icon-theme
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft