# xlsx-docx-preview
**Repository Path**: jianshenggit/xlsx-docx-preview
## Basic Information
- **Project Name**: xlsx-docx-preview
- **Description**: 前端预览 doc/xlsx 文件
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2022-12-14
- **Last Updated**: 2023-01-10
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# word-excel-preview
#### 介绍
vue2+ word(docx)/excel(xlsx)在线预览
#### excel 预览
- 插件为 `public` 文件夹中的 `luckysheet` + `npm i luckyexcel`
- 在 `index.html` 中引入
- 只支持 `xlsx
```html
```
使用及预览效果见 `src/views/home.vue`
#### docx预览
- 插件为 `npm i docx-preview`
- 只支持 `docx`
使用及预览效果见 `src/views/home.vue`