Skip to content

Commit ad7a0b6

Browse files
Merge pull request #235 from syncfusion-content/Docx-view-support
Docx view support
2 parents 5d4e72d + d09146f commit ad7a0b6

File tree

6 files changed

+51
-6
lines changed

6 files changed

+51
-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, 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/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`), 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,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, 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

Loading

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, 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 without leaving Visual Studio Code.
1515

1616
## Key Features
1717

18-
- **View and Editing**: Open, edit, and save Excel (`.xlsx`), CSV (`.csv`), and TSV (`.tsv`) 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: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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 edit Excel, CSV, and TSV files directly within the editor.
12+
13+
---
14+
15+
## Syncfusion® Document Viewer 1.0.0
16+
17+
The initial release of the **Syncfusion® Document Viewer** extension for Visual Studio Code introduces essential features for working with spreadsheet formats.
18+
19+
### Supported File Formats
20+
- Excel (`.xlsx`)
21+
- CSV (`.csv`)
22+
- TSV (`.tsv`)
23+
24+
### Features
25+
- **View and Edit Files**: Open Excel, CSV, and TSV files directly in VS Code and make edits without needing additional tools.
26+
- **Read-Only Mode**: Toggle read-only mode to prevent accidental changes and safeguard your data.
27+
- **Sorting and Filtering**: Organize and analyze data quickly using sorting and filtering options available in column headers.
28+
29+
---
30+
31+
## Syncfusion® Document Viewer 2.0.0
32+
33+
The 2.0.0 release expands the extension’s capabilities with support for Word document formats.
34+
35+
### Introduced
36+
- **Extended Document Format Support**: Now supports the following Word-related formats:
37+
- `.docx`
38+
- `.dotx`
39+
- `.docm`
40+
- `.dot`
41+
- `.doc`
42+
- `.rtf`

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)