UNPKG

@yhsoft/office-viewer

Version:

Office 文件预览

45 lines (32 loc) 696 B
<p align="center"> <a href="https://rd-docs.yinghuasoft.com/"> <img width="200" src="https://rd-docs.yinghuasoft.com/svgs/rapid.svg"> </a> </p> <h1 align="center">Office Viewer</h1> <div align="center"> Office 文件预览 Vue3 组件 </div> ### ✨ 特性 - 🌈 Web 端查看 Office 文件 - 📦 支持 Word、Excel 文件 - ⚙️ - 🎨 ### 兼容环境 - 现代浏览器 ### 示例 <!-- ![Demo](https://oss.yinghuasoft.com/assets/images/demo.png) --> ### 安装 ```bash npm install @yhsoft/office-viewer ``` ```bash pnpm add @yhsoft/office-viewer ``` ```bash yarn add @yhsoft/office-viewer ``` ### 用法 ```vue import { OfficeViewer } from "@yhsoft/office-viewer"; ```