1.0.1 • Published 12 months ago

qcc-office-preview v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

qcc-office-preview

介绍

Office在线预览组件。

开始

npm install qcc-office-preview --save

使用

import QccOfficePreview from 'qcc-office-preview';
Vue.use(QccOfficePreview)

支持文件格式

'doc', 'docm', 'docx', 'dot', 'dotm', 'dotx', 'epub', 'fodt', 'htm', 'html','mht', 'odt', 'ott', 'pdf', 'rtf', 'txt', 'djvu', 'xps'
'csv', 'fods', 'ods', 'ots', 'xls', 'xlsm', 'xlsx', 'xlt', 'xltm', 'xltx'
'fodp', 'odp', 'otp', 'pot', 'potm', 'potx', 'pps', 'ppsm', 'ppsx', 'ppt', 'pptm', 'pptx'

option参数说明

名称是否必填类型默认值说明
fileTypestring''文件类型(扩展名)
titleString''文件标题
keyString'''文件索引
urlString100文件地址
widthstring100%视口宽度
heightstring300px视口高度
langstring'zh-CN'语言

样例

    const option = {
        'lang' : 'zh-CN',
        'url' : 'https://qccdata.qichacha.com/CaseSupervisePunish/1b9e6adebab3dbe695d62433a0c1d1fa.DOC',
        'title' : '1b9e6adebab3dbe695d62433a0c1d1fa',
        'fileType' : 'DOC'
    }
   <QccOfficePreview  :option='option' />
1.0.1

12 months ago

1.0.0

12 months ago