Office 文件预览 Office Viewer
预览 Office Word、Excel、PowerPoint 等文件的 Vue 3 组件
如何使用
安装
$ npm install @yhsoft/office-viewer
$ pnpm add @yhsoft/office-viewer
$ yarn add @yhsoft/office-viewer
导入
import { OfficeViewer } from "@yhsoft/office-viewer";
代码演示
API
属性
Office Viewer 的属性说明如下:
属性 | 说明 | 类型 | 默认值 | 版本 |
---|---|---|---|---|
source | Office 文档地址,为空时不加载模型 | string | '' | |
options | 参数 | Object |
options 属性说明
属性 | 说明 | 类型 | 默认值 | 版本 |
---|---|---|---|---|
excel | Excel 文件配置 | Object | {} | |
word | Word 文件配置 | Object | {} |