Skip to content

Commit 821b3f5

Browse files
Merge pull request #234 from syncfusion-content/Docx-view-support
DOCX and RTF changes
2 parents 2b4f2bc + 3987bf1 commit 821b3f5

File tree

8 files changed

+59
-10
lines changed

8 files changed

+59
-10
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, 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).
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, and TSV files. Future updates will include DOCX, RTF, 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/configuration-options.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,26 @@ To prevent accidental edits to your files, you can enable Read-Only Mode.
1616
- **Enable/Disable via Status Bar**:
1717

1818
After opening the file, click `Syncfusion® Document Viewer` in the status bar to toggle read-only mode on or off.
19+
- **Spreadsheet**
1920

2021
![ReadOnly](images/ReadOnly.gif)
22+
23+
- **Word**
24+
25+
![ReadOnlyWord](images/ReadOnlyWord.gif)
2126

2227
- **Enable/Disable via Settings**:
2328

2429
Go to **Settings > Extensions > Syncfusion® Document Viewer** to toggle read-only mode.
2530

2631
![ReadOnlySettings](images/ReadOnly-Config.png)
2732

28-
### Sorting and Filtering
33+
### Sorting and Filtering in Spreadsheet
2934

3035
You can configure sorting and filtering for the first row of your worksheet.
3136

37+
> **Note:** Syncfusion® Document Viewer enables the filtering and sorting option only when the spreadsheet files are open.
38+
3239
- **Configure via Status Bar**:
3340

3441
After opening the file, click `Syncfusion® Document Viewer` in the status bar to configure sorting and filtering on the first row of the worksheet for quicker access.

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

Lines changed: 6 additions & 4 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`), or TSV (`.tsv`) 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,14 +25,16 @@ 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, and TSV 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

32-
### Sort and Filter Data
32+
### Sorting and Filtering in Spreadsheet
3333

3434
Use the filter icons in the column headers to sort and filter data. Right-click a cell or header for advanced options.
3535

36+
> **Note:** Syncfusion® Document Viewer enables the filtering and sorting option only when the spreadsheet files are open.
37+
3638
**From column header:**
3739

3840
![Filter-Icon](images/Filter-Icon.png)
@@ -41,4 +43,4 @@ Use the filter icons in the column headers to sort and filter data. Right-click
4143

4244
**Right clicking on the cell:**
4345

44-
![CellFilter](images/CellFilter.png)
46+
![CellFilter](images/CellFilter.png)
Loading
Loading

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ 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, and TSV 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 within Visual Studio Code without any additional tools.
1515

1616
## Key Features
1717

18-
- **View and Editing**: Open, edit, and save Excel (`.xlsx`), CSV (`.csv`), and TSV (`.tsv`) files.
18+
- **View and Edit**: 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

22-
- **Sorting and Filtering**: Organize data efficiently using built-in tools in column headers.
22+
- **Sorting and Filtering**: Organize data efficiently using filter options in column headers for spreadsheet files.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+
The **Syncfusion® Document Viewer** extension for Visual Studio Code enables developers to seamlessly view and manage their documents within the editor using our intuitive features, which enhance productivity by keeping data management and analysis in the VS Code environment.
12+
13+
---
14+
15+
## Syncfusion® Document Viewer 2.0.0
16+
17+
The **Syncfusion® 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`.
18+
19+
### Features
20+
- **View and Edit Files**: Open Word format files directly in VS Code and edit without accessing additional tools.
21+
- **Read-Only Mode**: Toggle read-only mode to prevent accidental changes and safeguard your data.
22+
23+
---
24+
25+
## Syncfusion® Document Viewer 1.0.0
26+
27+
The initial release of the **Syncfusion® Document Viewer** extension for Visual Studio Code introduces enhanced support to view and edit spreadsheet formats.
28+
29+
### Supported File Formats
30+
- Excel (`.xlsx`)
31+
- CSV (`.csv`)
32+
- TSV (`.tsv`)
33+
34+
### Features
35+
- **View and Edit Files**: Open and edit Excel, CSV, and TSV files directly in VS Code without accessing additional tools.
36+
- **Read-Only Mode**: Toggle read-only mode to secure your data and prevent from accidental changes.
37+
- **Sorting and Filtering**: Organize and analyze data quickly using sorting and filtering options available in column headers for spreadsheet files.

extension-toc.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
<li>
2222
<a href="/extension/document-viewer-extension/visual-studio-code/FAQ">FAQ</a>
2323
</li>
24+
<li>
25+
<a href="/extension/document-viewer-extension/visual-studio-code/release-notes">Release Notes</a>
26+
</li>
2427
</ul>
2528
</li>
2629
</ul>

0 commit comments

Comments
 (0)