Skip to content

Commit d3de7c9

Browse files
committed
Edited md files and Added release-notes.md file
1 parent 5d94dfc commit d3de7c9

File tree

4 files changed

+36
-6
lines changed

4 files changed

+36
-6
lines changed

Extension/Document-Viewer-Extension/Visual-Studio-Code/FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
### Can I edit files in the Syncfusion® Document Viewer?
1313

14-
Yes, the Syncfusion® Document Viewer allows basic editing of Excel, CSV, TSV, DOCX, and RTF files directly within VS Code. This extension focuses on essential<sup style="font-size:70%">&reg;</sup> 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).
14+
Yes, the Syncfusion® Document Viewer allows basic editing of Word, Excel, CSV, and TSV files directly within VS Code. This extension focuses on essential<sup style="font-size:70%">&reg;</sup> 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).
1515

1616
### Is the Syncfusion® Document Viewer suitable for large datasets?
1717

@@ -27,4 +27,4 @@ Yes, by using the Read-Only Mode, you can ensure that data remains unchanged whi
2727

2828
### Does the Syncfusion® Document Viewer support other file formats like Word or PDF?
2929

30-
Currently, it supports Excel, CSV, TSV, DOCX, and RTF files. Future updates will include MD, and PDF support.
30+
Currently, it supports Word, Excel, CSV, and TSV files. Future updates will include MD, and PDF support.

Extension/Document-Viewer-Extension/Visual-Studio-Code/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ documentation: ug
1313

1414
**Open a File**:
1515

16-
- Drag and drop an Excel (`.xlsx`), CSV (`.csv`), TSV (`.tsv`) Word (`.docx`), or Rich Text Format (`.rtf`) file into Visual Studio Code.
16+
- Drag and drop a Word (`.docx`, `.dotx`, `.docm`, `.dot`, `.doc`, `.rtf`), Excel (`.xlsx`), CSV (`.csv`), or TSV (`.tsv`) file into Visual Studio Code.
1717

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

@@ -25,7 +25,7 @@ documentation: ug
2525

2626
- Save your changes by selecting `File > Save` or using the shortcut `Ctrl+S` (Windows) / `Cmd+S` (Mac).
2727

28-
> **Note:** Syncfusion® Document Viewer allows basic editing of Excel, CSV, TSV, Word, and Rich Text Format files directly within VS Code.
28+
> **Note:** Syncfusion® Document Viewer allows basic editing of Word, Excel, CSV, and TSV files directly within VS Code.
2929
3030
---
3131

Extension/Document-Viewer-Extension/Visual-Studio-Code/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ documentation: ug
1111

1212
## Overview
1313

14-
The **Syncfusion® Document Viewer** extension for Visual Studio Code simplifies data handling by integrating essential<sup style="font-size:70%">&reg;</sup> features directly into the coding environment. It allows users to view, edit, and manage Excel, CSV, TSV, Word, and Rich Text Format files without leaving Visual Studio Code.
14+
The **Syncfusion® Document Viewer** extension for Visual Studio Code simplifies data handling by integrating essential<sup style="font-size:70%">&reg;</sup> 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.
1515

1616
## Key Features
1717

18-
- **View and Editing**: Open, edit, and save Excel (`.xlsx`), CSV (`.csv`), TSV (`.tsv`) , Word (`.docx`), and Rich Text Format (`.rtf`) files.
18+
- **View and Editing**: Open, edit, and save Word (`.docx`, `.dotx`, `.docm`, `.dot`, `.doc`, `.rtf`), Excel (`.xlsx`), CSV (`.csv`), and TSV (`.tsv`) files.
1919

2020
- **Read-Only Mode**: Protect data from accidental modifications.
2121

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: post
3+
title: Release Notes | Extension | Syncfusion
4+
description: this page contains details about Extension Release notes History | Syncfusion®
5+
platform: extension
6+
control: Syncfusion Extensions
7+
documentation: ug
8+
---
9+
# Release Notes
10+
11+
## Syncfusion® Document Viewer [2.0.0] - 2025-07-07
12+
### Introduced
13+
**Extended Document Format Support** :
14+
- The **Syncfusion® Document Viewer** extension for Visual Studio Code now supports the following Word related formats: `.docx`, `.dotx`, `.docm`, `.dot`, `.doc`, and `.rtf` file formats.
15+
- This broadens compatibility with a wide variety of word documents extensions.
16+
17+
## Syncfusion® Document Viewer [1.0.0] - 2024-12-24
18+
### Initial Release
19+
**Supported Formats** :
20+
- The **Syncfusion® Document Viewer** extension for Visual Studio Code provided support for .xlsx, .csv, and .tsv files.
21+
- This covers most spreadsheet file types used in business and analytics workflows.
22+
23+
**Major Functionalities** :
24+
- Direct Viewing and editing files within VS Code.
25+
- Can able to edit the files and save them without requiring any external software.
26+
27+
**Features Provided** :
28+
- Data sorting : Can able to sort coloumns by ascending or descending order.
29+
- Filtering : Supports coloumn based filtering options for better data interpretations
30+
- Read-only Mode : Ensures file integrity by allowing view-only access

0 commit comments

Comments
 (0)