Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Office Viewer(Markdown Editor)New to Visual Studio Code? Get it now.

Office Viewer(Markdown Editor)

Weijan Chen

database-client.com
|
311,691 installs
| (42) | 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

vscode-office

中文说明

This extension supports previewing these common office file formats.

  • Excel: .xls, .xlsx, .csv
  • Svg: .svg
  • Pdf: .pdf
  • Font: .ttf, .otf, .woff
  • Markdown: .md
  • HttpRequest: .http
  • Windows Reg: .reg

If it helps you, consider star this repository (●'◡'●).

Markdown

This extension changes the default markdown editor to the excellent vditor:

  • A WYSIWYG editor for markdown.
  • Which provides export to pdf, html or contextmenu(via right click in the document).

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

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

Usages:

  • Resize editor via ctrl/meta+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.

Credits

  • PDF rendering: mozilla/pdf.js/
  • Docx rendering: VolodymyrBaydalka/docxjs
  • XLSX rendering:
    • SheetJS/sheetjs: XLSX parsing
    • myliang/x-spreadsheet: XLSX rendering
  • HTTP: Rest Client
  • Markdown: Vanessa219/vditor
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft