diff --git a/Extension/Document-Viewer-Extension/Visual-Studio-Code/FAQ.md b/Extension/Document-Viewer-Extension/Visual-Studio-Code/FAQ.md index 64c4a7ee..2c5bc2e2 100644 --- a/Extension/Document-Viewer-Extension/Visual-Studio-Code/FAQ.md +++ b/Extension/Document-Viewer-Extension/Visual-Studio-Code/FAQ.md @@ -11,7 +11,7 @@ documentation: ug ### Can I edit files in the Syncfusion® Document Viewer? -Yes, the Syncfusion® Document Viewer allows basic editing of Excel, CSV, and TSV files directly within VS Code. This extension focuses on essential® editing tasks to streamline your workflow. For advanced features such as applying formulas, formatting, and complex spreadsheet functions, we recommend using the [Syncfusion® Spreadsheet component](https://www.syncfusion.com/javascript-ui-controls/js-spreadsheet). +Yes, the Syncfusion® Document Viewer allows basic editing of Word, Excel, CSV, and TSV files directly within VS Code. This extension focuses on essential® editing tasks to streamline your workflow. For advanced features such as applying formulas, formatting, and complex spreadsheet functions, we recommend using the [Syncfusion® Spreadsheet component](https://www.syncfusion.com/javascript-ui-controls/js-spreadsheet). ### Is the Syncfusion® Document Viewer suitable for large datasets? @@ -27,4 +27,4 @@ Yes, by using the Read-Only Mode, you can ensure that data remains unchanged whi ### Does the Syncfusion® Document Viewer support other file formats like Word or PDF? -Currently, it supports Excel, CSV, and TSV files. Future updates will include DOCX, RTF, MD, and PDF support. \ No newline at end of file +Currently, it supports Word, Excel, CSV, and TSV files. Future updates will include MD, and PDF support. \ No newline at end of file diff --git a/Extension/Document-Viewer-Extension/Visual-Studio-Code/getting-started.md b/Extension/Document-Viewer-Extension/Visual-Studio-Code/getting-started.md index 625370f1..75d85ba2 100644 --- a/Extension/Document-Viewer-Extension/Visual-Studio-Code/getting-started.md +++ b/Extension/Document-Viewer-Extension/Visual-Studio-Code/getting-started.md @@ -13,7 +13,7 @@ documentation: ug **Open a File**: -- Drag and drop an Excel (`.xlsx`), CSV (`.csv`), or TSV (`.tsv`) file into Visual Studio Code. +- Drag and drop a Word (`.docx`, `.dotx`, `.docm`, `.dot`, `.doc`, `.rtf`), Excel (`.xlsx`), CSV (`.csv`), or TSV (`.tsv`) file into Visual Studio Code. - Or, go to `File > Open File` and select the file from your system. @@ -25,7 +25,7 @@ documentation: ug - Save your changes by selecting `File > Save` or using the shortcut `Ctrl+S` (Windows) / `Cmd+S` (Mac). -> **Note:** Syncfusion® Document Viewer allows basic editing of Excel, CSV, and TSV files directly within VS Code. +> **Note:** Syncfusion® Document Viewer allows basic editing of Word, Excel, CSV, and TSV files directly within VS Code. --- diff --git a/Extension/Document-Viewer-Extension/Visual-Studio-Code/images/OpenFile.gif b/Extension/Document-Viewer-Extension/Visual-Studio-Code/images/OpenFile.gif index 67f92afe..6de227d2 100644 Binary files a/Extension/Document-Viewer-Extension/Visual-Studio-Code/images/OpenFile.gif and b/Extension/Document-Viewer-Extension/Visual-Studio-Code/images/OpenFile.gif differ diff --git a/Extension/Document-Viewer-Extension/Visual-Studio-Code/overview.md b/Extension/Document-Viewer-Extension/Visual-Studio-Code/overview.md index c3e171e9..ab1c9def 100644 --- a/Extension/Document-Viewer-Extension/Visual-Studio-Code/overview.md +++ b/Extension/Document-Viewer-Extension/Visual-Studio-Code/overview.md @@ -11,11 +11,11 @@ documentation: ug ## Overview -The **Syncfusion® Document Viewer** extension for Visual Studio Code simplifies data handling by integrating essential® features directly into the coding environment. It allows users to view, edit, and manage Excel, CSV, and TSV files without leaving Visual Studio Code. +The **Syncfusion® Document Viewer** extension for Visual Studio Code simplifies data handling by integrating essential® features directly into the coding environment. It allows users to view, edit, and manage Word, Excel, CSV, and TSV files without leaving Visual Studio Code. ## Key Features -- **View and Editing**: Open, edit, and save Excel (`.xlsx`), CSV (`.csv`), and TSV (`.tsv`) files. +- **View and Editing**: Open, edit, and save Word (`.docx`, `.dotx`, `.docm`, `.dot`, `.doc`, `.rtf`), Excel (`.xlsx`), CSV (`.csv`), and TSV (`.tsv`) files. - **Read-Only Mode**: Protect data from accidental modifications. diff --git a/Extension/Document-Viewer-Extension/Visual-Studio-Code/release-notes.md b/Extension/Document-Viewer-Extension/Visual-Studio-Code/release-notes.md new file mode 100644 index 00000000..ecfd7e65 --- /dev/null +++ b/Extension/Document-Viewer-Extension/Visual-Studio-Code/release-notes.md @@ -0,0 +1,42 @@ +--- +layout: post +title: Release Notes | Extension | Syncfusion +description: this page contains details about Extension Release notes History | Syncfusion® +platform: extension +control: Syncfusion Extensions +documentation: ug +--- +# Release Notes + +The **Syncfusion® Document Viewer** extension for Visual Studio Code enables developers to seamlessly view and edit Excel, CSV, and TSV files directly within the editor. + +--- + +## Syncfusion® Document Viewer 1.0.0 + +The initial release of the **Syncfusion® Document Viewer** extension for Visual Studio Code introduces essential features for working with spreadsheet formats. + +### Supported File Formats +- Excel (`.xlsx`) +- CSV (`.csv`) +- TSV (`.tsv`) + +### Features +- **View and Edit Files**: Open Excel, CSV, and TSV files directly in VS Code and make edits without needing additional tools. +- **Read-Only Mode**: Toggle read-only mode to prevent accidental changes and safeguard your data. +- **Sorting and Filtering**: Organize and analyze data quickly using sorting and filtering options available in column headers. + +--- + +## Syncfusion® Document Viewer 2.0.0 + +The 2.0.0 release expands the extension’s capabilities with support for Word document formats. + +### Introduced +- **Extended Document Format Support**: Now supports the following Word-related formats: + - `.docx` + - `.dotx` + - `.docm` + - `.dot` + - `.doc` + - `.rtf` diff --git a/extension-toc.html b/extension-toc.html index f0f75f46..4bc0da46 100644 --- a/extension-toc.html +++ b/extension-toc.html @@ -21,6 +21,9 @@