vscode-office
v2.0.2
Published
View word,excel files in vscode.
Downloads
2
Readme
vscode-office
This extension is to support the function of previewing common office file formats.
It support below files now:
- Excel: .xls, .xlsx, .csv
- Word: .docx
- PhotoShop: .psd
- Svg: .svg
- Pdf: .pdf
- Epub: .epub
- Xmind: .xmind
- Font: .ttf, .otf, .woff
- Markdown: .md
- HttpRequest: .http
- PlantUml: .puml, .plantuml
- Windows Reg: .reg
Markdown
This extension change default editor for markdown:
- It change markdown editor as vditor, it's WYSIWYG editor for markdown.
- Support export markdown to pdf, right click editor found it.
if you want using vscode editor, insert below json to vscode config.
"workbench.editorAssociations": [{
"viewType": "default",
"filenamePattern": "*.md"
}]
HTML
In html editor, Press ctrl+shift+v open live edit for html.
Credit
- Excel
- PhotoShop
- Word: mammoth
- xmind: xmind-viewer
- Image: lightGallery
- Flash: swf2js
- PDF:
- Font:
- HTTP: vscode-restclient
- Markdown:
- PlantUml:
- Epub:
- Reg: reg-vscode