Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Extension/Document-Viewer-Extension/Visual-Studio-Code/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: Syncfusion Extensions
documentation: ug
---

# FAQ
# Frequently Asked Question

### What does the Document Viewer Extension do for Visual Studio Code?

Expand Down Expand Up @@ -83,8 +83,8 @@ Yes, it supports PDF, Word, Markdown, Excel, CSV, and TSV files.
### What file formats are supported by the Document Viewer extension?

Supported formats include:
- Microsoft Word: .docx, .dotx, .docm, .dot, .doc, and .rtf files
- Microsoft Excel: .xlsx, .xls, .xlsm, .xltx, .xltm, .xlsb, and .xlt files
- Microsoft Word: .docx, .dotx, .dot, .doc, and .rtf files
- Microsoft Excel: .xlsx, .xls, .xltx, and .xlt files
- PDF: .pdf files
- Markdown: .md files
- Spreadsheet formats: .csv (Comma Separated Values) and . tsv (Tab Separated Values)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ documentation: ug

**Open a File**:

- Drag and drop a Word (`.docx`, `.dotx`, `.docm`, `.dot`, `.doc`, `.rtf`), Excel (`.xlsx`, `.xls`, `.xlsm`, `.xltx`, `.xltm`, `.xlsb`, `.xlt`), PDF (`.pdf`), Markdown (`.md`), CSV (`.csv`) and TSV (`.tsv`) files into Visual Studio Code.
- Drag and drop a Word (`.docx`, `.dotx`, `.dot`, `.doc`, `.rtf`), Excel (`.xlsx`, `.xls`, `.xltx`, `.xlt`), PDF (`.pdf`), Markdown (`.md`), CSV (`.csv`) and TSV (`.tsv`) files into Visual Studio Code.

- Or, go to `File > Open File` and select the file from your system.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ documentation: ug

## Overview

The **Document Viewer** extension enables developers to seamlessly view Word, Excel, Pdf, Markdown, CSV, and TSV files directly within VS Code. No more switching between applications - keep your workflow uninterrupted by viewing documents in the same environment where you code.
The **Document Viewer** extension enables developers to seamlessly view Word, Excel, PDF, Markdown, CSV, and TSV files directly within VS Code. No more switching between applications - keep your workflow uninterrupted by viewing documents in the same environment where you code.

## Key Features

- **Effortless Viewing**: Seamlessly open and view Word (`.docx`, `.dotx`, `.docm`, `.dot`, `.doc`, `.rtf`), Excel (`.xlsx`, `.xls`, `.xlsm`, `.xltx`, `.xltm`, `.xlsb`, `.xlt`), PDF (`.pdf`), Markdown (`.md`), CSV (`.csv`), and TSV (`.tsv`) files.
- **Effortless Viewing**: Seamlessly open and view Word (`.docx`, `.dotx`, `.dot`, `.doc`, `.rtf`), Excel (`.xlsx`, `.xls`, `.xltx`, `.xlt`), PDF (`.pdf`), Markdown (`.md`), CSV (`.csv`), and TSV (`.tsv`) files.

- **Edit**: Edit, and save Word, Excel, Markdown, CSV, and TSV files.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@ The **Document Viewer** extension for Visual Studio Code enables developers to s

---

## Document Viewer 4.0.1

The **Document Viewer** 4.0.1 for Visual Studio Code improves extension discoverability by introducing new tags and updating its category to Visualization on the Marketplace extension page, making it easier for users to locate and identify its functionality.

---

## Document Viewer 4.0.0

The **Document Viewer** 4.0.0 for Visual Studio Code now empowers seamless support for viewing and editing Markdown (`.md`) files while extending its versatility through enhanced compatibility with Excel file formats, including `.xlsm`, `.xltx`, `.xltm`, `.xlsb`, `.xlt`.
The **Document Viewer** 4.0.0 for Visual Studio Code now empowers seamless support for viewing and editing Markdown (`.md`) files while extending its versatility through enhanced compatibility with Excel file formats, including `.xltx`, `.xlt`.

---

Expand All @@ -31,7 +37,7 @@ The **Document Viewer** 3.0.0 for Visual Studio Code introduces support for view

## Document Viewer 2.0.0

The **Document Viewer** 2.0.0 for Visual Studio Code introduces enhanced support for Word document formats, enabling seamless access to view and edit word format files, such as `.docx`, `.dotx`, `.docm`, `.dot`, `.doc`, `.rtf`.
The **Document Viewer** 2.0.0 for Visual Studio Code introduces enhanced support for Word document formats, enabling seamless access to view and edit word format files, such as `.docx`, `.dotx`, `.dot`, `.doc`, `.rtf`.

### Features
- **View and Edit Files**: Open Word format files directly in VS Code and edit without accessing additional tools.
Expand Down